Jeff King <peff@xxxxxxxx> writes: [...] > Git-config could potentially help with that (and even simplify the > current code) by allowing something like: > > $ git config --list-with-sources > /home/peff/.gitconfig user.name=Jeff King > /home/peff/.gitconfig user.email=peff@xxxxxxxx > .git/config core.repositoryformatversion=0 > .git/config core.bare=false > [etc] > > (you would use the "-z" form, of course, and the filenames would be > NUL-separated, but I made up a human-readable output format above for > illustration purposes). That would be _very_ nice to have (even without includes support). Filenames would be git-quoted like in ls-tree / diff-tree output without -z, isn't it? And is that TAB or SPC as a separator? -- Jakub Narebski -- 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