update-index --again: take optional pathspecs
authorJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 06:09:05 +0000 (23:09 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 06:11:29 +0000 (23:11 -0700)
commit22293b9c41778bb60f3b07355e1b8e421a503702
treebe961d45c75997188212d0f383b0859fef5f2442
parent83e77a25dc194933c0fb7908ab6d9fb84a5045e2
update-index --again: take optional pathspecs

When pathspecs are given, update-index --again further limits
the set of paths to be updated to those that match them.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t2101-update-index-reupdate.sh
update-index.c