Re: [PATCH v2 0/4] push --follow-tags

2013-03-06 Thread Jeff King
On Tue, Mar 05, 2013 at 02:47:15PM -0800, Junio C Hamano wrote: The primary change since the last round is that it pushes out only annotated tags that are missing from the other side. Like you, I have mixed feelings on treating annotated tags separately. I don't feel like the previous

Re: [PATCH v2 0/4] push --follow-tags

2013-03-06 Thread Junio C Hamano
Jeff King p...@peff.net writes: On Tue, Mar 05, 2013 at 02:47:15PM -0800, Junio C Hamano wrote: The primary change since the last round is that it pushes out only annotated tags that are missing from the other side. Like you, I have mixed feelings on treating annotated tags separately. I

[PATCH v2 0/4] push --follow-tags

2013-03-05 Thread Junio C Hamano
The primary change since the last round is that it pushes out only annotated tags that are missing from the other side. Junio C Hamano (4): commit.c: add clear_commit_marks_many() commit.c: add in_merge_bases_many() commit.c: use clear_commit_marks_many() in in_merge_bases_many() push: