summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'git.h')
-rw-r--r--git.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.h b/git.h
index 71cecd0..daefbf0 100644
--- a/git.h
+++ b/git.h
@@ -47,7 +47,7 @@ struct pull_request {
file **patches; /* Patch files of pull request. */
git_branch *branch; /* Branch of pull request. */
};
- git_branch *merge_branch; /* Branch to merge pull request with. */
+ char *merge_branch; /* Branch to merge pull request with. */
};
extern void cleanup_git(git_repo **repos);