diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-14 04:03:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-14 04:03:22 +0200 |
commit | 0941d6054524bc91f45bf3cbb1c641712b0e0e6d (patch) | |
tree | c2ff08811332fe9247ca57f124863d8289ba7844 /commit.h | |
parent | Merge branch 'jn/no-g-plus-s-on-bsd' (diff) | |
parent | commit: factor out clear_commit_marks_for_object_array (diff) | |
download | git-0941d6054524bc91f45bf3cbb1c641712b0e0e6d.tar.xz git-0941d6054524bc91f45bf3cbb1c641712b0e0e6d.zip |
Merge branch 'rs/pending'
* rs/pending:
commit: factor out clear_commit_marks_for_object_array
checkout: use leak_pending flag
bundle: use leak_pending flag
bisect: use leak_pending flag
revision: add leak_pending flag
checkout: use add_pending_{object,sha1} in orphan check
revision: factor out add_pending_sha1
checkout: check for "Previous HEAD" notice in t2020
Conflicts:
builtin/checkout.c
revision.c
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ struct commit *pop_most_recent_commit(struct commit_list **list, struct commit *pop_commit(struct commit_list **stack); void clear_commit_marks(struct commit *commit, unsigned int mark); +void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark); /* * Performs an in-place topological sort of list supplied. |