summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-04-05 22:48:39 +0200
committerVicent Marti <tanoku@gmail.com>2013-04-22 16:50:51 +0200
commitee12272d170d6a9d60f13d6de6129f56bfb2fbf6 (patch)
tree9a7d1945b9b85a70ed88a80649e2b27213314fee /include
parente183e375b83044d7852b8253553c4f782d73c140 (diff)
downloadlibgit2-ee12272d170d6a9d60f13d6de6129f56bfb2fbf6.tar.gz
Global option setters
Diffstat (limited to 'include')
-rw-r--r--include/git2/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h
index b8c3e42ce..80d83d345 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -131,6 +131,8 @@ enum {
GIT_OPT_SET_MWINDOW_MAPPED_LIMIT,
GIT_OPT_GET_SEARCH_PATH,
GIT_OPT_SET_SEARCH_PATH,
+ GIT_OPT_SET_CACHE_LIMIT,
+ GIT_OPT_ENABLE_CACHING
};
/**