Skip to content

Commit 18c8c25

Browse files
committed
synopsis to literal done.(to scalar).
JP:synopsisを無理やりliteralにする(そうしないと -- が飛ぶので) synopsisの各行の先頭にタブを挿入することによって行う。 なお、 warning として missing style [paradef-literal] となるが 今の所実害無い(たぶん)。infoでもhtmlでも正常に(見える)。
1 parent 444638c commit 18c8c25

36 files changed

+164
-147
lines changed

Documentation-ja/git-verify-tag.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-verify-tag - タグのGPG署名を確認する
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...
11+
git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...
1212

1313
DESCRIPTION
1414
-----------

Documentation-ja/git-version.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-version - Gitに関するバージョン情報を表示する
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'git version' [--build-options]
11+
'git version' [--build-options]
1212

1313
DESCRIPTION
1414
-----------

Documentation-ja/git-worktree.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ git-worktree - 複数の作業ツリー(working tree)を管理します
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
git worktree add [-f] [--detach] [--checkout] [--lock [--reason <string>]]
13-
[--orphan] [(-b | -B) <new-branch>] <path> [<commit-ish>]
14-
git worktree list [-v | --porcelain [-z]]
15-
git worktree lock [--reason <string>] <worktree>
16-
git worktree move <worktree> <new-path>
17-
git worktree prune [-n] [-v] [--expire <expire>]
18-
git worktree remove [-f] <worktree>
19-
git worktree repair [<path>...]
20-
git worktree unlock <worktree>
12+
git worktree add [-f] [--detach] [--checkout] [--lock [--reason <string>]]
13+
[--orphan] [(-b | -B) <new-branch>] <path> [<commit-ish>]
14+
git worktree list [-v | --porcelain [-z]]
15+
git worktree lock [--reason <string>] <worktree>
16+
git worktree move <worktree> <new-path>
17+
git worktree prune [-n] [-v] [--expire <expire>]
18+
git worktree remove [-f] <worktree>
19+
git worktree repair [<path>...]
20+
git worktree unlock <worktree>
2121

2222
DESCRIPTION
2323
-----------

Documentation-ja/git-write-tree.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-write-tree - 現在のインデックスからツリーオブジェクトを
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
git write-tree [--missing-ok] [--prefix=<prefix>/]
12+
git write-tree [--missing-ok] [--prefix=<prefix>/]
1313

1414
DESCRIPTION
1515
-----------

Documentation-ja/git.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ git - くだらないコンテンツトラッカー
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
'git' [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
13-
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
14-
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-lazy-fetch]
15-
[--no-optional-locks] [--no-advice] [--bare] [--git-dir=<path>]
16-
[--work-tree=<path>] [--namespace=<name>] [--config-env=<name>=<envvar>]
17-
<command> [<args>]
12+
'git' [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]
13+
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
14+
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-lazy-fetch]
15+
[--no-optional-locks] [--no-advice] [--bare] [--git-dir=<path>]
16+
[--work-tree=<path>] [--namespace=<name>] [--config-env=<name>=<envvar>]
17+
<command> [<args>]
1818

1919
DESCRIPTION
2020
-----------

Documentation-ja/gitk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gitk - Gitリポジトリブラウザ
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'gitk' [<options>] [<revision-range>] [--] [<path>...]
11+
'gitk' [<options>] [<revision-range>] [--] [<path>...]
1212

1313
DESCRIPTION
1414
-----------

Documentation-ja/scalar.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ scalar - 大規模 Git リポジトリ管理ツール
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
scalar clone [--single-branch] [--branch <main-branch>] [--full-clone]
12-
[--[no-]src] [--[no-]tags] [--[no-]maintenance] <url> [<enlistment>]
13-
scalar list
14-
scalar register [--[no-]maintenance] [<enlistment>]
15-
scalar unregister [<enlistment>]
16-
scalar run ( all | config | commit-graph | fetch | loose-objects | pack-files ) [<enlistment>]
17-
scalar reconfigure [--maintenance=(enable|disable|keep)] [ --all | <enlistment> ]
18-
scalar diagnose [<enlistment>]
19-
scalar delete <enlistment>
11+
scalar clone [--single-branch] [--branch <main-branch>] [--full-clone]
12+
[--[no-]src] [--[no-]tags] [--[no-]maintenance] <url> [<enlistment>]
13+
scalar list
14+
scalar register [--[no-]maintenance] [<enlistment>]
15+
scalar unregister [<enlistment>]
16+
scalar run ( all | config | commit-graph | fetch | loose-objects | pack-files ) [<enlistment>]
17+
scalar reconfigure [--maintenance=(enable|disable|keep)] [ --all | <enlistment> ]
18+
scalar diagnose [<enlistment>]
19+
scalar delete <enlistment>
2020

2121
DESCRIPTION
2222
-----------

Documentation-po/git-verify-tag.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: git-docs-ja 3.0\n"
9-
"POT-Creation-Date: 2025-11-13 13:31+0900\n"
9+
"POT-Creation-Date: 2025-12-09 12:55+0900\n"
1010
"PO-Revision-Date: 2025-07-10 11:06+0900\n"
1111
"Last-Translator: kuma35\n"
1212
"Language-Team: Japanese\n"
@@ -40,10 +40,9 @@ msgstr "SYNOPSIS"
4040

4141
#. type: Plain text
4242
#: ../Documentation-sedout/git-verify-tag.adoc:12
43-
#, fuzzy
44-
#| msgid ""
45-
#| "'git verify-tag' [-v | --verbose] [--format=<format>] [--raw] <tag>..."
46-
msgid "git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>..."
43+
#, fuzzy, no-wrap
44+
#| msgid "'git verify-tag' [-v | --verbose] [--format=<format>] [--raw] <tag>..."
45+
msgid "\tgit verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>...\n"
4746
msgstr "'git verify-tag' [-v | --verbose] [--format=<format>] [--raw] <tag>..."
4847

4948
#. type: Title -
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generate by ./mk-po4a-cfg.sh 2025年 11月 13日 木曜日 13:31:56 JST
1+
# generate by ./mk-po4a-cfg.sh 2025年 12月 9日 火曜日 12:55:24 JST
22
[po4a_langs] ja
33
[type: asciidoc] ../Documentation-sedout/git-verify-tag.adoc $lang:../Documentation-ja/git-verify-tag.adoc
44
[po4a_paths] pot/git-verify-tag.pot ja:git-verify-tag.po

Documentation-po/git-version.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: git-docs-ja 4.0\n"
9-
"POT-Creation-Date: 2025-11-13 13:31+0900\n"
9+
"POT-Creation-Date: 2025-12-09 12:55+0900\n"
1010
"PO-Revision-Date: 2025-07-10 11:09+0900\n"
1111
"Last-Translator: kuma35\n"
1212
"Language-Team: Japanese\n"
@@ -40,7 +40,9 @@ msgstr "SYNOPSIS"
4040

4141
#. type: Plain text
4242
#: ../Documentation-sedout/git-version.adoc:12
43-
msgid "'git version' [--build-options]"
43+
#, fuzzy, no-wrap
44+
#| msgid "'git version' [--build-options]"
45+
msgid "\t'git version' [--build-options]\n"
4446
msgstr "'git version' [--build-options]"
4547

4648
#. type: Title -

0 commit comments

Comments
 (0)