aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitcli.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-19 12:16:22 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-19 12:16:22 -0700
commit9adf272a38f3ac79c9f241dc348546fb0d5694ce (patch)
tree946c61f57cf3b0120f45dcb0d557767092137836 /Documentation/gitcli.txt
parentc2bf648b84d3b61c4250f0e921a40b75d3e72cf8 (diff)
parent48dfe969fc703f1f77f8944bbef033e58b815634 (diff)
downloadgit-9adf272a38f3ac79c9f241dc348546fb0d5694ce.tar.gz
Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs'
* gp/avoid-explicit-mention-of-dot-git-refs: Fix ".git/refs" stragglers
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r--Documentation/gitcli.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt
index dc9e617a10..9ac5088acd 100644
--- a/Documentation/gitcli.txt
+++ b/Documentation/gitcli.txt
@@ -107,13 +107,14 @@ couple of magic command line options:
---------------------------------------------
$ git describe -h
usage: git describe [options] <committish>*
+ or: git describe [options] --dirty
--contains find the tag that comes after the commit
--debug debug search strategy on stderr
- --all use any ref in .git/refs
- --tags use any tag in .git/refs/tags
- --abbrev [<n>] use <n> digits to display SHA-1s
- --candidates <n> consider <n> most recent tags (default: 10)
+ --all use any ref
+ --tags use any tag, even unannotated
+ --long always use long format
+ --abbrev[=<n>] use <n> digits to display SHA-1s
---------------------------------------------
--help-all::