Re: [PATCH 3/3] push: allow --follow-tags to be set by config push.followTags

2015-03-14 Thread Dave Olszewski
On Fri, 13 Mar 2015, Junio C Hamano wrote: > Jeff King writes: > > > From: Dave Olszewski > > > > Signed-off-by: Dave Olszewski > > --- > > Again, this is just a preview. Dave should send the final when he thinks > > it is good. > > Dave? &g

Re: [git] Re: [PATCH] push: allow --follow-tags' to be set by config push.followTags

2015-02-15 Thread Dave Olszewski
On Sun, 15 Feb 2015, Junio C Hamano wrote: > On Sun, Feb 15, 2015 at 3:39 PM, Dave Olszewski wrote: > > Signed-off-by: Dave Olszewski > > > > diff --git a/Documentation/config.txt b/Documentation/config.txt > > index ae6791d..cdb8a99 100644 > > --- a/D

[PATCH] push: allow --follow-tags to be set by config push.followTags

2015-02-15 Thread Dave Olszewski
Signed-off-by: Dave Olszewski --- Documentation/config.txt | 6 ++ Documentation/git-push.txt | 5 - builtin/push.c | 5 + cache.h| 1 + config.c | 5 + contrib

[PATCH] push: allow --follow-tags' to be set by config push.followTags

2015-02-15 Thread Dave Olszewski
Signed-off-by: Dave Olszewski --- Documentation/config.txt | 3 +++ Documentation/git-push.txt | 5 - cache.h| 1 + config.c | 5 + contrib/completion/git-completion.bash | 1 + environment.c