X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-describe.txt;h=b231dbb947791bb4fc5cde552e8c736b3558ca0a;hb=974e6e42f7a66b69bd684af4f637ab064acfdf92;hp=a30c5ac96618f5010388edd66815ec97971a92e0;hpb=0fa0514b9172186d018c884da296ac6705c3e07c;p=git.git diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index a30c5ac96..b231dbb94 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.