On Sat, May 26, 2012 at 1:17 AM, NGUYEN Huynh Khoi Nguyen <nguyenhu@xxxxxxxxxxxxxxx> wrote: > git will store its configuration in ~/.config/git/config file if this file > exists and ~/.gitconfig file doesn't, otherwise git store its configuration > in ~/.gitconfig as usual If a new config file gets introduced at `~/.config/git/config`, what will be the new order of config file precedence? `/etc/gitconfig` > `~/.gitconfig` > `~/.config/git/config` > `.git/config` or `/etc/gitconfig` > `~/.config/git/config` > `~/.gitconfig` > `.git/config` ? What will be the new flag to access it? I mean anything new like --system / --global going to be introduced? -- Jaseem Abid http://jaseemabid.github.com -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html