aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-sh-setup.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-sh-setup.txt
parente46f9c8161a0df4d4b9f8c8a98b1a8c0d9452cfd (diff)
downloadgit-bd870878f81056d4349048842ad774f84461e939.tar.gz
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-sh-setup.txt')
-rw-r--r--Documentation/git-sh-setup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-sh-setup.txt b/Documentation/git-sh-setup.txt
index c543170342..6731f9ac4c 100644
--- a/Documentation/git-sh-setup.txt
+++ b/Documentation/git-sh-setup.txt
@@ -7,7 +7,7 @@ git-sh-setup - Common git shell script setup code
SYNOPSIS
--------
-'git-sh-setup'
+'. "$(git --exec-path)/git-sh-setup"'
DESCRIPTION
-----------