Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-diff: complain about >=8 consecutive spaces in initial indent
[gitweb.git]
/
builtin-pack-objects.c
diff --git
a/builtin-pack-objects.c
b/builtin-pack-objects.c
index 52a26a28f4f84180ae74dc9b3ebce9c49afc4166..25ec65d0f0e89f795329feae2a3eac04ca96a976 100644
(file)
--- a/
builtin-pack-objects.c
+++ b/
builtin-pack-objects.c
@@
-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;