Skip to content

Commit f21bb8f

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

Some content is hidden

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

43 files changed

+909
-839
lines changed

Documentation-ja/git-send-pack.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ git-send-pack - Gitプロトコルを介してオブジェクトを別のリポ
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
'git send-pack' [--mirror] [--dry-run] [--force]
13-
[--receive-pack=<git-receive-pack>]
14-
[--verbose] [--thin] [--atomic]
15-
[--[no-]signed | --signed=(true|false|if-asked)]
16-
[<host>:]<directory> (--all | <ref>...)
12+
'git send-pack' [--mirror] [--dry-run] [--force]
13+
[--receive-pack=<git-receive-pack>]
14+
[--verbose] [--thin] [--atomic]
15+
[--[no-]signed | --signed=(true|false|if-asked)]
16+
[<host>:]<directory> (--all | <ref>...)
1717

1818
DESCRIPTION
1919
-----------

Documentation-ja/git-sh-i18n--envsubst.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ git-sh-i18n--envsubst - i18nフォールバック用のGit独自のenvsubst(1)
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
eval_gettext () {
12-
printf "%s" "$1" | (
13-
export PATH $('git sh-i18n{litdd}envsubst' --variables "$1");
14-
'git sh-i18n{litdd}envsubst' "$1"
15-
)
16-
}
11+
eval_gettext () {
12+
printf "%s" "$1" | (
13+
export PATH $('git sh-i18n{litdd}envsubst' --variables "$1");
14+
'git sh-i18n{litdd}envsubst' "$1"
15+
)
16+
}
1717

1818
DESCRIPTION
1919
-----------

Documentation-ja/git-sh-i18n.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-sh-i18n - シェルスクリプトのためのGit用i18nセットアップ
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'. "$(git --exec-path)/git-sh-i18n"'
11+
'. "$(git --exec-path)/git-sh-i18n"'
1212

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

Documentation-ja/git-sh-setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-sh-setup - 一般的なGitシェルスクリプトのセットアップコ
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'. "$(git --exec-path)/git-sh-setup"'
11+
'. "$(git --exec-path)/git-sh-setup"'
1212

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

Documentation-ja/git-shortlog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ git-shortlog - 「git log」の出力を要約します。
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'git shortlog' [<options>] [<revision-range>] [[--] <path>...]
12-
git log --pretty=short | 'git shortlog' [<options>]
11+
'git shortlog' [<options>] [<revision-range>] [[--] <path>...]
12+
git log --pretty=short | 'git shortlog' [<options>]
1313

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

Documentation-ja/git-shortlog.html

Lines changed: 81 additions & 84 deletions
Large diffs are not rendered by default.

Documentation-ja/git-show-branch.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ git-show-branch - ブランチとそのコミットを表示します
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'git show-branch' [-a | --all] [-r | --remotes] [--topo-order | --date-order]
12-
[--current] [--color[=<when>] | --no-color] [--sparse]
13-
[--more=<n> | --list | --independent | --merge-base]
14-
[--no-name | --sha1-name] [--topics]
15-
[(<rev> | <glob>)...]
16-
'git show-branch' (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]
11+
'git show-branch' [-a | --all] [-r | --remotes] [--topo-order | --date-order]
12+
[--current] [--color[=<when>] | --no-color] [--sparse]
13+
[--more=<n> | --list | --independent | --merge-base]
14+
[--no-name | --sha1-name] [--topics]
15+
[(<rev> | <glob>)...]
16+
'git show-branch' (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]
1717

1818
DESCRIPTION
1919
-----------

Documentation-ja/git-show-index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-show-index - パックされたアーカイブインデックスを表示す
99
SYNOPSIS
1010
--------
1111
[synopsis]
12-
'git show-index' [--object-format=<hash-algorithm>] < <pack-idx-file>
12+
'git show-index' [--object-format=<hash-algorithm>] < <pack-idx-file>
1313

1414

1515
DESCRIPTION

Documentation-ja/git-show-ref.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ git-show-ref - ローカルリポジトリ内の参照を一覧表示します
88
SYNOPSIS
99
--------
1010
[synopsis]
11-
'git show-ref' [--head] [-d | --dereference]
12-
[-s | --hash[=<n>]] [--abbrev[=<n>]] [--branches] [--tags]
13-
[--] [<pattern>...]
14-
'git show-ref' --verify [-q | --quiet] [-d | --dereference]
15-
[-s | --hash[=<n>]] [--abbrev[=<n>]]
16-
[--] [<ref>...]
17-
'git show-ref' --exclude-existing[=<pattern>]
18-
'git show-ref' --exists <ref>
11+
'git show-ref' [--head] [-d | --dereference]
12+
[-s | --hash[=<n>]] [--abbrev[=<n>]] [--branches] [--tags]
13+
[--] [<pattern>...]
14+
'git show-ref' --verify [-q | --quiet] [-d | --dereference]
15+
[-s | --hash[=<n>]] [--abbrev[=<n>]]
16+
[--] [<ref>...]
17+
'git show-ref' --exclude-existing[=<pattern>]
18+
'git show-ref' --exists <ref>
1919

2020
DESCRIPTION
2121
-----------

Documentation-ja/git-show.html

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)