git rebase --continue error message is misleading

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$ LANG=C git rebase --continue
hint: Waiting for your editor to close the file... error: cannot run
vi: No such file or directory
error: unable to start editor 'vi'
Please supply the message using either -m or -F option.
error: could not commit staged changes.
$ git rebase --continue -m "done"
...
$ git rebase --continue -F "done ffs"
...

It should say: Please commit the staged changes using git commit -m
"commit message"


-- 
mvh/best regards Björn Lindqvist





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux