[PATCH v2] push: Enhance unspecified push default warning

2013-10-03 Thread Greg Jacobson
if this change will affect their workflow. Signed-off-by: Greg Jacobson --- builtin/push.c | 9 + 1 file changed, 9 insertions(+) diff --git a/builtin/push.c b/builtin/push.c index 7b1b66c..eb7a721 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -174,6 +174,15 @@ N_("push.defau

[PATCH v3] push: Enhance unspecified push default warning

2013-10-04 Thread Greg Jacobson
if this change will affect their workflow. Signed-off-by: Greg Jacobson --- builtin/push.c | 9 + 1 file changed, 9 insertions(+) diff --git a/builtin/push.c b/builtin/push.c index 7b1b66c..5393e28 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -174,6 +174,15 @@ N_("push.defau

Re: [PATCH v3] push: Enhance unspecified push default warning

2013-11-03 Thread Greg Jacobson
Is there anything I could do to improve this patch? Thank you. On Fri, Oct 4, 2013 at 10:20 AM, Greg Jacobson wrote: > When the unset push.default warning message is displayed > this may be the first time many users encounter push.default. > Modified the warning message to explain in