Skip to content

Commit d4900ee

Browse files
bebarinogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ccf497d commit d4900ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-show-ref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The --exclude-existing form is a filter that does the inverse, it shows the
2424
refs from stdin that don't exist in the local repository.
2525

2626
Use of this utility is encouraged in favor of directly accessing files under
27-
in the `.git` directory.
27+
the `.git` directory.
2828

2929
OPTIONS
3030
-------
@@ -50,7 +50,7 @@ OPTIONS
5050
-s::
5151
--hash::
5252

53-
Only show the SHA1 hash, not the reference name. When also using
53+
Only show the SHA1 hash, not the reference name. When combined with
5454
--dereference the dereferenced tag will still be shown after the SHA1.
5555

5656
--verify::

0 commit comments

Comments
 (0)