summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d94292)
raw | patch | inline | side by side (parent: 6d94292)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 May 2011 19:07:12 +0000 (12:07 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 May 2011 19:07:12 +0000 (12:07 -0700) |
We may want to give the pathspec subsystem such a feature, but not while
we are still using get_pathspec() that returns a stupid "char **" that
loses subtle nuances that existed in the input string.
In the meantime, the callers of get_pathspec() that want to support it
could do an equivalent before feeding their argv[] to the function
themselves quite easily.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
we are still using get_pathspec() that returns a stupid "char **" that
loses subtle nuances that existed in the input string.
In the meantime, the callers of get_pathspec() that want to support it
could do an equivalent before feeding their argv[] to the function
themselves quite easily.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c | patch | blob | history |