On Fri, Mar 24, 2017 at 06:17:54PM +0100, Romuald Brunet wrote: > Added a "push.atomic" option to git-config to allow site-specific > configuration of the atomic flag of git push I don't really use --atomic myself, but this seems like a reasonable thing to want, and the implementation looks cleanly done. My one question would be whether people would want this to actually be specific to a particular remote, and not just on for a given repository (your "site-specific" in the description made me think of that). In that case it would be better as part of the remote.* config. -Peff