Order of the Butterfly
Posts: 464 from 2003/7/25
From: Wroclaw/Poland
Does any one use git on MorphOS? I have some question(s)...
If I set ED as GIT editor:
Code:
git config core.editor ed
and try to commit:
Code:
ED is opened, I write a comment, save and quit ED.
However commit process is not finished. I see in CLI:
Code:
hint: Waiting for your editor to close the file...
How to inform git that edition of the file is finished?
It is not very big problem because I can use:
Code:
git commit . -m "Comment".
However I would like to know if an editor could be used for comments.