diff options
author | Greg Price <price@MIT.EDU> | 2013-02-25 00:34:14 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-24 22:23:32 -0800 |
commit | 48dfe969fc703f1f77f8944bbef033e58b815634 (patch) | |
tree | 8d256eb8da7082fdb41be0e19fc5d8776e38fb92 /Documentation/gitcli.txt | |
parent | dff9f8835f2f2820c4e7109d242cb06b39f7d065 (diff) | |
download | git-48dfe969fc703f1f77f8944bbef033e58b815634.tar.gz |
Fix ".git/refs" stragglers
A couple of references still survive to .git/refs as a tree
of all refs. Fix one in docs, one in a -h message, one in
a -h message quoted in docs.
Signed-off-by: Greg Price <price@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r-- | Documentation/gitcli.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index 3bc1500eda..d59a5ad1ac 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:: |