From: Jeff King Date: Sun, 25 Oct 2009 19:15:22 +0000 (-0400) Subject: push: always load default config X-Git-Tag: v1.6.5.3~9^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2aae905f23f79f004625346d057e5be7a81dbcd4?ds=sidebyside;hp=2aae905f23f79f004625346d057e5be7a81dbcd4 push: always load default config This is needed because we want to use the advice.pushnonfastforward variable. Previously, we would load the config on demand only when we needed to look at push.default. Which meant that "git push" would load it, but "git push remote" would not, leading to differing behavior. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---