Cleanup the output from the gitea internal hook(s). #23364
Labels
type/enhancement
An improvement of existing functionality
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
Problem statement
When code is pushed to a repository, there is output sent back from the server:
This seems like it is more debugging output than helpful information. It would make sense to see that output if the push operation streamed the response as it was processing it, but that is not in the git protocol (AFAIK) so it is printed all at once. Additionally, git already provides more detailed information about what was processed at the same time these messages are presented. For example:
Proposal
Remove the redundant information about how many references were processed.
Screenshots
No response
The text was updated successfully, but these errors were encountered: