[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 10 12:31:04 PST 2019
fedor.sergeev added a comment.
Thanks for the effort!
================
Comment at: docs/Proposals/GitHubMove.rst:1173
+ git -C my-monorepo branch -D local/zip/master || true
+ git -C my-monorepo branch -D locaol/octopus/master || true
+
----------------
locaol->local
================
Comment at: docs/Proposals/GitHubMove.rst:1203
+ # fast_filter_branch.py might have gc running in the background.
+ while ! run ${git_tool} \
+ -c gc.reflogExpire=0 \
----------------
I dont understand semantics of this line.
$git_tool ?
! run ?
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