Re: [RESEND][PATCH 00/15] Towards a more awesome git branch

2013-07-13 Thread Duy Nguyen
On Tue, Jul 09, 2013 at 04:02:11PM +0530, Ramkumar Ramachandra wrote: > Hi, > > I'm sending this out in the hope of attracting some reviews. It's an > unedited resend, and there were zero conflicts from the rebase. I still don't like my callback idea. How about this? It's refactoring a bit so th

[RESEND][PATCH 00/15] Towards a more awesome git branch

2013-07-09 Thread Ramkumar Ramachandra
Hi, I'm sending this out in the hope of attracting some reviews. It's an unedited resend, and there were zero conflicts from the rebase. Thanks. Nguyễn Thái Ngọc Duy (8): for-each-ref, quote: convert *_quote_print -> *_quote_buf for-each-ref: don't print out elements directly pretty: exte

Re: [PATCH 00/15] Towards a more awesome git-branch

2013-06-05 Thread Ramkumar Ramachandra
Duy Nguyen wrote: > I'm still hung up one the detached HEAD thing. It's a bit quirky to > put in for-each-ref, but for-each-ref can't truly replace branch > --list until it can display detached HEAD. But I think we can finish > this part and get it in first. Should be useful for some people > alrea

Re: [PATCH 00/15] Towards a more awesome git-branch

2013-06-04 Thread Duy Nguyen
On Tue, Jun 4, 2013 at 7:35 PM, Ramkumar Ramachandra wrote: > Hi, > > Duy and I have been working on this topic for some time now. Here's a > review candidate. I'm still hung up one the detached HEAD thing. It's a bit quirky to put in for-each-ref, but for-each-ref can't truly replace branch --l

[PATCH 00/15] Towards a more awesome git-branch

2013-06-04 Thread Ramkumar Ramachandra
Hi, Duy and I have been working on this topic for some time now. Here's a review candidate. Duy did most of the chunky work, and I mostly did review/documentation. The key patches are: [5/15] is a brilliant patch that made this entire thing possible. [10/15] is another brilliant patch to auto