Gina commit --fixup {hash} opens a buffer for the commit and fails to save it, resulting in an error.
Fixup commit doesn't need to open a buffer, so I think the behavior is incorrect.
Error: [gina] fatal: Only one of -c/-C/-F/--fixup can be used.
Read the code and fix it to run as raw command if it has the --fixup option
It appears to be working in my environment.
Is there a problem with the changes?
Environment
Problem
Gina commit --fixup {hash}
opens a buffer for the commit and fails to save it, resulting in an error. Fixup commit doesn't need to open a buffer, so I think the behavior is incorrect.Error:
[gina] fatal: Only one of -c/-C/-F/--fixup can be used.
Read the code and fix it to run as raw command if it has the --fixup option It appears to be working in my environment. Is there a problem with the changes?