Skip to content

Commit

Permalink
Documentation: do not use undefined terms git-dir and git-file
Browse files Browse the repository at this point in the history
We will add gitfile to the glossary in a separate commit.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Ackermann authored and Junio C Hamano committed Feb 1, 2013
1 parent 2de9b71 commit 0859c96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ print a message to stderr and exit with nonzero status.
Flags and parameters to be parsed.

--resolve-git-dir <path>::
Check if <path> is a valid git-dir or a git-file pointing to a valid
git-dir. If <path> is a valid git-dir the resolved path to git-dir will
be printed.
Check if <path> is a valid repository or a gitfile that
points at a valid repository, and print the location of the
repository. If <path> is a gitfile then the resolved path
to the real repository is printed.


include::revisions.txt[]

Expand Down

0 comments on commit 0859c96

Please sign in to comment.