Re: [PATCH 2/2] revparse: introduce --is-inside-working-tree

2017-03-20 Thread Jonathan Nieder
Hi, Stefan Beller wrote: > This behaves the same as 'is-inside-worktree' and supersedes it. > See prior patch for discussion of "working tree" vs. "worktree" > > Signed-off-by: Stefan Beller > --- > Documentation/git-rev-parse.txt | 4 ++-- > builtin/rev-parse.c | 3 ++- > 2 files c

[PATCH 2/2] revparse: introduce --is-inside-working-tree

2017-03-20 Thread Stefan Beller
This behaves the same as 'is-inside-worktree' and supersedes it. See prior patch for discussion of "working tree" vs. "worktree" Signed-off-by: Stefan Beller --- Documentation/git-rev-parse.txt | 4 ++-- builtin/rev-parse.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) d