Merge branch 'jk/remote-pushremote-config-reading' into maint
commit4097a25429d09b61616845fbe6551587a30fa038
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:16 +0000 (18 14:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2014 21:04:16 +0000 (18 14:04 -0700)
tree794750558aeafd79dcc29b230992d2d37a1d9d62
parent8aac6c97e81dee53ae7740663128b0296398d6d1
parent98b406f3ad6a6989a5b11c2a2582a9f539d66263
Merge branch 'jk/remote-pushremote-config-reading' into maint

"git push" did not pay attention to branch.*.pushremote if it is
defined earlier than remote.pushdefault; the order of these two
variables in the configuration file should not matter, but it did by
mistake.

* jk/remote-pushremote-config-reading:
  remote: handle pushremote config in any order
remote.c
t/t5516-fetch-push.sh