Code

The synopsis of the manpages should use the hyphenated version
authorChristian Meder <chris@absolutegiganten.org>
Mon, 10 Oct 2005 23:01:32 +0000 (16:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Oct 2005 23:01:32 +0000 (16:01 -0700)
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>
Documentation/git-clone.txt
Documentation/git-commit.txt
Documentation/git-log.txt
Documentation/git-resolve.txt
Documentation/git-shortlog.txt
Documentation/git-show-branch.txt
Documentation/git-status.txt
Documentation/git-whatchanged.txt

index 5b8c6e8be3c1bee491208d09bbe5a62ec9069dc1..dd92cdefc2a2c504aea8ca23ce0e01746020036f 100644 (file)
@@ -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
 -----------
index 236f7c4f32e94759d58dba80e731cc8274476f33..1edc278c64827b47d8b672106433417510342392 100644 (file)
@@ -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
 -----------
index 16f48295c20951b35744f3a81d816e515568fff7..13a3998302a2817bb36d7555f171311ce19a3d0c 100644 (file)
@@ -8,7 +8,7 @@ git-log - Show commit logs
 
 SYNOPSIS
 --------
-'git log' <option>...
+'git-log' <option>...
 
 DESCRIPTION
 -----------
index db38e2407ab3e8344db05c3048db9e46db023376..4e57c2b2877b1594b3a467c0930348221e98c672 100644 (file)
@@ -8,7 +8,7 @@ git-resolve - Merge two commits
 
 SYNOPSIS
 --------
-'git resolve' <current> <merged> <message>
+'git-resolve' <current> <merged> <message>
 
 DESCRIPTION
 -----------
index 696a4245b5ca6cc49a9dcaa346d8a0e7453e44b0..65ca77fbf657520a59b308fc3e99ed79b61cff95 100644 (file)
@@ -8,7 +8,7 @@ git-shortlog - Summarize 'git log' output.
 
 SYNOPSIS
 --------
-'git log --pretty=short | git shortlog'
+'git-log --pretty=short | git shortlog'
 
 DESCRIPTION
 -----------
index 32da5ba330f18f740a91a8e622a1710037cede7f..e0dce7ec128a178e829c7927603bf456bf4311db 100644 (file)
@@ -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
 -----------
index 89a4f38203394b198208d0a3317e5494180d6cea..753fc0866d2883af59ed54fd7ca566f7694172e3 100644 (file)
@@ -8,7 +8,7 @@ git-status - Show working tree status.
 
 SYNOPSIS
 --------
-'git status'
+'git-status'
 
 DESCRIPTION
 -----------
index 118a3fdb9eea4f44ee3cfe9800f574e038f943c2..8a2212de6448f50659df6e86fad2ba7d49ccb6c9 100644 (file)
@@ -8,7 +8,7 @@ git-whatchanged - Show logs with difference each commit introduces.
 
 SYNOPSIS
 --------
-'git whatchanged' <option>...
+'git-whatchanged' <option>...
 
 DESCRIPTION
 -----------