mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-17 16:45:52 -05:00
git replay learns --linearize option to drop merge commits and linearize the replayed history, mimicking git rebase --no-rebase-merges. * tc/replay-linearize: replay: offer an option to linearize the commit topology replay: add helper to put entry into mapped_commits replay: refactor enum replay_mode into a bool