summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-06-08 01:36:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-08 20:46:38 (GMT)
commita3800f66a64762ad518179dfacf4ac29f9d5a786 (patch)
tree2b2b088589f962964fe830361dc609db4783cd82
parent459cf2e9857df069269aa733a7ce9df6f00f88ef (diff)
downloadgit-a3800f66a64762ad518179dfacf4ac29f9d5a786.zip
git-a3800f66a64762ad518179dfacf4ac29f9d5a786.tar.gz
git-a3800f66a64762ad518179dfacf4ac29f9d5a786.tar.bz2
git-describe.txt: document --always
Signed-off-by: Stephan Beyer <s-beyer@gmx.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 3f0b7b2..9f6f483 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
--------