]> git.ipfire.org Git - thirdparty/git.git/commit - pathspec.h
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jul 2013 08:35:30 +0000 (15:35 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:56:06 +0000 (10:56 -0700)
commitfc12261fea778cabd08dec707169cb88ecdbc647
treecb9b424efb323cf5ed8c13bccad70c9a333ed35c
parentd2ce1331953e9f4306e00f5edf3a6ce6e3330e9e
parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL} flags

We have two ways of dealing with empty pathspec:

1. limit it to current prefix
2. match the entire working directory

Some commands go with #1, some #2. get_pathspec() and parse_pathspec()
only support #1. Make parse_pathspec() reject empty pathspec by
default. #1 and #2 can be specified via new flags. This makes it more
expressive about default behavior at command level.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pathspec.c
pathspec.h