Re: My Itchlist

2005-08-13 Thread Petr Baudis
Dear diary, on Sat, Aug 06, 2005 at 04:39:01AM CEST, I got a letter where Linus Torvalds [EMAIL PROTECTED] told me that... On Fri, 5 Aug 2005, Junio C Hamano wrote: - teach git-apply reverse and possibly fuzz. I think this might help Porcelain; currently they have to interpret git

Re: My Itchlist

2005-08-06 Thread Johannes Schindelin
Hi, On Fri, 5 Aug 2005, Linus Torvalds wrote: On Fri, 5 Aug 2005, Junio C Hamano wrote: - Teach fetch-pack reference renaming. Well, the fetch side at least needs it less. Right now the renaming means that you can only really fetch _one_ head at a time, but that's at least a fairly

Re: My Itchlist

2005-08-06 Thread Junio C Hamano
Johannes Schindelin [EMAIL PROTECTED] writes: I think that we need a method to do a push in reverse: If a central repository has several branches, I might want to pull just those branches where the local head is a strict parent of the remote side, and get complains for the others. And

Re: My Itchlist

2005-08-05 Thread Linus Torvalds
On Fri, 5 Aug 2005, Junio C Hamano wrote: - Teach fetch-pack reference renaming. Well, the fetch side at least needs it less. Right now the renaming means that you can only really fetch _one_ head at a time, but that's at least a fairly common and important case, and you can do the rest