summaryrefslogtreecommitdiff
path: root/Documentation/git-parse-remote.txt
diff options
context:
space:
mode:
authorjrnieder@uchicago.edu <jrnieder@uchicago.edu>2008-06-29 16:10:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-30 06:28:47 (GMT)
commitbd870878f81056d4349048842ad774f84461e939 (patch)
treec348353266bbe27880404148d88417231f1c9a30 /Documentation/git-parse-remote.txt
parente46f9c8161a0df4d4b9f8c8a98b1a8c0d9452cfd (diff)
downloadgit-bd870878f81056d4349048842ad774f84461e939.zip
git-bd870878f81056d4349048842ad774f84461e939.tar.gz
git-bd870878f81056d4349048842ad774f84461e939.tar.bz2
Documentation: don't assume git-sh-setup and git-parse-remote are in PATH
When git-parse-remote and git-sh-setup are not installed in $(bindir) anymore, the shell script library won't be found on user's $PATH in general. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-parse-remote.txt')
-rw-r--r--Documentation/git-parse-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-parse-remote.txt b/Documentation/git-parse-remote.txt
index 951dbd6..421312e 100644
--- a/Documentation/git-parse-remote.txt
+++ b/Documentation/git-parse-remote.txt
@@ -8,7 +8,7 @@ git-parse-remote - Routines to help parsing remote repository access parameters
SYNOPSIS
--------
-'. git-parse-remote'
+'. "$(git --exec-path)/git-parse-remote"'
DESCRIPTION
-----------