]> git.ipfire.org Git - thirdparty/git.git/commit - pathspec.h
Merge branch 'nd/magic-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2013 21:50:42 +0000 (14:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2013 21:50:44 +0000 (14:50 -0700)
commitfadf96abaa5f42c4bb7b4b5017926779c23d8ef3
treec2999c9aafd8071d01cabfd16d152cd20e437e11
parentaf226bf01e99043f5f3d8bc09ad302d17e0de757
parent625c3304e200f9bdc05626be1397311faa4962ba
Merge branch 'nd/magic-pathspec'

Use "struct pathspec" interface in more places, instead of array of
characters, the latter of which cannot express magic pathspecs
(e.g. ":(icase)makefile" that matches both Makefile and makefile).

* nd/magic-pathspec:
  add: lift the pathspec magic restriction on "add -p"
  pathspec: catch prepending :(prefix) on pathspec with short magic
builtin/add.c
builtin/checkout.c
pathspec.c
pathspec.h