summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-13 12:53:06 -0700
committerJunio C Hamano <gitster@pobox.com>2009-06-13 12:53:06 -0700
commitcec3f989dab861761ad83e264c3cd8a754e4ace5 (patch)
tree77d70522bba442ac57625483a4dcbbbce078c222 /commit.h
parentfa71e80525d36ecd911bd0aca87ceb515babd1e9 (diff)
parenta66037c9755a2beb49bbd915e6f0dd9b1a732925 (diff)
downloadgit-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/commit.h b/commit.h
index f3eaf1d048..ba9f63813e 100644
--- a/commit.h
+++ b/commit.h
@@ -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);