Closed
Description
With the pre- and post-receive calls introduced in #8602, Gitea now sends messages to the pushing client, for example:
remote: * Checking 1 branches
remote: Checked 1 references in total
remote: . Processing 1 references
remote: Processed 1 references in total
Since git always displays this messages, even when called with --quiet
, it would be great if these messages could be turned off.