X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-parse-remote.txt;h=cd43069874d59504627211e011250a3554aeee5a;hb=2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0;hp=deb8b2f01e7f31112e595e521ece27836b0b6885;hpb=7ae512b7da17e8f8c474fa80fb44b023c6f83882;p=git.git diff --git a/Documentation/git-parse-remote.txt b/Documentation/git-parse-remote.txt index deb8b2f01..cd4306987 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 ----------- @@ -32,7 +32,7 @@ get_remote_refs_for_fetch:: get_remote_refs_for_push:: Given the list of user-supplied ` ...`, return the list of refs to push in a form suitable to be - fed to the `git-send-pack` command. When `...` + fed to the 'git-send-pack' command. When `...` is empty the returned list of refs consists of the defaults for the given ``, if specified in `$GIT_DIR/remotes/`. @@ -47,4 +47,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite