Matthieu Moy [off-list ref] a écrit :
Huynh Khoi Nguyen NGUYEN [off-list ref]
writes:
quoted
If core.excludesfile is not defined, its default value will be
$XDG_CONFIG_HOME/git/ignore in order to follow XDG specification. If
$XDG_CONFIG_HOME is either not set or emty, $HOME/.config will be
used.
It's not clear whether $HOME/.config will be used to replace
$XDG_CONFIG_HOME or $XDG_CONFIG_HOME/git/ignore. I'd say explicitely
$HOME/.config/git/ignore to avoid this.
quoted
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
Likewise.
quoted
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
Likewise.
Otherwise, sounds good.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
We will also do the same changes with core.attributesfile, in our next
v6 version.