builtin-reset: do not call "ls-files --unmerged"
commitcdf4a751fa728273030651a769f9f45212ff50c9
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 3 Nov 2007 14:33:01 +0000 (3 14:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 06:47:22 +0000 (5 22:47 -0800)
tree50b4cc8b762614039347b5749b6e10ad3b9993a2
parentfe61935007b6803ce116e233316e4ff51de02be6
builtin-reset: do not call "ls-files --unmerged"

Since reset is a builtin now, it can use the full power of libgit.a
and check for unmerged entries itself.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reset.c
t/t7102-reset.sh