bender icon indicating copy to clipboard operation
bender copied to clipboard

git: handle the case where `git tag` opens an editor

Open midnightveil opened this issue 11 months ago • 0 comments

For me, the git tag bender-tmp-<commit> <commit> --force opens a nano process, which then causes the bender checkout to just hang wait for git to complete.

Add a message just to make it go on its merry way.

(An alternate solution would probably be to add --no-sign, as this is the cause in my specific case).

cc @niwis

midnightveil avatar Mar 17 '25 06:03 midnightveil