Re: [PATCH 1/2] git.c: introduce --working-tree superseding --work-tree

2017-03-20 Thread Jonathan Nieder
Hi, Stefan Beller wrote: > Signed-off-by: Stefan Beller > --- > Documentation/git.txt | 12 ++-- > git.c | 5 +++-- > 2 files changed, 9 insertions(+), 8 deletions(-) I think this is a step in the right direction. Thanks for writing it. Nits: - tests are still using

[PATCH 1/2] git.c: introduce --working-tree superseding --work-tree

2017-03-20 Thread Stefan Beller
Discussion on bf0231c661 (rev-parse: add --show-superproject-working-tree, 2017-03-08) pointed out we are inconsistent with the naming of "working tree" and "worktree" even in user facing commands and documentation[1]. Introduce the new --working-tree option, which is the same as --work-tree. As -