X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Documentation%2Fgit-describe.txt;h=e4ac448ff565a0951444d0b1b98b2d5f86f01a9f;hb=bcf9626a71a0d90be65acc265ad0ec488d95d6ed;hp=c8f28c8c864523c948763d7554f49def36156336;hpb=9bb71036f3a4cc7fdb11a8bf15e47b986649d234;p=thirdparty%2Fgit.git diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index c8f28c8c86..e4ac448ff5 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -154,7 +154,7 @@ is found, its name will be output and searching will stop. If an exact match was not found, 'git describe' will walk back through the commit history to locate an ancestor commit which has been tagged. The ancestor's tag will be output along with an -abbreviation of the input commit-ish's SHA-1. If '--first-parent' was +abbreviation of the input commit-ish's SHA-1. If `--first-parent` was specified then the walk will only consider the first parent of each commit.