Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename sha1_array to oid_array
[gitweb.git]
/
ref-filter.h
diff --git
a/ref-filter.h
b/ref-filter.h
index e738c5dfd364cf6e79ff48d5f154824fb94dc8a8..e5e177d5f18f78ae7cb2985222266b5fd2396250 100644
(file)
--- a/
ref-filter.h
+++ b/
ref-filter.h
@@
-51,7
+51,7
@@
struct ref_array {
struct ref_filter {
const char **name_patterns;
- struct
sha1
_array points_at;
+ struct
oid
_array points_at;
struct commit_list *with_commit;
enum {