commit: allow partial commits with relative paths
commit86238e07ef633f7488ac708578aaf71e4375c057
authorBrandon Williams <bmwill@google.com>
Tue, 3 Apr 2018 17:57:45 +0000 (3 10:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Apr 2018 08:05:48 +0000 (5 17:05 +0900)
tree9654c313bcfe887648594ac787b1e304b527a88e
parentfc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f
commit: allow partial commits with relative paths

Commit 8894d53580 (commit: allow partial commits with relative paths,
2011-07-30) ensured that partial commits were allowed when a user
supplies a relative pathspec but then this was regressed in 5879f5684c
(remove prefix argument from pathspec_prefix, 2011-09-04) when the
prefix argument to 'pathspec_prefix' removed and the 'list_paths'
function wasn't properly adjusted to cope with the change, resulting in
over-eager pruning of the tree that is overlayed on the index.

This fixes the regression and adds a regression test so this can be
prevented in the future.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
t/t7501-commit.sh