Skip to content

Tag and Branchnames containing commit

Zeger-Jan van de Weg requested to merge zj-tag-commit-contains into master

The server implementation for ListTagNamesContainingCommit and ListBranchNamesContainingCommit. Implementations call git for-each-ref with the contains flag, eventhough the client at this time uses git branch and git tag. However, these are procelain, where we want to use plumbing.

Part of #884 (closed)

Edited by GitLab Release Tools Bot

Merge request reports