From: Wincent Colaiuta Date: Thu, 22 Nov 2007 01:36:24 +0000 (+0100) Subject: Add path-limiting to git-add--interactive X-Git-Tag: v1.5.4-rc0~77^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4c8416847aa48e2bd60fa26585e32940a1a9c61c?ds=inline;hp=4c8416847aa48e2bd60fa26585e32940a1a9c61c Add path-limiting to git-add--interactive Implement Junio's suggestion that git-add--interactive should reproduce the path-limiting semantics of non-interactive git-add. In otherwords, if "git add -i" (unrestricted) shows paths from a set A, "git add -i paths..." should show paths from a subset of the set A and that subset should be defined with the existing ls-files pathspec semantics. Signed-off-by: Wincent Colaiuta Signed-off-by: Junio C Hamano ---