]> granicus.if.org Git - llvm/commit
Add some facilities to work with a git monorepo (experimental setup)
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Nov 2016 20:00:47 +0000 (20:00 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Nov 2016 20:00:47 +0000 (20:00 +0000)
commit7e34ddb6ca83485ff0f21b847e4ddb4230422f6b
treeb6bdabb58b385bedf9ba52d60114c087977b8a9a
parent99d2cab4ae680d938bed8a8f1c3869a2b014f40d
Add some facilities to work with a git monorepo (experimental setup)

Add a new script in llvm/utils/git-svn/. When present in the $PATH,
it enables a `git llvm` command. It is providing at this
point only the ability to push from the git monorepo: `git llvm push`.
It is intended to evolves with more features, for instance I plan on
features like `git llvm show r284955` to help working with sequential
revision numbers.
The push feature is taken from Justin Lebar's script available here:
https://github.com/jlebar/llvm-repo-tools/

Differential Revision: https://reviews.llvm.org/D26334

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286138 91177308-0d34-0410-b5e6-96231b3b80d8
utils/git-svn/git-llvm [new file with mode: 0755]