]> Untitled Git - hvutilities.git/commit
hvsp: fix bug when grepping branch names
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 20:30:14 +0000 (16:30 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Mar 2026 16:27:37 +0000 (12:27 -0400)
commit21f01386b43722237e32b84c0d8c8b578829904e
tree0135c89d1f437fcd99b49929f9779e5571b7cc9c
parent3730bc6d9fb7c9453aabb7cd6dbb3b8d4c52acda
hvsp: fix bug when grepping branch names

As an example, when serching for non-existent branch named mybranch,
mybranch.orig would match, and result in an error trying to erase
non-existent branch mybranch.

Fix by matching to the end of the line "$".

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/kernel-send-patches.sh