git-add doc: do not say working directory when you mean working tree
commitbd02e97f68b672598c52a39cb8eba508ef7c53bf
authorLars Vogel <lars.vogel@gmail.com>
Thu, 21 Jan 2016 10:09:15 +0000 (21 11:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Jan 2016 17:06:35 +0000 (21 09:06 -0800)
treef6a75172e70ae5ea3737dec15a666cadd6495ab7
parent24358560c3c0ab51c9ef8178d99f46711716f6c0
git-add doc: do not say working directory when you mean working tree

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 <Lars.Vogel@vogella.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt