Git 2.34.0 released
Version 2.34.0 of the Git source-code management system is out."It is comprised of 834 non-merge commits sincev2.33.0, contributed by 109 people, 29 of which are new faces". SeethisGitHub blog post for a look at some of the more significant changes inthis release:
ort does just that: it's a full-blown rewrite of the merge strategythat aims to emulate the same concepts behind recursive whileavoiding many of its long-standing performance and correctnessproblems. In a merge containing many renames, ort outperformsrecursive by 500x. For a series of similar merges (like in a rebaseoperation), the speedup is over 9000x, in part due to ort's ability to cache and reuseresults from previous merges.