diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2008-06-08 03:36:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-08 13:46:38 -0700 |
commit | a3800f66a64762ad518179dfacf4ac29f9d5a786 (patch) | |
tree | 2b2b088589f962964fe830361dc609db4783cd82 /Documentation | |
parent | Docs: add some long/short options (diff) | |
download | tgif-a3800f66a64762ad518179dfacf4ac29f9d5a786.tar.xz |
git-describe.txt: document --always
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-describe.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 -------- |