[PATCH] Consistent usage of working tree in the git-add help

2016-01-21 Thread Lars Vogel
The usage of working directory is inconsistent in the git add help. Also http://git-scm.com/docs/git-clone speaks only about working tree. Remaining entry found by "git grep -B1 '^directory' git-add.txt" really relates to a directory. Signed-off-by: Lars Vogel --- Documentation/git-add.txt | 2 +

Re: [PATCH] Consistent usage of working tree in the git-add help

2016-01-21 Thread Lars Vogel
Thanks Junio for the feedback. I send a new patch with only the first change. On Thu, Jan 21, 2016 at 1:24 AM, Junio C Hamano wrote: > Lars Vogel writes: > >> The usage of working directory is inconsistent in the git add help. >> Also http://git-scm.com/docs/giit-clone speaks only about working

Re: [PATCH] Consistent usage of working tree in the git-add help

2016-01-20 Thread Junio C Hamano
Lars Vogel writes: > The usage of working directory is inconsistent in the git add help. > Also http://git-scm.com/docs/giit-clone speaks only about working tree. > Remaining entry found by "git grep -B1 '^directory' git-add.txt" really > relates to a directory. > > Signed-off-by: Lars Vogel > -