-
- Downloads
git_sync: silencing Git push messages
We've always had the 'pushing to' message in Heptapod, but now that we're pushing directly on the FS without the entremise of SSH, it has become way too precise. At best it's a distraction, some would even consider it a disclosure of important information. At some point, we might in Heptapod use a completely new command instead of the generic push, but for the time being, we are reduced to this really hacky patching. This effectively silences everything except postclose hooks that `hg-git` will define – but it'll take care of them itself.
Please register or sign in to comment