From: Stephan Beyer Date: Sun, 8 Jun 2008 01:36:11 +0000 (+0200) Subject: git-describe.txt: document --always X-Git-Tag: v1.5.6-rc3~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a3800f66a64762ad518179dfacf4ac29f9d5a786?ds=inline;hp=--cc git-describe.txt: document --always Signed-off-by: Stephan Beyer Signed-off-by: Junio C Hamano --- a3800f66a64762ad518179dfacf4ac29f9d5a786 diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index 3f0b7b2f47..9f6f483186 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -70,6 +70,9 @@ OPTIONS Only consider tags matching the given pattern (can be used to avoid leaking private tags made from the repository). +--always:: + Show uniquely abbreviated commit object as fallback. + EXAMPLES --------