Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tempfile: do not delete tempfile on failed close
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index a959161b4631e134602aa9b5502105ee5c5bcfb8..49516d60e69a26c41d9c47ecc0b60dbadabdad12 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-167,6
+167,7
@@
Format of STDIN stream:
#include "quote.h"
#include "dir.h"
#include "run-command.h"
+#include "packfile.h"
#define PACK_ID_BITS 16
#define MAX_PACK_ID ((1<<PACK_ID_BITS)-1)