Re: [PATCH v2] commit: allow partial commits with relative paths
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:42
Clemens Buchacher [off-list ref] writes:
...
But even if we cannot use the working directory as a prefix, we can
still figure out if there is a common prefix for all given paths,
and use that instead. The pathspec_prefix() routine from ls-files.c
does exactly that.
...
Only the commit message changed in this v2.