OSDN Git Service

Add some facilities to work with a git monorepo (experimental setup)
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Nov 2016 17:40:28 +0000 (17:40 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Nov 2016 17:40:28 +0000 (17:40 +0000)
commit644ae71ae07b9741ac9908912b7b2784b0ab616a
tree0273454fee35e47e9ff4aca87bb6db3b1b6fa348
parent72dab34b83543aebf6661a1c4536ad0806b5b878
Add some facilities to work with a git monorepo (experimental setup)

Summary:
Some changes are made to cmake, especially the addition of a new
LLVM_ENABLE_PROJECTS option that makes the build system aware of
the monorepo directory structure.

Also a new script is added 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/

Reviewers: jlebar

Subscribers: mgorny, modocache, llvm-commits

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

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