git-add--interactive: replace hunk recounting with apply --recount
authorThomas Rast <trast@student.ethz.ch>
Wed, 2 Jul 2008 21:59:16 +0000 (23:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 22:31:12 +0000 (15:31 -0700)
We recounted the postimage offsets to compensate for hunks that were
not selected. Now apply --recount can do the job for us.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found