'simple' push check that branch name matches does not work if push.default is unset (and hence implicitly simple)

2014-11-26 Thread Adam Williamson
it' case, push_default == PUSH_DEFAULT_UNSPECIFIED, not PUSH_DEFAULT_SIMPLE, so the 'does the branch name match' check is not run, even though the behaviour is supposed (according to the documentation) to be the same as if the default were explicitly set to 'simple'. Thanks to

Re: 'simple' push check that branch name matches does not work if push.default is unset (and hence implicitly simple)

2014-11-26 Thread Adam Williamson
On Wed, 2014-11-26 at 14:29 -0800, Adam Williamson wrote: > Hi, folks. Ran into an unfortunate issue with git which helped me mess > up a Fedora package repo today :/ > > The problem can be reproduced thus: Whoops, I missed step 0: 0. Ensure push.default is not configured globally

Re: 'simple' push check that branch name matches does not work if push.default is unset (and hence implicitly simple)

2014-11-26 Thread Adam Williamson
On November 26, 2014 7:43:06 PM PST, Jeff King wrote: >On Wed, Nov 26, 2014 at 02:29:28PM -0800, Adam Williamson wrote: > >> Hi, folks. Ran into an unfortunate issue with git which helped me >mess >> up a Fedora package repo today :/ >> >> The problem can be rep

Re: 'simple' push check that branch name matches does not work if push.default is unset (and hence implicitly simple)

2014-11-27 Thread Adam Williamson
On Wed, 2014-11-26 at 22:43 -0500, Jeff King wrote: > On Wed, Nov 26, 2014 at 02:29:28PM -0800, Adam Williamson wrote: > > > Hi, folks. Ran into an unfortunate issue with git which helped me mess > > up a Fedora package repo today :/ > > > > The problem can be repro

[PATCH] correct smtp-ssl-cert-path description

2015-01-06 Thread Adam Williamson
at is required for a valid CApath / CAfile. Signed-off-by: Adam Williamson --- Documentation/git-send-email.txt | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index a60776e..30f7afa 100644