j
k
j a
j l
Jani Nikula jani.nikula@linux.intel.com writes:
... git commit --amend -s I think the intention is to just add the signoff, but this ends up trying to fire up the editor, which is really not good for piping.
git commit --amend -s
I think the intention is to just add the signoff, but this ends up trying to fire up the editor, which is really not good for piping.
You probably want --no-edit for that.
Back to the thread
Back to the list