]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/add.c
git-add: allow path limiting with -u
authorJeff King <peff@peff.net>
Sat, 12 May 2007 06:42:00 +0000 (02:42 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 12 May 2007 08:01:28 +0000 (01:01 -0700)
commit93c44d493b8c98b9bb74e4f78aa90ee20a01f078
tree82750c971ef1c4e9d2448ec9d2773f29ae01919f
parent16a4c6176ad096881d0021f1a922fbcc2835f799
git-add: allow path limiting with -u

Rather than updating all working tree paths, we limit
ourselves to paths listed on the command line.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-add.c
t/t2200-add-update.sh [new file with mode: 0755]