summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-06-21 04:40:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-21 06:45:51 (GMT)
commitd4900ee48c70114ea3227f922d383de6b273fcde (patch)
treef8d02a55a6a07702696d724da486431f08d6cd55 /Documentation
parentccf497de97f9d22e55e9e5ae90b8a65503d48099 (diff)
downloadgit-d4900ee48c70114ea3227f922d383de6b273fcde.zip
git-d4900ee48c70114ea3227f922d383de6b273fcde.tar.gz
git-d4900ee48c70114ea3227f922d383de6b273fcde.tar.bz2
git-show-ref.txt: remove word and make consistent
Under is better than in because of the nested nature of the .git directory. "also using" sounds a little odd, plus we say combined with later on so just use that. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-show-ref.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt
index 2f173ff..98e294a 100644
--- a/Documentation/git-show-ref.txt
+++ b/Documentation/git-show-ref.txt
@@ -24,7 +24,7 @@ The --exclude-existing form is a filter that does the inverse, it shows the
refs from stdin that don't exist in the local repository.
Use of this utility is encouraged in favor of directly accessing files under
-in the `.git` directory.
+the `.git` directory.
OPTIONS
-------
@@ -50,7 +50,7 @@ OPTIONS
-s::
--hash::
- Only show the SHA1 hash, not the reference name. When also using
+ Only show the SHA1 hash, not the reference name. When combined with
--dereference the dereferenced tag will still be shown after the SHA1.
--verify::