Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2013-01-04 01:53:50 +0400
committerEdward Thomson <ethomson@microsoft.com>2013-01-04 01:53:50 +0400
commitad2bc32fa3e6958c2d975838712d6e3552abb838 (patch)
tree2426bf188ae68224a69e518e4b31eddfad92acc0 /src/merge.h
parent07871d3adcfdaba7ad5f99f89299258d1dbd92f9 (diff)
expose merge metadata cleanup
Diffstat (limited to 'src/merge.h')
-rw-r--r--src/merge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/merge.h b/src/merge.h
index 3681e24b7..af24de474 100644
--- a/src/merge.h
+++ b/src/merge.h
@@ -16,7 +16,6 @@
#define MERGE_CONFIG_FILE_MODE 0666
-int git_merge__cleanup(git_repository *repo);
int git_merge__bases_many(git_commit_list **out, git_revwalk *walk, git_commit_list_node *one, git_vector *twos);
#endif