Skip to content

Commit

Permalink
Documentation: don't assume git-sh-setup and git-parse-remote are in …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
jrnieder@uchicago.edu authored and Junio C Hamano committed Jun 30, 2008
1 parent e46f9c8 commit bd87087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-parse-remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-sh-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git-sh-setup - Common git shell script setup code

SYNOPSIS
--------
'git-sh-setup'
'. "$(git --exec-path)/git-sh-setup"'

DESCRIPTION
-----------
Expand Down

0 comments on commit bd87087

Please sign in to comment.