X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-describe.txt;h=a99b4ef9434f11d46cecbd80cca9548866c1aa48;hb=3ea95d2b0e6fa63e66de24a5084e217102ab9e8a;hp=3d79f05995d28214f68640dd3f693033dff03547;hpb=35d2f73b999636c93049b2d7bed1458bcf2f9648;p=git.git diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index 3d79f0599..a99b4ef94 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/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.