diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-01-23 22:16:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-23 22:16:36 +0100 |
commit | 0bbab7d2ab61b6aad217706e0879db561e1bdfae (patch) | |
tree | 63ab2b5c82ce25fcccb8ef3e0a451d87a47a33bf /commit.h | |
parent | Merge branch 'jm/svn-pushmergeinfo-fix' (diff) | |
parent | commit: remove unused function clear_commit_marks_for_object_array() (diff) | |
download | git-0bbab7d2ab61b6aad217706e0879db561e1bdfae.tar.xz git-0bbab7d2ab61b6aad217706e0879db561e1bdfae.zip |
Merge branch 'rs/lose-leak-pending'
API clean-up around revision traversal.
* rs/lose-leak-pending:
commit: remove unused function clear_commit_marks_for_object_array()
revision: remove the unused flag leak_pending
checkout: avoid using the rev_info flag leak_pending
bundle: avoid using the rev_info flag leak_pending
bisect: avoid using the rev_info flag leak_pending
object: add clear_commit_marks_all()
ref-filter: use clear_commit_marks_many() in do_merge_filter()
commit: use clear_commit_marks_many() in remove_redundant()
commit: avoid allocation in clear_commit_marks_many()
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -140,7 +140,6 @@ struct commit *pop_commit(struct commit_list **stack); void clear_commit_marks(struct commit *commit, unsigned int mark); void clear_commit_marks_many(int nr, struct commit **commit, unsigned int mark); -void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark); enum rev_sort_order { |