author | Junio C Hamano <gitster@pobox.com> | |
Fri, 7 Mar 2008 07:29:40 +0000 (23:29 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 7 Mar 2008 08:14:43 +0000 (00:14 -0800) | ||
commit | 971dfa19598324f49bd3a010ca629c91d6a0f758 | |
tree | e021a725c00b820ac1ab1167b7813abe0ccc9508 | tree | snapshot |
parent | 3296766eb5531ef051ae392114de5d75556f5613 | commit | diff |
Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)
When get_pathspec() was originally made absolute-path capable,
we botched the interface to it, without dying inside the function
when given a path that is outside the work tree, and made it the
responsibility of callers to check the condition in a roundabout
way. This is made unnecessary with the previous patch.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When get_pathspec() was originally made absolute-path capable,
we botched the interface to it, without dying inside the function
when given a path that is outside the work tree, and made it the
responsibility of callers to check the condition in a roundabout
way. This is made unnecessary with the previous patch.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mv.c | diff | blob | history |