Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: optimize "git checkout -b <new_branch>"
[gitweb.git]
/
apply.c
diff --git
a/apply.c
b/apply.c
index 9ee41ff3eb0b2d916c819e9c6b8d98d3f010a194..49752cde44df6f0853051abacf8546ab92ee4d7a 100644
(file)
--- a/
apply.c
+++ b/
apply.c
@@
-9,6
+9,7
@@
#include "cache.h"
#include "config.h"
+#include "object-store.h"
#include "blob.h"
#include "delta.h"
#include "diff.h"