Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to flatten git history for llvm monorepo submission (flang…
…-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