Skip to content

Commit 6d913c9

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

File tree

16 files changed

+489
-431
lines changed

16 files changed

+489
-431
lines changed

Documentation-ja/git-stash.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ git-stash - 汚い作業ディレクトリの変更を隠します
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
git stash list [<log-options>]
12-
git stash show [-u | --include-untracked | --only-untracked] [<diff-options>] [<stash>]
13-
git stash drop [-q | --quiet] [<stash>]
14-
git stash pop [--index] [-q | --quiet] [<stash>]
15-
git stash apply [--index] [-q | --quiet] [<stash>]
16-
git stash branch <branchname> [<stash>]
17-
git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]
18-
[-u | --include-untracked] [-a | --all] [(-m | --message) <message>]
19-
[--pathspec-from-file=<file> [--pathspec-file-nul]]
20-
[--] [<pathspec>...]]
21-
git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]
22-
[-u | --include-untracked] [-a | --all] [<message>]
23-
git stash clear
24-
git stash create [<message>]
25-
git stash store [(-m | --message) <message>] [-q | --quiet] <commit>
26-
git stash export (--print | --to-ref <ref>) [<stash>...]
27-
git stash import <commit>
11+
git stash list [<log-options>]
12+
git stash show [-u | --include-untracked | --only-untracked] [<diff-options>] [<stash>]
13+
git stash drop [-q | --quiet] [<stash>]
14+
git stash pop [--index] [-q | --quiet] [<stash>]
15+
git stash apply [--index] [-q | --quiet] [<stash>]
16+
git stash branch <branchname> [<stash>]
17+
git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]
18+
[-u | --include-untracked] [-a | --all] [(-m | --message) <message>]
19+
[--pathspec-from-file=<file> [--pathspec-file-nul]]
20+
[--] [<pathspec>...]]
21+
git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]
22+
[-u | --include-untracked] [-a | --all] [<message>]
23+
git stash clear
24+
git stash create [<message>]
25+
git stash store [(-m | --message) <message>] [-q | --quiet] <commit>
26+
git stash export (--print | --to-ref <ref>) [<stash>...]
27+
git stash import <commit>
2828

2929
DESCRIPTION
3030
-----------

Documentation-ja/git-status.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-status - 作業ツリーの状態を表示します
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
'git status' [<options>] [--] [<pathspec>...]
12+
'git status' [<options>] [--] [<pathspec>...]
1313

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

Documentation-ja/git-tag.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ git-tag - Create, list, delete or verify tags
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] [-e]
13-
[(--trailer <token>[(=|:)<value>])...]
14-
<tagname> [<commit> | <object>]
15-
git tag -d <tagname>...
16-
git tag [-n[<num>]] -l [--contains <commit>] [--no-contains <commit>]
17-
[--points-at <object>] [--column[=<options>] | --no-column]
18-
[--create-reflog] [--sort=<key>] [--format=<format>]
19-
[--merged <commit>] [--no-merged <commit>] [<pattern>...]
20-
git tag -v [--format=<format>] <tagname>...
12+
git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] [-e]
13+
[(--trailer <token>[(=|:)<value>])...]
14+
<tagname> [<commit> | <object>]
15+
git tag -d <tagname>...
16+
git tag [-n[<num>]] -l [--contains <commit>] [--no-contains <commit>]
17+
[--points-at <object>] [--column[=<options>] | --no-column]
18+
[--create-reflog] [--sort=<key>] [--format=<format>]
19+
[--merged <commit>] [--no-merged <commit>] [<pattern>...]
20+
git tag -v [--format=<format>] <tagname>...
2121

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

Documentation-po/git-stash.po

Lines changed: 18 additions & 18 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:40+0900\n"
1010
"PO-Revision-Date: 2025-07-01 09:02+0900\n"
1111
"Last-Translator: kuma35\n"
1212
"Language-Team: Japanese\n"
@@ -58,23 +58,23 @@ msgstr "SYNOPSIS"
5858
#| "'git stash' create [<message>]\n"
5959
#| "'git stash' store [(-m | --message) <message>] [-q | --quiet] <commit>\n"
6060
msgid ""
61-
"git stash list [<log-options>]\n"
62-
"git stash show [-u | --include-untracked | --only-untracked] [<diff-options>] [<stash>]\n"
63-
"git stash drop [-q | --quiet] [<stash>]\n"
64-
"git stash pop [--index] [-q | --quiet] [<stash>]\n"
65-
"git stash apply [--index] [-q | --quiet] [<stash>]\n"
66-
"git stash branch <branchname> [<stash>]\n"
67-
"git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n"
68-
"\t [-u | --include-untracked] [-a | --all] [(-m | --message) <message>]\n"
69-
"\t [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
70-
"\t [--] [<pathspec>...]]\n"
71-
"git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n"
72-
" [-u | --include-untracked] [-a | --all] [<message>]\n"
73-
"git stash clear\n"
74-
"git stash create [<message>]\n"
75-
"git stash store [(-m | --message) <message>] [-q | --quiet] <commit>\n"
76-
"git stash export (--print | --to-ref <ref>) [<stash>...]\n"
77-
"git stash import <commit>\n"
61+
"\tgit stash list [<log-options>]\n"
62+
"\tgit stash show [-u | --include-untracked | --only-untracked] [<diff-options>] [<stash>]\n"
63+
"\tgit stash drop [-q | --quiet] [<stash>]\n"
64+
"\tgit stash pop [--index] [-q | --quiet] [<stash>]\n"
65+
"\tgit stash apply [--index] [-q | --quiet] [<stash>]\n"
66+
"\tgit stash branch <branchname> [<stash>]\n"
67+
"\tgit stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n"
68+
"\t\t [-u | --include-untracked] [-a | --all] [(-m | --message) <message>]\n"
69+
"\t\t [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
70+
"\t\t [--] [<pathspec>...]]\n"
71+
"\tgit stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | --quiet]\n"
72+
"\t [-u | --include-untracked] [-a | --all] [<message>]\n"
73+
"\tgit stash clear\n"
74+
"\tgit stash create [<message>]\n"
75+
"\tgit stash store [(-m | --message) <message>] [-q | --quiet] <commit>\n"
76+
"\tgit stash export (--print | --to-ref <ref>) [<stash>...]\n"
77+
"\tgit stash import <commit>\n"
7878
msgstr ""
7979
"'git stash' list [<log-options>]\n"
8080
"'git stash' show [-u | --include-untracked | --only-untracked] [<diff-options>] [<stash>]\n"

Documentation-po/git-stash.po4cfg

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:51 JST
1+
# generate by ./mk-po4a-cfg.sh 2025年 12月 9日 火曜日 12:40:35 JST
22
[po4a_langs] ja
33
[type: asciidoc] ../Documentation-sedout/git-stash.adoc $lang:../Documentation-ja/git-stash.adoc
44
[po4a_paths] pot/git-stash.pot ja:git-stash.po

0 commit comments

Comments
 (0)