git revert command opens a vi session for entering additional messages I need to capture that and do it through perl -
i performing git revert , redirects vi session in need put in additional information submit.
is there way achieve through perl.
git respects $editor
environment variable when opening editor. set $editor
full path perl script, should read name of temporary file first argument.
make sure save modified message temporary file , exit 0 status.
Comments
Post a Comment