Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cat-file: support "unordered" output for --batch-all-objects
[gitweb.git]
/
sha1-file.c
diff --git
a/sha1-file.c
b/sha1-file.c
index dfa8a35d68d9b40d4fa30cff15c1f027a201192e..cc0b57a751bd35082003350e8f6b282aa1a955ef 100644
(file)
--- a/
sha1-file.c
+++ b/
sha1-file.c
@@
-2146,7
+2146,8
@@
static int loose_from_alt_odb(struct alternate_object_database *alt,
return r;
}
-int for_each_loose_object(each_loose_object_fn cb, void *data, unsigned flags)
+int for_each_loose_object(each_loose_object_fn cb, void *data,
+ enum for_each_object_flags flags)
{
struct loose_alt_odb_data alt;
int r;