git-bump: use exact names if possible
commitf4ad585640589e30c378baf953a998ff79dedc8a
authorBen Boeckel <ben.boeckel@kitware.com>
Tue, 3 Oct 2023 10:03:05 +0000 (3 06:03 -0400)
committerBen Boeckel <ben.boeckel@kitware.com>
Tue, 3 Oct 2023 10:14:09 +0000 (3 06:14 -0400)
tree1bb2337df5f91fb67953a87c4c017d76834fdf98
parent873cb7b91de77868b7f43f1e0b344d47d16409d9
git-bump: use exact names if possible

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
git-bump