X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=c5e094a9c4a31568e4efb2c70af7e7808ae63528;hb=5c9afcff1aa048abf95296231d51fa481304a735;hp=683a53a0be27fda7ab90b02e34faddc20dd8b460;hpb=5628a7a309e11c413138291b215a8cecedaddd24;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index 683a53a0b..c5e094a9c 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -896,15 +896,15 @@ remote..skipDefaultUpdate:: remote..receivepack:: The default program to execute on the remote side when pushing. See - option \--exec of linkgit:git-push[1]. + option \--receive-pack of linkgit:git-push[1]. remote..uploadpack:: The default program to execute on the remote side when fetching. See - option \--exec of linkgit:git-fetch-pack[1]. + option \--upload-pack of linkgit:git-fetch-pack[1]. remote..tagopt:: - Setting this value to --no-tags disables automatic tag following when fetching - from remote + Setting this value to \--no-tags disables automatic tag following when + fetching from remote remotes.:: The list of remotes which are fetched by "git remote update