Merge branch 'jc/add-2.0-delete-default' (early part)
commit561954bfa1c1a1c5a76ca59001da331c73c5c141
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 18:11:45 +0000 (22 11:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 18:11:45 +0000 (22 11:11 -0700)
tree359128415d7d23c48467dfc6db5461977d826338
parentde0d774d46b3731ea22567efc4aaf1fc8f5ac919
parentccc663bc24a3925b818df0ce97a5ba47e221f383
Merge branch 'jc/add-2.0-delete-default' (early part)

Preparatory steps to make "git add <pathspec>" take notice of
removed paths that match <pathspec> by default in Git 2.0.

* 'jc/add-2.0-delete-default' (early part):
  git add: rephrase the "removal will cease to be ignored" warning
  git add: rework the logic to warn "git add <pathspec>..." default change
  git add: start preparing for "git add <pathspec>..." to default to "-A"
  builtin/add.c: simplify boolean variables
builtin/add.c
t/t2200-add-update.sh