Re: [PATCH v5 0/5] Better ref summary alignment in "git fetch"

2016-07-04 Thread Duy Nguyen
On Mon, Jul 4, 2016 at 3:17 PM, Marc Branchaud wrote: > On 2016-07-01 12:03 PM, Nguyễn Thái Ngọc Duy wrote: >> >> v5 changes the substitute symbol from '$' to '*' in compact mode and >> makes sure long lines in compact mode will not make the remote ref >> column too big (it's far from perfect but

Re: [PATCH v5 0/5] Better ref summary alignment in "git fetch"

2016-07-04 Thread Marc Branchaud
On 2016-07-01 12:03 PM, Nguyễn Thái Ngọc Duy wrote: v5 changes the substitute symbol from '$' to '*' in compact mode and makes sure long lines in compact mode will not make the remote ref column too big (it's far from perfect but I think it's still good to do). I think the first 4 patches are g

Re: [PATCH v5 0/5] Better ref summary alignment in "git fetch"

2016-07-01 Thread Duy Nguyen
On Sat, Jul 2, 2016 at 1:21 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> I'm not sure if we should bring back "{ -> origin/}foo" format. I can >> do it if someone still wants it. >> ... >> +In compact output mode, specified with configuration variable >> +fetch.output, if either

Re: [PATCH v5 0/5] Better ref summary alignment in "git fetch"

2016-07-01 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > I'm not sure if we should bring back "{ -> origin/}foo" format. I can > do it if someone still wants it. > ... > +In compact output mode, specified with configuration variable > +fetch.output, if either entire `` or `` is found in the > +other string, it will be su