summaryrefslogtreecommitdiff
path: root/app/workers/delete_merged_branches_worker.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add button to delete all merged branchesToon Claes2016-11-091-0/+20
It adds a button to the branches page that the user can use to delete all the branches that are already merged. This can be used to clean up all the branches that were forgotten to delete while merging MRs. Fixes #21076.