From: Junio C Hamano Date: Fri, 7 Mar 2008 07:31:29 +0000 (-0800) Subject: Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) X-Git-Tag: v1.5.5-rc0~41^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6c53e7ac04ecdb8b2697aea4bb9bec8715209e68?hp=6c53e7ac04ecdb8b2697aea4bb9bec8715209e68 Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) 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 ---