rev-parse: add option --resolve-git-dir <path>
Check if <path> is a valid git-dir or a valid git-file that points to a valid git-dir. We want tests to be independent from the fact that a git-dir may be a git-file. Thus we changed tests to use this feature. Signed-off-by: Fredrik Gustafsson <iveqy@iveqy.com> Mentored-by: Jens Lehmann <Jens.Lehmann@web.de> Mentored-by: Heiko Voigt <hvoigt@hvoigt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
e7a85be3cf
commit
abc06822af
@ -180,6 +180,10 @@ print a message to stderr and exit with nonzero status.
|
||||
<args>...::
|
||||
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.
|
||||
|
||||
include::revisions.txt[]
|
||||
|
||||
|
Reference in New Issue
Block a user