Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
init_buffer(): Kill buf pointer
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 8a026184287479272ececf5cf3d5000c52007553..5b41e2da208c41ab316585b80a95e717fcbb198e 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-131,5
+131,6
@@
extern void add_object(struct object *obj,
const char *name);
extern void add_pending_object(struct rev_info *revs, struct object *obj, const char *name);
+extern void add_pending_object_with_mode(struct rev_info *revs, struct object *obj, const char *name, unsigned mode);
#endif