Allow configuration of git author, email and check interval#97
Allow configuration of git author, email and check interval#97Joibel wants to merge 2 commits intobpineau:masterfrom
Conversation
69894c1 to
542a0e7
Compare
|
All LGTM, Wondering if "commit+push soon if possible, not more than once per user-defined-interval" could be a finer option (as in: archive quickly, with commit timestamps close to the change's timestamp when possible, but batch if needed)? Wdyt? |
|
I'll rebase this, and split the username stuff out and have a look at your idea. It does make sense. It is about reducing noise, and I actually some more filters for that. I'll see what I can do about that patch too and see what it looks like after that. |
|
Hi @Joibel, did you made progress on this PR ? Will this allow us to reduce the numbers of commits/push to something like one per hour/day maximum ? |
This is a simple change to allow configuration of a few hardcoded git options that I'd like to be able to configure.
10 second pushing is too frequent for my use. I'm pushing to gerrit, which expects each user to register their author details, so I'd like to be able to change those.