Skip to content

git-bump: use exact names if possible

Ben Boeckel requested to merge ben.boeckel/gitsetup:git-bump-ambiguity into setup

This allows disambiguation by trying the submodule name as exact first before regexp matching. If one submodule name is a substring of another, this makes it possible for the selection to be unambiguous.

Fixes: #15 (closed)

Merge request reports