Commit a9db123b09e8af94d33cccf30c908701dd491fa7

Ben Straub 2012-10-31T10:14:13

Checkout: remove duplicate 100% progress report

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/checkout.c b/src/checkout.c
index b7bfa40..e068e4f 100644
--- a/src/checkout.c
+++ b/src/checkout.c
@@ -393,8 +393,6 @@ int git_checkout_index(
 			diff, &data, checkout_create_the_new, NULL, NULL);
 	}
 
-	report_progress(&data, NULL);
-
 cleanup:
 	if (error == GIT_EUSER)
 		error = (data.error != 0) ? data.error : -1;