mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 12:57:05 +00:00
No longer needed
This commit is contained in:
parent
d9d423e421
commit
e16e268457
@ -131,8 +131,6 @@ enum {
|
||||
GIT_OPT_SET_MWINDOW_MAPPED_LIMIT,
|
||||
GIT_OPT_GET_SEARCH_PATH,
|
||||
GIT_OPT_SET_SEARCH_PATH,
|
||||
GIT_OPT_GET_ODB_CACHE_SIZE,
|
||||
GIT_OPT_SET_ODB_CACHE_SIZE,
|
||||
};
|
||||
|
||||
/**
|
||||
@ -169,15 +167,6 @@ enum {
|
||||
* - `level` must be GIT_CONFIG_LEVEL_SYSTEM, GIT_CONFIG_LEVEL_GLOBAL,
|
||||
* or GIT_CONFIG_LEVEL_XDG.
|
||||
*
|
||||
* opts(GIT_OPT_GET_ODB_CACHE_SIZE):
|
||||
* Get the size of the libgit2 odb cache.
|
||||
*
|
||||
* opts(GIT_OPT_SET_ODB_CACHE_SIZE):
|
||||
* Set the size of the of the libgit2 odb cache. This needs
|
||||
* to be done before git_repository_open is called, since
|
||||
* git_repository_open initializes the odb layer. Defaults
|
||||
* to 128.
|
||||
*
|
||||
* @param option Option key
|
||||
* @param ... value to set the option
|
||||
* @return 0 on success, <0 on failure
|
||||
|
Loading…
Reference in New Issue
Block a user