author | Wincent Colaiuta <win@wincent.com> | |
Thu, 22 Nov 2007 00:02:52 +0000 (01:02 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 22 Nov 2007 10:53:19 +0000 (02:53 -0800) | ||
commit | 7c0ab4458994aa895855abc4a504cf693ecc0cf1 | |
tree | 3529926f2ec2fe67be99808bf245d841e9bbc24e | tree | snapshot |
parent | a7d9da6c972cb7bc79ef47ad7199dfb2a8dcf67f | commit | diff |
Teach builtin-add to pass multiple paths to git-add--interactive
Instead of just accepting a single file parameter, git-add now accepts
any number of path parameters, fowarding them to git-add--interactive.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Instead of just accepting a single file parameter, git-add now accepts
any number of path parameters, fowarding them to git-add--interactive.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c | diff | blob | history | |
commit.h | diff | blob | history |