On 10.07.2012 16:26, Caleb Maclennan wrote:
2) Is there a way to set git's user.email config variable without doing it globally? I use git for other things where my pld nick is not my email. However with each package being a separate repository, setting it in the repository config file instead of the global one means having to set it in a couple thousand places.
assuming you don't clone manually, but either with slug.py or builder
why not add to both of them that they configure user based on some default into the new repos?
i.e after checkout the tool would do: $ git config user.email=whatever -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
