Skip to content

Commit f2a17d2

Browse files
committed
translation updated to git-clone.po, and for github pages.
1 parent 579bc37 commit f2a17d2

46 files changed

Lines changed: 2129 additions & 3031 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation-ja/asciidoc.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ apostrophe='
2222
backtick=`
2323
litdd=--
2424
manmanual=Git Manual
25-
mansource=Git 2.38.0.rc1.11321.g85f6392082.dirty
26-
revdate=2025-12-28
25+
mansource=Git 2.38.0.rc1.11322.g579bc37e84.dirty
26+
revdate=2026-01-15
2727

2828
ifdef::doctype-book[]
2929
[titles]

Documentation-ja/git-bisect.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ $ git bisect skip v2.5 v2.5..v2.6
220220
Bisect next
221221
~~~~~~~~~~~
222222
223-
Normally, after marking a revision as good or bad, Git automatically computes and checks out the next revision to test. However, if you need to explicitly request the next bisection step, you can use:
223+
通常、コミットを good または bad とマークした後、 Git は自動的に次のテスト対象となるリビジョンを計算してチェックアウトします。 しかし、 明示的に「次の bisect ステップを要求」する場合、 以下を使います:
224224
225225
------------
226226
$ git bisect next
227227
------------
228228
229-
You might use this to resume the bisection process after interrupting it by checking out a different revision.
229+
これは、 bisect の途中で別のリビジョンをチェックアウトして bisect 作業を中断した後で、 bisect を再開して「次にテストすべきコミット」に自動で戻す(再開する)ものです。
230230
231231
bisect startでより多くのパラメータを与えて探索量削減
232232
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Documentation-ja/git-bisect.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,12 +922,12 @@ <h3 id="_bisect_skip">Bisect skip</h3>
922922
</div>
923923
<div class="sect2">
924924
<h3 id="_bisect_next">Bisect next</h3>
925-
<div class="paragraph"><p>Normally, after marking a revision as good or bad, Git automatically computes and checks out the next revision to test. However, if you need to explicitly request the next bisection step, you can use:</p></div>
925+
<div class="paragraph"><p>通常、コミットを good または bad とマークした後、 Git は自動的に次のテスト対象となるリビジョンを計算してチェックアウトします。 しかし、 明示的に「次の bisect ステップを要求」する場合、 以下を使います:</p></div>
926926
<div class="listingblock">
927927
<div class="content">
928928
<pre><code>$ git bisect next</code></pre>
929929
</div></div>
930-
<div class="paragraph"><p>You might use this to resume the bisection process after interrupting it by checking out a different revision.</p></div>
930+
<div class="paragraph"><p>これは、 bisect の途中で別のリビジョンをチェックアウトして bisect 作業を中断した後で、 bisect を再開して「次にテストすべきコミット」に自動で戻す(再開する)ものです。</p></div>
931931
</div>
932932
<div class="sect2">
933933
<h3 id="_bisect_startでより多くのパラメータを与えて探索量削減">bisect startでより多くのパラメータを与えて探索量削減</h3>
@@ -1128,7 +1128,7 @@ <h2 id="_git">GIT</h2>
11281128
<div id="footer">
11291129
<div id="footer-text">
11301130
Last updated
1131-
2025-12-09 08:25:27 JST
1131+
2026-01-15 17:30:03 JST
11321132
</div>
11331133
</div>
11341134
</body>

Documentation-ja/git-blame.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ SYNOPSIS
1717
DESCRIPTION
1818
-----------
1919
20-
指定のファイルの各行で、その行を最後に変更したリビジョンからの情報を注釈します。 オプションで、指定のリビジョンから注釈を開始します
20+
指定のファイルの各行で、 その行を最後に変更したリビジョンの情報を注釈として表示します。 オプションで、 注釈する開始ビジョンを指定することもできます
2121
22-
`-L` は注釈を指定行に制限します。複数回指定できます。
22+
`-L` は注釈するのを指定行に制限します。 複数回指定できます。
2323
2424
行の原初は、ファイル自体の名前変更にまたがって自動的に追跡されます(現在のところ、名前変更追跡をオフにするオプションはありません)。 あるファイルから別のファイルに移動した行を追跡したり、別のファイルからコピーして貼り付けた行を追跡したりするには、 `-C` および `-M` オプションを参照してください。
2525

Documentation-ja/git-blame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ <h2 id="_synopsis">SYNOPSIS</h2>
761761
<div class="sect1">
762762
<h2 id="_description">DESCRIPTION</h2>
763763
<div class="sectionbody">
764-
<div class="paragraph"><p>指定のファイルの各行で、その行を最後に変更したリビジョンからの情報を注釈します。 オプションで、指定のリビジョンから注釈を開始します</p></div>
765-
<div class="paragraph"><p><code>-L</code> は注釈を指定行に制限します。複数回指定できます。</p></div>
764+
<div class="paragraph"><p>指定のファイルの各行で、 その行を最後に変更したリビジョンの情報を注釈として表示します。 オプションで、 注釈する開始ビジョンを指定することもできます</p></div>
765+
<div class="paragraph"><p><code>-L</code> は注釈するのを指定行に制限します。 複数回指定できます。</p></div>
766766
<div class="paragraph"><p>行の原初は、ファイル自体の名前変更にまたがって自動的に追跡されます(現在のところ、名前変更追跡をオフにするオプションはありません)。 あるファイルから別のファイルに移動した行を追跡したり、別のファイルからコピーして貼り付けた行を追跡したりするには、 <code>-C</code> および <code>-M</code> オプションを参照してください。</p></div>
767767
<div class="paragraph"><p>レポートには、削除または置換された行については何も表示されません。 以下の段落で簡単に説明する <code>git diff</code><code>pickaxe</code> インターフェースなどのツールを使用する必要があります。</p></div>
768768
<div class="paragraph"><p>Gitは、ファイル注釈のサポートとは別に、変更時にコード断片(code snippet)が発生したときの開発履歴の検索もサポートしています。 これにより、コード断片がファイルに追加され、ファイル間で移動またはコピーされ、最終的に削除または置換された時期を追跡できます。 これは、diffでテキスト文字列を検索することで機能します。 <code>blame_usage</code> を検索するpickaxeインターフェースの小さな例:</p></div>
@@ -1326,7 +1326,7 @@ <h2 id="_git">GIT</h2>
13261326
<div id="footer">
13271327
<div id="footer-text">
13281328
Last updated
1329-
2025-12-09 08:25:27 JST
1329+
2026-01-15 20:50:14 JST
13301330
</div>
13311331
</div>
13321332
</body>

0 commit comments

Comments
 (0)