/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bundle: convert to struct object_id
[git/git.git]
/
bundle.h
diff --git
a/bundle.h
b/bundle.h
index
1584e4d
..
e9a4cb6
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;
};