Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
path: worktree_git_path() should not use file relocation
[gitweb.git]
/
bundle.h
diff --git
a/bundle.h
b/bundle.h
index 1584e4d821440d525f10515d6a07c6506b732fec..e9a4cb6a74335cfd8972b19340b38e2210061a6d 100644
(file)
--- a/
bundle.h
+++ b/
bundle.h
@@
-1,10
+1,12
@@
#ifndef BUNDLE_H
#define BUNDLE_H
+#include "cache.h"
+
struct ref_list {
unsigned int nr, alloc;
struct ref_list_entry {
-
unsigned char sha1[20]
;
+
struct object_id oid
;
char *name;
} *list;
};