[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 12:54:31 PST 2019


greened marked 4 inline comments as done.
greened added inline comments.


================
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 \
----------------
fedor.sergeev wrote:
> I dont understand semantics of this line.
> $git_tool ?
> ! run ?
Heh.  Copied a little too literally from my personal script.  :)


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