From bd870878f81056d4349048842ad774f84461e939 Mon Sep 17 00:00:00 2001 From: "jrnieder@uchicago.edu" Date: Sun, 29 Jun 2008 11:10:20 -0500 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-parse-remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-parse-remote.txt') 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 ----------- -- cgit v1.2.1