-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
legit: write commit message in a buffer #1101
legit: write commit message in a buffer #1101
Conversation
I think this is a good change. |
It is ready for those who want to keep testing lem/legit, but by looking at it I see a couple inline tests that you might not like :D (I like them… these will also be useful again shortly) |
Yeah, I think the inline comment are not bad. |
d0afe8e
to
b0e00ab
Compare
oh thanks. Added. |
b0e00ab
to
c244ba9
Compare
hello, ping? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature is very nice!
I tried it for a while and commented on a few things that caught my attention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Currently, we can only write one-line commit messages in Lem/legit :S This improves the situation, we create a special buffer to write commit messages.
I only tested this evening while working on it.