From: J. Bruce Fields Date: Sat, 22 Dec 2007 00:57:16 +0000 (-0500) Subject: Documentation: fix remote..skipDefaultUpdate description X-Git-Tag: v1.5.4-rc3~67^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f18b1c55e5b7478524c15685cd643555fc919f3f;p=git-core%2Fgit.git Documentation: fix remote..skipDefaultUpdate description Fix the subcommand name. Signed-off-by: J. Bruce Fields --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 83bc33c42..6f2343fbc 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -658,7 +658,7 @@ remote..push:: remote..skipDefaultUpdate:: If true, this remote will be skipped by default when updating - using the remote subcommand of gitlink:git-remote[1]. + using the update subcommand of gitlink:git-remote[1]. remote..receivepack:: The default program to execute on the remote side when pushing. See