summaryrefslogtreecommitdiffstats
path: root/git-describe.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-01-13 16:47:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-01-13 16:47:56 +0000
commit6efe3023cc16b3c4ece5a9ea43114109002cbe86 (patch)
tree1b1ab82ea2d5cbb694658f7aec0bcbc0cae7bcc8 /git-describe.txt
parent1c95827e7c795dfbae054c5d10c461d8768b0e8d (diff)
downloadgit-htmldocs-6efe3023cc16b3c4ece5a9ea43114109002cbe86.tar.gz
Autogenerated HTML docs for v1.6.1-98-g3ea95
Diffstat (limited to 'git-describe.txt')
-rw-r--r--git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-describe.txt b/git-describe.txt
index 3d79f0599..a99b4ef94 100644
--- a/git-describe.txt
+++ b/git-describe.txt
@@ -87,7 +87,7 @@ With something like git.git current tree, I get:
v1.0.4-14-g2414721
i.e. the current head of my "parent" branch is based on v1.0.4,
-but since it has a handful commits on top of that,
+but since it has a few commits on top of that,
describe has added the number of additional commits ("14") and
an abbreviated object name for the commit itself ("2414721")
at the end.