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]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 50fe5c5d2cfcccc168231525979fa0b0fa63acf2..08fb5a99148ab903f8c049479d227392b78775f7 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-9,6
+9,7
@@
#include "iterator.h"
#include "refs.h"
#include "refs/refs-internal.h"
+#include "object-store.h"
#include "object.h"
#include "tag.h"
#include "submodule.h"