Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rev-list: add --indexed-objects option
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index e644044174ef17054e0edd515864ee15d8ba6fe4..e6dcd5dabd1170ac98142b566690df26924d6571 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-277,6
+277,7
@@
extern void add_pending_sha1(struct rev_info *revs,
extern void add_head_to_pending(struct rev_info *);
extern void add_reflogs_to_pending(struct rev_info *, unsigned int flags);
+extern void add_index_objects_to_pending(struct rev_info *, unsigned int flags);
enum commit_action {
commit_ignore,