aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-06-08 03:36:11 +0200
committerJunio C Hamano <gitster@pobox.com>2008-06-08 13:46:38 -0700
commita3800f66a64762ad518179dfacf4ac29f9d5a786 (patch)
tree2b2b088589f962964fe830361dc609db4783cd82 /Documentation
parent459cf2e9857df069269aa733a7ce9df6f00f88ef (diff)
downloadgit-a3800f66a64762ad518179dfacf4ac29f9d5a786.tar.gz
git-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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index 3f0b7b2f4..9f6f48318 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
--------