Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-06-08 05:36:11 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-09 00:46:38 +0400
commita3800f66a64762ad518179dfacf4ac29f9d5a786 (patch)
tree2b2b088589f962964fe830361dc609db4783cd82 /Documentation/git-describe.txt
parent459cf2e9857df069269aa733a7ce9df6f00f88ef (diff)
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/git-describe.txt')
-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 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
--------