Replies: 2 comments 19 replies
-
What version are you running? On the 16th, I released 0.7 which has massive speed improvements. If you are on on 0.7 or newer, could you provide a repo I could clone with reproduction steps so I can profile it and see how we can improve it? |
Beta Was this translation helpful? Give feedback.
-
@troglobit Can you try installing git-branchless and running EDIT: oops, I misunderstood which operation was slow, so I think the above doesn't apply. @epage assuming that it's the above issue, I would love to get git-branchless's implementations of cherry-picking, etc. into git2-ext. That being said, the stated goals of the project are to 'Provide "good enough" implementations'. Should we expand the scope of the project to provide high-performance/production-ready implementations? PS: the "about" text for the Reference on git-branchless's |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, awseome little extension this! 😎👍
We (me and @wkz) are playing around with it for stacking patch-sets (in the form of stacked git branches) in the Linux kernel tree. Works great ... except for the time to run
git stack
... in particulargit stack --repair
after cherry-picking a few commits to an intermediate branch. Commands take up to a minute to complete.Any tips on how to speed this up?
Beta Was this translation helpful? Give feedback.
All reactions