summaryrefslogtreecommitdiffstats
path: root/git-describe.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-22 12:55:29 -0700
committerJunio C Hamano <gitster@pobox.com>2012-08-22 12:55:29 -0700
commitd031611b80058b4f2217d154bf060aff8f80038f (patch)
tree30b17343fd84968f8f46f779da427862db435ce2 /git-describe.txt
parent0862f09cc973996f93b1254f944295e06d42822e (diff)
downloadgit-htmldocs-d031611b80058b4f2217d154bf060aff8f80038f.tar.gz
Autogenerated HTML docs for v1.7.12-70-g851f7
Diffstat (limited to 'git-describe.txt')
-rw-r--r--git-describe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-describe.txt b/git-describe.txt
index 039cce2e9..72d6bb612 100644
--- a/git-describe.txt
+++ b/git-describe.txt
@@ -36,12 +36,12 @@ OPTIONS
--all::
Instead of using only the annotated tags, use any ref
- found in `.git/refs/`. This option enables matching
+ found in `refs/` namespace. This option enables matching
any known branch, remote-tracking branch, or lightweight tag.
--tags::
Instead of using only the annotated tags, use any tag
- found in `.git/refs/tags`. This option enables matching
+ found in `refs/tags` namespace. This option enables matching
a lightweight (non-annotated) tag.
--contains::