[llvm-dev] [Github] RFC: linear history vs merge commits

Adrian Prantl via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 29 14:47:40 PST 2019


A linear history makes it much easier to git-bisect, since each commit can be rolled back individually. Easier cross-project bisection is one of the advantages of having the monorepo, and I wouldn't want to loose that.

-- adrian


More information about the llvm-dev mailing list