Skip to content

Commit 9a7bd47

Browse files
committed
a bit fix(some miss unfuzzy.)
JP:fuzzyエントリを全体で2箇所程unfuzzyし忘れていた。修正。
1 parent 90009b9 commit 9a7bd47

File tree

10 files changed

+42
-47
lines changed

10 files changed

+42
-47
lines changed

Documentation-ja/gitman.info

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79952,10 +79952,11 @@ $fallback_encoding
7995279952
'-C')に設定するか、名前変更を検出したくない場合は () 、つまり空の
7995379953
リストに設定します。
7995479954

79955-
*Note* that rename and especially copy detection can be quite
79956-
CPU-intensive. Note also that non Git tools can have problems with
79957-
patches generated with options mentioned above, especially when
79958-
they involve file copies ('-C') or criss-cross renames ('-B').
79955+
*注意* 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がか
79956+
かる可能性があります。 また、Git以外のツールでは、 上記のオプション
79957+
で生成されたパッチで問題が発生する可能性があることにも注意してくだ
79958+
さい。 特に、ファイルのコピー ('-C') または交差名前変更(criss-cross
79959+
renames) ('-B') が含まれる場合はそうです。
7995979960

7996079961
Some optional features and policies
7996179962
===================================
@@ -82032,9 +82033,9 @@ Node: gitsubmodules4201556
8203282033
Node: gittutorial-24217018
8203382034
Node: gittutorial4234417
8203482035
Node: gitweb.conf4260632
82035-
Node: gitweb4317640
82036-
Node: gitworkflows4352003
82037-
Node: scalar4375068
82036+
Node: gitweb4317827
82037+
Node: gitworkflows4352190
82038+
Node: scalar4375255
8203882039

8203982040
End Tag Table
8204082041

Documentation-ja/gitman.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61014,10 +61014,10 @@ mimetypeチェックで他のタイプが生成されない場合の、blob_plai
6101461014
@item @samp{@@diff_opts}
6101561015
git-diffおよびgit-diff-treeの検出オプションの名前を変更します。デフォルトは ('-M') です。コピーも検出するには ('-C') または ('-C', '-C')に設定するか、名前変更を検出したくない場合は () 、つまり空のリストに設定します。
6101661016

61017-
@strong{Note} that rename and especially copy detection can be quite
61018-
CPU-intensive. Note also that non Git tools can have problems with
61019-
patches generated with options mentioned above, especially when they
61020-
involve file copies ('-C') or criss-cross renames ('-B').
61017+
@strong{注意} 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がかかる可能性があります。
61018+
また、Git以外のツールでは、
61019+
上記のオプションで生成されたパッチで問題が発生する可能性があることにも注意してください。
61020+
特に、ファイルのコピー ('-C') または交差名前変更(criss-cross renames) ('-B') が含まれる場合はそうです。
6102161021
@end table
6102261022

6102361023
@noindent

Documentation-ja/gitweb.conf.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,10 @@ <h3 id="_changing_gitweb_8217_s_behavior">Changing gitweb&#8217;s behavior</h3>
11361136
<p>
11371137
git-diffおよびgit-diff-treeの検出オプションの名前を変更します。デフォルトは ('-M') です。コピーも検出するには ('-C') または ('-C', '-C')に設定するか、名前変更を検出したくない場合は () 、つまり空のリストに設定します。
11381138
</p>
1139-
<div class="paragraph"><p><strong>Note</strong> that rename and especially copy detection can be quite
1140-
CPU-intensive. Note also that non Git tools can have problems with
1141-
patches generated with options mentioned above, especially when they
1142-
involve file copies ('-C') or criss-cross renames ('-B').</p></div>
1139+
<div class="paragraph"><p><strong>注意</strong> 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がかかる可能性があります。
1140+
また、Git以外のツールでは、
1141+
上記のオプションで生成されたパッチで問題が発生する可能性があることにも注意してください。
1142+
特に、ファイルのコピー ('-C') または交差名前変更(criss-cross renames) ('-B') が含まれる場合はそうです。</p></div>
11431143
</dd>
11441144
</dl></div>
11451145
</div>
@@ -1629,7 +1629,7 @@ <h2 id="_git">GIT</h2>
16291629
<div id="footer">
16301630
<div id="footer-text">
16311631
Last updated
1632-
2025-08-27 15:53:11 JST
1632+
2025-11-08 04:59:10 JST
16331633
</div>
16341634
</div>
16351635
</body>

Documentation-ja/gitweb.conf.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ $fallback_encoding::
273273
`@diff_opts`::
274274
git-diffおよびgit-diff-treeの検出オプションの名前を変更します。デフォルトは (\'-M') です。コピーも検出するには (\'-C') または (\'-C', \'-C')に設定するか、名前変更を検出したくない場合は () 、つまり空のリストに設定します。
275275
+
276-
*Note* that rename and especially copy detection can be quite
277-
CPU-intensive. Note also that non Git tools can have problems with
278-
patches generated with options mentioned above, especially when they
279-
involve file copies (\'-C') or criss-cross renames (\'-B').
276+
*注意* 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がかかる可能性があります。
277+
また、Git以外のツールでは、
278+
上記のオプションで生成されたパッチで問題が発生する可能性があることにも注意してください。
279+
特に、ファイルのコピー (\'-C') または交差名前変更(criss-cross renames) (\'-B') が含まれる場合はそうです。
280280

281281

282282
Some optional features and policies

Documentation-ja/user-manual.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Documentation-po/gitweb.conf.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: git-docs-ja 4.0\n"
99
"POT-Creation-Date: 2025-01-12 09:42+0900\n"
10-
"PO-Revision-Date: 2025-08-27 15:52+0900\n"
10+
"PO-Revision-Date: 2025-11-08 04:58+0900\n"
1111
"Last-Translator: kuma35\n"
1212
"Language-Team: Japanese\n"
1313
"Language: ja_JP\n"
@@ -1173,7 +1173,7 @@ msgstr ""
11731173

11741174
#. type: Plain text
11751175
#: ../Documentation-sedout/gitweb.conf.txt:470
1176-
#, no-wrap, fuzzy
1176+
#, no-wrap
11771177
msgid ""
11781178
"*Note* that rename and especially copy detection can be quite\n"
11791179
"CPU-intensive. Note also that non Git tools can have problems with\n"

Documentation-po/technical/commit-graph.po

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: git-docs-ja 3.0\n"
99
"POT-Creation-Date: 2025-09-21 21:24+0900\n"
10-
"PO-Revision-Date: 2025-09-21 21:26+0900\n"
10+
"PO-Revision-Date: 2025-11-08 04:58+0900\n"
1111
"Last-Translator: kuma35\n"
1212
"Language-Team: Japanese\n"
1313
"Language: ja_JP\n"
@@ -685,20 +685,13 @@ msgstr ""
685685

686686
#. type: delimited block -
687687
#: ../Documentation-sedout/technical/commit-graph.txt:267
688-
#, fuzzy, no-wrap
689-
#| msgid ""
690-
#| "\t```\n"
691-
#| "\t{hash3}\n"
692-
#| "\t{hash0}\n"
693-
#| "\t```\n"
688+
#, no-wrap
694689
msgid ""
695690
"{hash3}\n"
696691
"{hash0}\n"
697692
msgstr ""
698-
"```\n"
699-
"\t{hash3}\n"
700-
"\t{hash0}\n"
701-
"```\n"
693+
"{hash3}\n"
694+
"{hash0}\n"
702695

703696
#. type: Plain text
704697
#: ../Documentation-sedout/technical/commit-graph.txt:270

docs/docs-ja-4/htmldocs/gitweb.conf.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,10 +1136,10 @@ <h3 id="_changing_gitweb_8217_s_behavior">Changing gitweb&#8217;s behavior</h3>
11361136
<p>
11371137
git-diffおよびgit-diff-treeの検出オプションの名前を変更します。デフォルトは ('-M') です。コピーも検出するには ('-C') または ('-C', '-C')に設定するか、名前変更を検出したくない場合は () 、つまり空のリストに設定します。
11381138
</p>
1139-
<div class="paragraph"><p><strong>Note</strong> that rename and especially copy detection can be quite
1140-
CPU-intensive. Note also that non Git tools can have problems with
1141-
patches generated with options mentioned above, especially when they
1142-
involve file copies ('-C') or criss-cross renames ('-B').</p></div>
1139+
<div class="paragraph"><p><strong>注意</strong> 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がかかる可能性があります。
1140+
また、Git以外のツールでは、
1141+
上記のオプションで生成されたパッチで問題が発生する可能性があることにも注意してください。
1142+
特に、ファイルのコピー ('-C') または交差名前変更(criss-cross renames) ('-B') が含まれる場合はそうです。</p></div>
11431143
</dd>
11441144
</dl></div>
11451145
</div>
@@ -1629,7 +1629,7 @@ <h2 id="_git">GIT</h2>
16291629
<div id="footer">
16301630
<div id="footer-text">
16311631
Last updated
1632-
2025-08-27 15:53:11 JST
1632+
2025-11-08 04:59:10 JST
16331633
</div>
16341634
</div>
16351635
</body>

docs/docs-ja-4/htmldocs/user-manual.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/docs-ja-4/info/gitman.info

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79952,10 +79952,11 @@ $fallback_encoding
7995279952
'-C')に設定するか、名前変更を検出したくない場合は () 、つまり空の
7995379953
リストに設定します。
7995479954

79955-
*Note* that rename and especially copy detection can be quite
79956-
CPU-intensive. Note also that non Git tools can have problems with
79957-
patches generated with options mentioned above, especially when
79958-
they involve file copies ('-C') or criss-cross renames ('-B').
79955+
*注意* 名前変更(rename)、特にコピーの検出は、CPUにかなりの負荷がか
79956+
かる可能性があります。 また、Git以外のツールでは、 上記のオプション
79957+
で生成されたパッチで問題が発生する可能性があることにも注意してくだ
79958+
さい。 特に、ファイルのコピー ('-C') または交差名前変更(criss-cross
79959+
renames) ('-B') が含まれる場合はそうです。
7995979960

7996079961
Some optional features and policies
7996179962
===================================
@@ -82032,9 +82033,9 @@ Node: gitsubmodules4201556
8203282033
Node: gittutorial-24217018
8203382034
Node: gittutorial4234417
8203482035
Node: gitweb.conf4260632
82035-
Node: gitweb4317640
82036-
Node: gitworkflows4352003
82037-
Node: scalar4375068
82036+
Node: gitweb4317827
82037+
Node: gitworkflows4352190
82038+
Node: scalar4375255
8203882039

8203982040
End Tag Table
8204082041

0 commit comments

Comments
 (0)