Skip to content

Commit

Permalink
Add script to flatten git history for llvm monorepo submission (flang…
Browse files Browse the repository at this point in the history
…-compiler#854)

This script, when run on a checkout of the f18 repository, takes the
current origin/master and makes a branch called "new" with a rewritten
history;

The "new" branch has a flat git history (that is, a series of commits
with only one parent). Flattening is done for merge commits by taking
the content of the commit as it is at the merge commit.
  • Loading branch information
peterwaller-arm authored Feb 26, 2020
1 parent 91feed7 commit d9871fa
Showing 1 changed file with 916 additions and 0 deletions.
Loading

0 comments on commit d9871fa

Please sign in to comment.