This is an automated email from the git hooks/post-receive script.
Renato Golin pushed a change to branch master in repository toolchain/llvm/linaro-scripts.
from 488ec27 [monitor] moving 42vma bot back upstream new 72189fd Use git worktree in the LLVM helper scripts
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: helpers/.llvm-env-add | 23 +++++++++ helpers/.llvm-env-remove | 44 ++++++++++++++++ helpers/README.txt | 47 ++++++++++------- helpers/git-pull | 16 +----- helpers/git-rebase | 34 +++++++++++++ helpers/git-rebase-all | 49 ------------------ helpers/git-refresh | 5 ++ helpers/git-svn-commit | 4 +- helpers/llvm-branch | 123 ++++++++++++++++++++++++++++++-------------- helpers/llvm-build | 13 ++--- helpers/llvm-common | 94 +++++++++++++++++++++++++++++++--- helpers/llvm-env | 130 +++++++++++++++++++++++++++++++++++++++++++++++ helpers/llvm-prepare | 28 +++++----- helpers/llvm-projs | 107 +++++++++++++++++++++++--------------- helpers/llvm-reset | 26 +++++----- helpers/llvm-runlit | 4 ++ helpers/llvm-sync | 99 +++++++++++++++++++++++------------- 17 files changed, 609 insertions(+), 237 deletions(-) create mode 100755 helpers/.llvm-env-add create mode 100755 helpers/.llvm-env-remove create mode 100755 helpers/git-rebase delete mode 100755 helpers/git-rebase-all create mode 100755 helpers/llvm-env