Browse Source

The synopsis of the manpages should use the hyphenated version

The synopsis of the manpages should use the hyphenated version of the git
commands. Adapt the remaining offenders.

Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Christian Meder 20 years ago committed by Junio C Hamano
parent
commit
cc1621e2a0
  1. 2
      Documentation/git-clone.txt
  2. 2
      Documentation/git-commit.txt
  3. 2
      Documentation/git-log.txt
  4. 2
      Documentation/git-resolve.txt
  5. 2
      Documentation/git-shortlog.txt
  6. 2
      Documentation/git-show-branch.txt
  7. 2
      Documentation/git-status.txt
  8. 2
      Documentation/git-whatchanged.txt

2
Documentation/git-clone.txt

@ -8,7 +8,7 @@ git-clone - Clones a repository. @@ -8,7 +8,7 @@ git-clone - Clones a repository.

SYNOPSIS
--------
'git clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory>
'git-clone' [-l [-s]] [-q] [-n] [-u <upload-pack>] <repository> <directory>

DESCRIPTION
-----------

2
Documentation/git-commit.txt

@ -7,7 +7,7 @@ git-commit - Record your changes @@ -7,7 +7,7 @@ git-commit - Record your changes

SYNOPSIS
--------
'git commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>...
'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] <file>...

DESCRIPTION
-----------

2
Documentation/git-log.txt

@ -8,7 +8,7 @@ git-log - Show commit logs @@ -8,7 +8,7 @@ git-log - Show commit logs

SYNOPSIS
--------
'git log' <option>...
'git-log' <option>...

DESCRIPTION
-----------

2
Documentation/git-resolve.txt

@ -8,7 +8,7 @@ git-resolve - Merge two commits @@ -8,7 +8,7 @@ git-resolve - Merge two commits

SYNOPSIS
--------
'git resolve' <current> <merged> <message>
'git-resolve' <current> <merged> <message>

DESCRIPTION
-----------

2
Documentation/git-shortlog.txt

@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output. @@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.

SYNOPSIS
--------
'git log --pretty=short | git shortlog'
'git-log --pretty=short | git shortlog'

DESCRIPTION
-----------

2
Documentation/git-show-branch.txt

@ -7,7 +7,7 @@ git-show-branch - Show branches and their commits. @@ -7,7 +7,7 @@ git-show-branch - Show branches and their commits.

SYNOPSIS
--------
'git show-branch [--all] [--heads] [--tags] [--more=<n> | --list | --independent | --merge-base] <reference>...'
'git-show-branch [--all] [--heads] [--tags] [--more=<n> | --list | --independent | --merge-base] <reference>...'

DESCRIPTION
-----------

2
Documentation/git-status.txt

@ -8,7 +8,7 @@ git-status - Show working tree status. @@ -8,7 +8,7 @@ git-status - Show working tree status.

SYNOPSIS
--------
'git status'
'git-status'

DESCRIPTION
-----------

2
Documentation/git-whatchanged.txt

@ -8,7 +8,7 @@ git-whatchanged - Show logs with difference each commit introduces. @@ -8,7 +8,7 @@ git-whatchanged - Show logs with difference each commit introduces.

SYNOPSIS
--------
'git whatchanged' <option>...
'git-whatchanged' <option>...

DESCRIPTION
-----------

Loading…
Cancel
Save