diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-13 12:53:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-13 12:53:06 -0700 |
commit | cec3f989dab861761ad83e264c3cd8a754e4ace5 (patch) | |
tree | 77d70522bba442ac57625483a4dcbbbce078c222 /commit.h | |
parent | fa71e80525d36ecd911bd0aca87ceb515babd1e9 (diff) | |
parent | a66037c9755a2beb49bbd915e6f0dd9b1a732925 (diff) | |
download | git-cec3f989dab861761ad83e264c3cd8a754e4ace5.tar.gz |
Merge branch 'cc/bisect' (early part)
* 'cc/bisect' (early part):
t6030: test skipping away from an already skipped commit
bisect: when skipping, choose a commit away from a skipped commit
bisect: add parameters to "filter_skipped"
bisect: display first bad commit without forking a new process
bisect: drop unparse_commit() and use clear_commit_marks()
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ int parse_commit_buffer(struct commit *item, void *buffer, unsigned long size); int parse_commit(struct commit *item); -void unparse_commit(struct commit *item); - struct commit_list * commit_list_insert(struct commit *item, struct commit_list **list_p); unsigned commit_list_count(const struct commit_list *l); struct commit_list * insert_by_date(struct commit *item, struct commit_list **list); |