Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Daly <francis@daoine.org>2006-06-07 16:56:45 +0400
committerJunio C Hamano <junkio@cox.net>2006-06-07 22:49:35 +0400
commit3742506578dda5de2fe97e403f04150a85ffef17 (patch)
tree9e7e042b220c4d0567d6a6d6a5014ca3bdab5356 /Documentation/git-name-rev.txt
parent17cf250aff26d3baa6b311a3404f1a932e16cf17 (diff)
Some doc typo fixes
All should be clear enough, except perhaps committish / commitish. I just kept the more-used one within the current docs. [jc: with rephrasing of check-ref-format description later discussed on the list] Signed-off-by: Francis Daly <francis@daoine.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-name-rev.txt')
-rw-r--r--Documentation/git-name-rev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt
index ffaa00468f..39a1434a0e 100644
--- a/Documentation/git-name-rev.txt
+++ b/Documentation/git-name-rev.txt
@@ -8,7 +8,7 @@ git-name-rev - Find symbolic names for given revs
SYNOPSIS
--------
-'git-name-rev' [--tags] ( --all | --stdin | <commitish>... )
+'git-name-rev' [--tags] ( --all | --stdin | <committish>... )
DESCRIPTION
-----------