Skip to content

gitea does not honor the quiet option of git push #27863

Open
@hramrach

Description

@hramrach

Description

git push offers a -q option for suppressing informational messages.

This option is forwarded to the remote server, and the server then should not send informational/progress messages to the git client.

See also: https://lore.kernel.org/git/20230519090559.GA3515410@coredump.intra.peff.net/

Gitea Version

1.22.0+dev-267-ga4b242ae7

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

✔ ~/testrepo [testbranch2 L|✔] 
11:48 $ git push -q --set-upstream origin testbranch2
remote: 
remote: Create a new pull request for 'testbranch2':
remote:   https://try.gitea.io/hramrach/testrepo/compare/testbranch...testbranch2
remote: 
remote: . Processing 1 references
remote: Processed 1 references in total
✔ ~/testrepo [testbranch2|✔] 
11:49 $ 

Git Version

No response

Operating System

Linux

How are you running Gitea?

https://try.gitea.io/hramrach/testrepo

Database

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions