]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/attr-pathspec-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:51 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Sep 2018 17:30:51 +0000 (10:30 -0700)
commitfaadedb19538a9968dd2d607bcab00be1916bd31
tree8636f755fa6b929248d66075040e6b98a51e047b
parent5b39d49515bc07bc36bda8bc330b41bf06d5042e
parent84d938b732242e81ec68647994070eb7c34d061f
Merge branch 'nd/attr-pathspec-fix'

"git add ':(attr:foo)'" is not supported and is supposed to be
rejected while the command line arguments are parsed, but we fail
to reject such a command line upfront.

* nd/attr-pathspec-fix:
  add: do not accept pathspec magic 'attr'
builtin/add.c