From: Uwe Kleine-König Date: Thu, 6 Mar 2008 20:28:07 +0000 (+0100) Subject: config.txt: refer to --upload-pack and --receive-pack instead of --exec X-Git-Tag: v1.5.4.4~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/79f43f3de8d992f141e1b08ab8f7bce5e66947f9?hp=79f43f3de8d992f141e1b08ab8f7bce5e66947f9 config.txt: refer to --upload-pack and --receive-pack instead of --exec The options --upload-pack (of git-fetch-pack) and --receive-pack (of git-push) do the same as --exec (for both commands). But the former options have the more descriptive name. Signed-off-by: Uwe Kleine-König Signed-off-by: Junio C Hamano ---