RE: Fetch and -t

2013-02-12 Thread Olsen, Alan R
PM To: Olsen, Alan R Cc: git@vger.kernel.org Subject: Re: Fetch and -t "Olsen, Alan R" writes: > I have found that if I add a remote and do a "git fetch -t -f > remote_name" that it *only* pulls tags. > > Reading the man page it seems like it should pull all the

Fetch and -t

2013-02-11 Thread Olsen, Alan R
I have found that if I add a remote and do a "git fetch -t -f remote_name" that it *only* pulls tags. Reading the man page it seems like it should pull all the remotes and all the tags and the commits only reachable by tags. Am I misreading this or it supposed to work this way. I don't mind do

RE: Interesting git-format-patch bug

2012-11-27 Thread Olsen, Alan R
example of what is happening here. -Original Message- From: Perry Hutchison [mailto:per...@pluto.rain.com] Sent: Monday, November 26, 2012 8:15 PM To: gits...@pobox.com Cc: git@vger.kernel.org; Olsen, Alan R Subject: Re: Interesting git-format-patch bug Junio C Hamano wrote: > &qu

Interesting git-format-patch bug

2012-11-26 Thread Olsen, Alan R
I found an interesting bug in git-format-patch. Say you have a branch A. You create branch B and add a patch to it. You then merge that patch into branch A. After the merge, some other process (we will call it 'gerrit') uses annotate and changes the comment on the patch that exists on branch B