Skip to content

Commit 412403e

Browse files
committed
Merge branch 'mz/doc-synopsis-verse' into maint
* mz/doc-synopsis-verse: Documentation: use [verse] for SYNOPSIS sections
2 parents 5329c99 + 7791a1d commit 412403e

File tree

93 files changed

+92
-6
lines changed

Some content is hidden

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

93 files changed

+92
-6
lines changed

Documentation/git-annotate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git-annotate - Annotate file lines with commit information
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git annotate' [options] file [revision]
1112

1213
DESCRIPTION

Documentation/git-bisect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-bisect - Find by binary search the change that introduced a bug
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git bisect' <subcommand> <options>
1213

1314
DESCRIPTION

Documentation/git-cherry-pick.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git-cherry-pick - Apply the changes introduced by some existing commits
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>...
1112

1213
DESCRIPTION

Documentation/git-cherry.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git-cherry - Find commits not merged upstream
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git cherry' [-v] [<upstream> [<head> [<limit>]]]
1112

1213
DESCRIPTION

Documentation/git-citool.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git-citool - Graphical alternative to git-commit
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git citool'
1112

1213
DESCRIPTION

Documentation/git-commit-tree.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-commit-tree - Create a new commit object
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git commit-tree' <tree> [(-p <parent commit>)...] < changelog
1213

1314
DESCRIPTION

Documentation/git-count-objects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ git-count-objects - Count unpacked number of objects and their disk consumption
77

88
SYNOPSIS
99
--------
10+
[verse]
1011
'git count-objects' [-v]
1112

1213
DESCRIPTION

Documentation/git-cvsexportcommit.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-cvsexportcommit - Export a single commit to a CVS checkout
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git cvsexportcommit' [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot]
1213
[-w cvsworkdir] [-W] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
1314

Documentation/git-diff-files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-diff-files - Compares files in the working tree and the index
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git diff-files' [-q] [-0|-1|-2|-3|-c|--cc] [<common diff options>] [<path>...]
1213

1314
DESCRIPTION

Documentation/git-diff-index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ git-diff-index - Compares content and mode of blobs between the index and reposi
88

99
SYNOPSIS
1010
--------
11+
[verse]
1112
'git diff-index' [-m] [--cached] [<common diff options>] <tree-ish> [<path>...]
1213

1314
DESCRIPTION

0 commit comments

Comments
 (0)