Commit ce78f39e by Carlos Martín Nieto

config: update the git_config_add_file documentation

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent 340fc0d4
......@@ -89,8 +89,8 @@ GIT_EXTERN(int) git_config_open_global(git_config **cfg);
* Note that the configuration will call the backend's ->free()
* function.
*
* @param cfg the configuration to add the backend to
* @param backend the backend to add
* @param cfg the configuration to add the file to
* @param file the configuration source (file) to add
* @param priority the priority the backend should have
*/
GIT_EXTERN(int) git_config_add_file(git_config *cfg, git_config_file *file, int priority);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment