Merge branch 'rs/lose-leak-pending' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 23:18:11 +0000 (15:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Feb 2018 23:18:11 +0000 (15:18 -0800)
commite17cec27d18c730dae738684d2f5df1dbd54a804
tree3207a54751b246c7b3ecd71c9858cf6ac0bffda0
parent04afcc2201ddb399031484eb9769393bade2529d
parent6fcec2f9aeeac6329ecf2f7084173f5b4346588b
Merge branch 'rs/lose-leak-pending' into maint

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()
bisect.c
builtin/checkout.c
bundle.c
commit.h
object.h
ref-filter.c
revision.c
revision.h