aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-parse-remote.txt
diff options
context:
space:
mode:
authorjrnieder@uchicago.edu <jrnieder@uchicago.edu>2008-06-29 11:10:20 -0500
committerJunio C Hamano <gitster@pobox.com>2008-06-29 23:28:47 -0700
commitbd870878f81056d4349048842ad774f84461e939 (patch)
treec348353266bbe27880404148d88417231f1c9a30 /Documentation/git-parse-remote.txt
parente46f9c8161a0df4d4b9f8c8a98b1a8c0d9452cfd (diff)
downloadgit-bd870878f81056d4349048842ad774f84461e939.tar.gz
git-bd870878f81056d4349048842ad774f84461e939.tar.xz
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 951dbd6c8..421312eca 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
-----------