Merge branch 'ex/deprecate-empty-pathspec-as-match-all' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Aug 2017 22:22:53 +0000 (15:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Aug 2017 22:22:53 +0000 (15:22 -0700)
commit24db08a6e8fed761d3bace7f2d5997806e20b9f7
tree5945d4cf3d808e108bef504aeea9409984ebae8d
parentfbd4473ce4fde9a5a1124287c4cfb56f723a5472
parent9e4e8a64c2b9043b7ae2b6476efd9214c6738505
Merge branch 'ex/deprecate-empty-pathspec-as-match-all' into next

The final step to make an empty string as a pathspec element
illegal.  We started this by first deprecating and warning a
pathspec that has such an element in 2.11 (Nov 2016).

Hopefully we can merge this down to the 'master' by the end of the
year?  A deprecation warning period that is about 1 year does not
sound too bad.

* ex/deprecate-empty-pathspec-as-match-all:
  pathspec: die on empty strings as pathspec
  t0027: do not use an empty string as a pathspec element
pathspec.c
t/t0027-auto-crlf.sh
t/t3600-rm.sh
t/t3700-add.sh