Merge branch 'mm/add-u-A-sans-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:25:13 +0000 (10:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:25:14 +0000 (10:25 -0800)
Forbid "git add -u" and "git add -A" without pathspec run from a
subdirectory, to train people to type "." (or ":/") to make the
choice of default does not matter.

* mm/add-u-A-sans-pathspec:
  add: warn when -u or -A is used without pathspec

1  2 
builtin/add.c

diff --cc builtin/add.c
Simple merge