When deleting a remote branch, gitea suggests creating a pull request #2494

Closed
opened 2025-11-02 04:38:30 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @kolaente on GitHub (Nov 6, 2018).

  • Gitea version (or commit ref): 48badd5
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

When I delete a remote branch with git push origin --delete branch, Gitea suggests creating a pull request:

remote: 
remote: Create a new pull request for 'branch':
remote:   https://git.kolaente.de/kolaente/api/compare/master...branch
remote: 
To ssh://git.kolaente.de:9022/kolaente/api.git
 - [deleted]         branch
Originally created by @kolaente on GitHub (Nov 6, 2018). - Gitea version (or commit ref): 48badd5 - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description When I delete a remote branch with `git push origin --delete branch`, Gitea suggests creating a pull request: ```bash remote: remote: Create a new pull request for 'branch': remote: https://git.kolaente.de/kolaente/api/compare/master...branch remote: To ssh://git.kolaente.de:9022/kolaente/api.git - [deleted] branch ```
GiteaMirror added the issue/duplicate label 2025-11-02 04:38:30 -06:00
Author
Owner

@techknowlogick commented on GitHub (Nov 6, 2018):

@kolaente thanks for ticket. @lunny pushed a PR to resolve this, and if you update it should be resolved (not sure if it was backported to 1.6)

@techknowlogick commented on GitHub (Nov 6, 2018): @kolaente thanks for ticket. @lunny pushed a PR to resolve this, and if you update it should be resolved (not sure if it was backported to 1.6)
Author
Owner

@adelowo commented on GitHub (Nov 6, 2018):

https://github.com/go-gitea/gitea/pull/5166

@adelowo commented on GitHub (Nov 6, 2018): https://github.com/go-gitea/gitea/pull/5166
Author
Owner

@lunny commented on GitHub (Nov 7, 2018):

@techknowlogick this is a new feature on v1.7 so no backport was sent to v1.6

@lunny commented on GitHub (Nov 7, 2018): @techknowlogick this is a new feature on v1.7 so no backport was sent to v1.6
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2494