mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
repository: export git_repository_config_autoload
Take the opportunity to finish the comment about this function. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
This commit is contained in:
parent
6c8b458dcc
commit
c36280a036
@ -319,12 +319,13 @@ GIT_EXTERN(int) git_repository_config(git_config **out,
|
|||||||
*
|
*
|
||||||
* A wrapper around `git_repository_config` that tries to guess where
|
* A wrapper around `git_repository_config` that tries to guess where
|
||||||
* the global and system config files are located. No error is
|
* the global and system config files are located. No error is
|
||||||
* reported if either of these files
|
* reported if either of these files are missing at the guessed
|
||||||
|
* locations.
|
||||||
*
|
*
|
||||||
* @param out the repository's configuration
|
* @param out the repository's configuration
|
||||||
* @param repo the repository for which to get the config
|
* @param repo the repository for which to get the config
|
||||||
*/
|
*/
|
||||||
int git_repository_config_autoload(
|
GIT_EXTERN(int) git_repository_config_autoload(
|
||||||
git_config **out,
|
git_config **out,
|
||||||
git_repository *repo);
|
git_repository *repo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user