Re: [PATCH v8 3/3] branch: add worktree info on verbose output

2019-03-17 Thread Junio C Hamano
Nickolai Belakovski writes: > On Thu, Feb 21, 2019 at 4:59 AM Jeff King wrote: >> >> On Tue, Feb 19, 2019 at 05:31:23PM +0900, nbelakov...@gmail.com wrote: >> >> > From: Nickolai Belakovski >> > >> > To display worktree path for refs checked out in a linked worktree >> >> This would be a good p

Re: [PATCH v8 3/3] branch: add worktree info on verbose output

2019-03-13 Thread Nickolai Belakovski
On Thu, Feb 21, 2019 at 4:59 AM Jeff King wrote: > > On Tue, Feb 19, 2019 at 05:31:23PM +0900, nbelakov...@gmail.com wrote: > > > From: Nickolai Belakovski > > > > To display worktree path for refs checked out in a linked worktree > > This would be a good place to describe why this is useful. :)

Re: [PATCH v8 3/3] branch: add worktree info on verbose output

2019-02-21 Thread Jeff King
On Tue, Feb 19, 2019 at 05:31:23PM +0900, nbelakov...@gmail.com wrote: > From: Nickolai Belakovski > > To display worktree path for refs checked out in a linked worktree This would be a good place to describe why this is useful. :) I do not have an opinion myself. Patch 2 makes a lot of sense

[PATCH v8 3/3] branch: add worktree info on verbose output

2019-02-19 Thread nbelakovski
From: Nickolai Belakovski To display worktree path for refs checked out in a linked worktree Signed-off-by: Nickolai Belakovski --- Documentation/git-branch.txt | 6 -- builtin/branch.c | 4 t/t3203-branch-output.sh | 21 - 3 files changed, 28 ins