summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/git.c b/git.c
index 4a76cc5..2ba16a1 100644
--- a/git.c
+++ b/git.c
@@ -263,6 +263,10 @@ int add_comment(comment *comment, const char *pr_root) {
return 1;
}
+file **get_branch_commits(git_branch *br) {
+ return NULL;
+}
+
int create_pull_request_dir(pull_request *pr, int id, const char *root) {
int ret = id;
struct stat st;