Replace filepattern with pathspec for consistency
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 12 Feb 2013 09:24:44 +0000 (10:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 18:05:38 +0000 (10:05 -0800)
commitd32805dce7bdc45a3e4045e999fc5d56e3b46a82
treed0948090ec7fe05f4152a3f6c0c01c437df36bb6
parent901fd180c9d19025bafefc34e131125628169bdd
Replace filepattern with pathspec for consistency

pathspec is the most widely used term, and is the one defined in
gitglossary.txt. <filepattern> was used only in the synopsys for git-add
and git-commit, and in git-add.txt. Get rid of it.

This patch is obtained with by running:

  perl -pi -e 's/filepattern/pathspec/' `git grep -l filepattern`

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
builtin/add.c
builtin/commit.c