From: Junio C Hamano Date: Tue, 5 Mar 2013 19:42:20 +0000 (-0800) Subject: commit.c: add clear_commit_marks_many() X-Git-Tag: v1.8.3-rc0~182^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e895cb5135d7fbff8037ce83302aff12ee83667c?ds=sidebyside;hp=e895cb5135d7fbff8037ce83302aff12ee83667c commit.c: add clear_commit_marks_many() clear_commit_marks(struct commit *, unsigned) only can clear flag bits starting from a single commit; introduce an API to allow feeding an array of commits, so that flag bits can be cleared from commits reachable from any of them with a single traversal. Signed-off-by: Junio C Hamano ---