]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Revert "Merge branch 'cb/maint-quiet-push' into maint"
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Sep 2011 18:06:32 +0000 (11:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Sep 2011 18:10:41 +0000 (11:10 -0700)
commit5a277f3ff7cb57e35ce574e93866b6c7e3bf8971
treee93c73328b69b31ef426b1985c0ab825376141ca
parentb15b5b10a75e202f3f90e000925545243267cbee
Revert "Merge branch 'cb/maint-quiet-push' into maint"

This reverts commit ffa69e61d3c5730bd4b65a465efc130b0ef3c7df, reversing
changes made to 4a13c4d14841343d7caad6ed41a152fee550261d.

Adding a new command line option to receive-pack and feed it from
send-pack is not an acceptable way to add features, as there is no
guarantee that your updated send-pack will be talking to updated
receive-pack. New features need to be added via the capability mechanism
negotiated over the protocol.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-receive-pack.txt
Documentation/git-send-pack.txt
builtin/receive-pack.c
builtin/send-pack.c
remote-curl.c
transport.c