Thomas Rast wrote: > Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > >> I have this itch where I want to share my remotes config between >> machines. In my fork, I should be able to specify where my upstream >> sources are, so remotes get set up automatically when I clone. > > Note that you need to carefully pick only certain bits of the config, as > otherwise there are big security headaches. Right. So, we can just start with remotes for the moment? Ideally, there should be a way to specify which configuration options to publish. >> There are also other things in .git/config that would be nice to >> share, like whether to do a --word-diff (why isn't it a configuration >> variable yet?) > > Because that would break pretty much every script that uses git-diff? diff.c already makes a differentiation between git_diff_ui_config() and git_diff_basic_config(); there are configuration options that should only be applied when the command is called interactively. -- 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