From: Thomas Ackermann
Date: Fri, 1 Feb 2013 18:07:56 +0000 (+0100)
Subject: Documentation: do not use undefined terms git-dir and git-file
X-Git-Tag: v1.8.2-rc0~50^2~3
X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0859c969db9d1250cbdb14d34efa1d17209ff45b?ds=sidebyside
Documentation: do not use undefined terms git-dir and git-file
We will add gitfile to the glossary in a separate commit.
Signed-off-by: Thomas Ackermann
Signed-off-by: Junio C Hamano
---
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index c7434697ef..10a116faf8 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -187,9 +187,11 @@ print a message to stderr and exit with nonzero status.
Flags and parameters to be parsed.
--resolve-git-dir ::
- Check if is a valid git-dir or a git-file pointing to a valid
- git-dir. If is a valid git-dir the resolved path to git-dir will
- be printed.
+ Check if is a valid repository or a gitfile that
+ points at a valid repository, and print the location of the
+ repository. If is a gitfile then the resolved path
+ to the real repository is printed.
+
include::revisions.txt[]