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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -