Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support checking/listing squash merged branches #1730

Open
calvn opened this issue Apr 30, 2018 · 1 comment
Open

Feature request: Support checking/listing squash merged branches #1730

calvn opened this issue Apr 30, 2018 · 1 comment
Labels

Comments

@calvn
Copy link

calvn commented Apr 30, 2018

Support checking/listing branches that have been squash merged into a particular branch (e.g. master) by extending the git branch --merged command. The native git branch --merged command does not detect branches merged by this method, but many GH projects do squash merging to reduce the number of commits on the repository.

This feature would make it trivial to clean up local branches that have already been squash merged.

@mislav mislav added the feature label May 29, 2018
@turadg
Copy link

turadg commented Jun 2, 2018

Noting this error output to help direct people here who search on it,

warning: `feature' was deleted on origin, but appears not merged into master

I get that on git sync. Spec in
https://github.com/github/hub/blob/4777bd363058213605ebb292b35ef1a6edb3663c/features/sync.feature#L48-L56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants