]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
parse_pathspec: make sure the prefix part is wildcard-free
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jul 2013 08:36:03 +0000 (15:36 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:56:09 +0000 (10:56 -0700)
commit645a29c40a12a4ade1b041dce246ae241c502a64
tree9e24d8d5df40ea892967df3bbfa22e5ba4c2c064
parentb3920bbdc51fc360bde70e7c19088acfe44b9c4b
parse_pathspec: make sure the prefix part is wildcard-free

Prepending prefix to pathspec is a trick to workaround the fact that
commands can be executed in a subdirectory, but all git commands run
at worktree's root. The prefix part should always be treated as
literal string. Make it so.

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