-
-
Notifications
You must be signed in to change notification settings - Fork 607
Allow copying multiple commits #1288
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
Conversation
I have noticed that sometimes the app crashes after I yank the commits. I reckon that it is caused by sorting the indexes and I am looking into it. |
Seems to be working now. I'm not sure if it is the greatest design, but works and does not crash. EDIT: Also, I updated the original comment, as it is now copying short hashes only. |
You seem to be saving indices. Did you check if that works still in big repos with the log being loaded in batches? |
I'm only saving indices that have been marked. I tested it with 25k commit repo and it works fine. |
can you make the required addition to the changelog? |
Done! |
putting in draft until the required changes are made |
Hey, I updated the changes and everything seems to be working fine on a big repo. I also ran
|
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.
fix clippy nightly. see inline comment
Thank you ❤️ |
This Pull Request fixes #1244.
It changes the following:
As of now, the functionality is as follows:
longshort commit idc1^..c8
(short hashes)c1 c2 c4 c5 c8
(short hashes)I followed the checklist:
make check
without errors