[PATCH] D67262: [git-llvm] Do not reinvent `@{upstream}`

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 22:03:21 PDT 2019


mehdi_amini added a comment.

> I don't know what the long-term plans for this script are.

The only way for us to enforce linear history on GitHub at the moment is to mandate the use of the script unfortunately.

My preference if the script stays after migration would be to not differ from git native behavior to not be surprising (I mean that `git llvm push` should be aligned on `git push`).
I hope that the issue faced here can be circumvented with better newcomers documentation. Aligning on the native `git` behavior means also that any `git` documentation (or StackOverflow answer) would apply equally to `git llvm`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67262/new/

https://reviews.llvm.org/D67262





More information about the llvm-commits mailing list