Skip to content

Commit 4ca80be

Browse files
committed
translation updated. for github pages.
1 parent e97b20a commit 4ca80be

Some content is hidden

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

42 files changed

+2318
-2937
lines changed

Documentation-ja/howto/coordinate-embargoed-releases.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ <h2 id="_typical_timeline">Typical timeline</h2>
867867
<div class="paragraph"><p>注意: Git プロジェクトはスケジュールについての保証しませんが、 Git ユーザーの安全を確保するため、解禁禁止(embargoes)を合理的に短くすることを目指しています。</p></div>
868868
<div class="sect2">
869869
<h3 id="_opening_a_security_advisory_draft">Opening a Security Advisory draft</h3>
870-
<div class="paragraph"><p>The first step is to <a href="https://github.com/git/git/security/advisories/new">open an advisory</a>. Technically, this is not necessary. However, it is the most convenient way to obtain the CVE number and it gives us a private repository associated with it that can be used to collaborate on a fix.</p></div>
870+
<div class="paragraph"><p>最初のステップは、 <a href="https://github.com/git/git/security/advisories/new">open an advisory</a> です。 技術的にはこれは必須ではありません。 ただし、 CVE 番号を取得する最も便利な方法であり、 それに関連付けられたプライベート・リポジトリーを提供してくれるため、 修正作業を共同で行うのに役立ちます。</p></div>
871871
</div>
872872
<div class="sect2">
873873
<h3 id="_notifying_the_linux_distributions">Notifying the Linux distributions</h3>
@@ -954,7 +954,7 @@ <h3 id="_a_href_mailto_oss_security_lists_openwall_com_oss_security_lists_openwa
954954
<div id="footer">
955955
<div id="footer-text">
956956
Last updated
957-
2024-12-12 07:13:33 JST
957+
2025-09-12 17:13:59 JST
958958
</div>
959959
</div>
960960
</body>

Documentation-ja/howto/coordinate-embargoed-releases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Typical timeline
7777
Opening a Security Advisory draft
7878
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7979

80-
The first step is to https://github.com/git/git/security/advisories/new[open an advisory]. Technically, this is not necessary. However, it is the most convenient way to obtain the CVE number and it gives us a private repository associated with it that can be used to collaborate on a fix.
80+
最初のステップは、 https://github.com/git/git/security/advisories/new[open an advisory] です。 技術的にはこれは必須ではありません。 ただし、 CVE 番号を取得する最も便利な方法であり、 それに関連付けられたプライベート・リポジトリーを提供してくれるため、 修正作業を共同で行うのに役立ちます。
8181

8282
Notifying the Linux distributions
8383
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Documentation-ja/howto/keep-canonical-history-correct.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,13 +735,13 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>git pull で権威ある正規の履歴を正しく保つ</h1>
738-
<span id="revdate">2024-12-15</span>
738+
<span id="revdate">2025-09-12</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
742742
<div class="sectionbody">
743743
<div class="paragraph"><p>新しいプロジェクトインテグレーターは、他のプロジェクト開発者が期待するものから「後ろの方」に見えるプロジェクト履歴で終わることがあります。 このハウツーは、中央リポジトリを維持するための推奨される統合ワークフローを示しています。</p></div>
744-
<div class="paragraph"><p>Suppose that the central repository has this history:</p></div>
744+
<div class="paragraph"><p>ある中央リポジトリーに以下の履歴があるとします:</p></div>
745745
<div class="listingblock">
746746
<div class="content">
747747
<pre><code> ---o---o---A</code></pre>
@@ -877,15 +877,15 @@ <h1>git pull で権威ある正規の履歴を正しく保つ</h1>
877877
\ /
878878
B0--B1---------B2</code></pre>
879879
</div></div>
880-
<div class="paragraph"><p>See also <a href="https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html">https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html</a></p></div>
880+
<div class="paragraph"><p><a href="https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html">https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html</a> も参照して下さい。</p></div>
881881
</div>
882882
</div>
883883
</div>
884884
<div id="footnotes"><hr /></div>
885885
<div id="footer">
886886
<div id="footer-text">
887887
Last updated
888-
2024-12-15 13:37:36 JST
888+
2025-09-12 17:17:30 JST
889889
</div>
890890
</div>
891891
</body>

Documentation-ja/howto/keep-canonical-history-correct.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git pull で権威ある正規の履歴を正しく保つ
1010

1111
新しいプロジェクトインテグレーターは、他のプロジェクト開発者が期待するものから「後ろの方」に見えるプロジェクト履歴で終わることがあります。 このハウツーは、中央リポジトリを維持するための推奨される統合ワークフローを示しています。
1212

13-
Suppose that the central repository has this history:
13+
ある中央リポジトリーに以下の履歴があるとします:
1414

1515
------------
1616
---o---o---A
@@ -159,4 +159,4 @@ topic-bとtopic-cをマージしているときに、誰かが再び中央リポ
159159
B0--B1---------B2
160160
------------
161161

162-
See also https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html
162+
https://git-blame.blogspot.com/2013/09/fun-with-first-parent-history.html も参照して下さい。

0 commit comments

Comments
 (0)