Skip to content

Commit

Permalink
git-show-ref.txt: remove word and make consistent
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Jun 21, 2009
1 parent ccf497d commit d4900ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-show-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand All @@ -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::
Expand Down

0 comments on commit d4900ee

Please sign in to comment.