We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7283daa commit 25da1acCopy full SHA for 25da1ac
include/git2/config.h
@@ -262,7 +262,7 @@ GIT_EXTERN(int) git_config_open_level(
262
* Open the global/XDG configuration file according to git's rules
263
*
264
* Git allows you to store your global configuration at
265
- * `$HOME/.config` or `$XDG_CONFIG_HOME/git/config`. For backwards
+ * `$HOME/.gitconfig` or `$XDG_CONFIG_HOME/git/config`. For backwards
266
* compatability, the XDG file shouldn't be used unless the use has
267
* created it explicitly. With this function you'll open the correct
268
* one to write to.
0 commit comments