Handle EDITOR
env variable being set
#6420
Labels
Asset-Sync
Any issues relating to moving test assets out of repos.
EDITOR
env variable being set
#6420
Currently, the test-proxy uses
lightweight
tags. Process topush
The issue is that when
EDITOR
is set, pushes of tags with no commit message will PROMPT for a message. This is PROBABLY an error, as a tag with no commit message is a lightweight tag and should be fully supported by git. However, @heaths has theEDITOR
var value set, and as such is getting an invisible prompt for the annotated tag message. It is invisible becausevim
is a CLI app, and the way thatgit
is in a new window. No communication can happen, hang occurs.This is tangentially related to #4720
The text was updated successfully, but these errors were encountered: