remote.c: introduce branch.<name>.pushremote
commit9f765ce62fd2d5159a3dc7f73abe30a3fbef08f7
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 2 Apr 2013 07:40:34 +0000 (2 13:10 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2013 17:41:43 +0000 (2 10:41 -0700)
tree6089127d40be35383ea9aa4e31b21f29016a2ef6
parent224c2171637ee71c36cb6b0ed314d14216725d6f
remote.c: introduce branch.<name>.pushremote

This new configuration variable overrides `remote.pushdefault` and
`branch.<name>.remote` for pushes.  When you pull from one
place (e.g. your upstream) and push to another place (e.g. your own
publishing repository), you would want to set `remote.pushdefault` to
specify the remote to push to for all branches, and use this option to
override it for a specific branch.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
remote.c
t/t5516-fetch-push.sh