git-diff: complain about >=8 consecutive spaces in initial indent
[gitweb.git] / builtin-pack-objects.c
index 52a26a28f4f84180ae74dc9b3ebce9c49afc4166..25ec65d0f0e89f795329feae2a3eac04ca96a976 100644 (file)
@@ -606,7 +606,7 @@ static void write_pack_file(void)
                char *pack_tmp_name = NULL;
 
                if (pack_to_stdout) {
-                       f = sha1fd(1, "<stdout>");
+                       f = sha1fd_throughput(1, "<stdout>", progress_state);
                } else {
                        char tmpname[PATH_MAX];
                        int fd;