]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/attr-pathspec-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:45 +0000 (22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:45 +0000 (22:57 +0900)
commitca211f9c9d1118060ecaa8073654af9f1e2f5258
tree5bc0e5f04a40588784367f70f9ad0a48c3e8275c
parentb4eafbcdb84fc406bff37f06fdf6310aca7d0249
parent84d938b732242e81ec68647994070eb7c34d061f
Merge branch 'nd/attr-pathspec-fix' into maint

"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