Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrnieder@uchicago.edu <jrnieder@uchicago.edu>2008-06-29 20:10:20 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-30 10:28:47 +0400
commitbd870878f81056d4349048842ad774f84461e939 (patch)
treec348353266bbe27880404148d88417231f1c9a30 /Documentation/git-parse-remote.txt
parente46f9c8161a0df4d4b9f8c8a98b1a8c0d9452cfd (diff)
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 951dbd6c83..421312eca9 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
-----------