Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: flip return value of write_section()
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 395524039b97d3132e4f37f5a066c3f2f4d3a0b6..35bf671f12c41ce5a2a9f9224babee792bf71209 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)