-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Vindarel/legit rebase interactive #855
Vindarel/legit rebase interactive #855
Conversation
(message (str:join #\newline (remove-if #'null (list message output))))) | ||
(let ((msg (str:join #\newline (remove-if #'null (list message output))))) | ||
(when (str:non-blank-string-p msg) | ||
(message msg)))) |
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.
It probably malfunctions if a ~
is included.
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.
mmh right, but the messages come from porcelain, so it should be fine?
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.
Hmm, I think it's better to write in a safe way to avoid unnecessary worry.
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.
That said, it's not enough of a problem to hinder development.
I am very grateful to you for doing such a great job.
Thank you for the very nice PR! |
Works for the base case, we can pickup/fixup commits, other verbs that need another editing action (edit, reword) don't work.
I wrote up todos and other obvious missing features.
To start a rebase: put the point on a commit, press
r i
.Awesome though of course 😎