[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 10:03:27 PST 2019
fedor.sergeev added inline comments.
================
Comment at: docs/Proposals/GitHubMove.rst:1092
+ for ref in $(git -C my-monorepo for-each-ref --format="%(refname)" \
+ refs/remotes/myrepo/release; do
+ branch=${ref#refs/remotes/myrepo/}
----------------
You forgot the closing ')' before ';' - for git for-each-ref invocation.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56550/new/
https://reviews.llvm.org/D56550
More information about the llvm-commits
mailing list