Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 20:23:12 +0000 (12:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 20:23:12 +0000 (12:23 -0800)
* maint:
  Replace filepattern with pathspec for consistency

1  2 
Documentation/git-add.txt
builtin/add.c
builtin/commit.c

index 533355984cf00bc81f21dfeee4a4e8977631f423,d0cdb07844b8361debc1565f11b11b813fe81c57..d980e2cb7d3d7281e2cffc1950a1ba31fa06e06e
@@@ -107,10 -107,9 +107,10 @@@ apply to the index. See EDITING PATCHE
        from the index if the corresponding files in the working tree
        have been removed.
  +
- If no <filepattern> is given, the current version of Git defaults to
 -If no <pathspec> is given, default to "."; in other words,
 -update all tracked files in the current directory and its
 -subdirectories.
++If no <pathspec> is given, the current version of Git defaults to
 +"."; in other words, update all tracked files in the current directory
 +and its subdirectories. This default will change in a future version
 +of Git, hence the form without <filepattern> should not be used.
  
  -A::
  --all::
diff --cc builtin/add.c
Simple merge
Simple merge