about summary refs log tree commit homepage
path: root/script/public-inbox-clone
DateCommit message (Expand)
2023-03-18clone: support --purge to delete remotely-deleted repos
2023-03-07doc: update public-inbox-clone examples and help
2023-02-21lei_mirror: support --remote-manifest=URL
2023-01-18ipc+lei: switch to awaitpid
2023-01-06clone: implement --exit-code
2022-12-30clone: support --post-update-hook= from grokmirror
2022-11-28clone: support --project-list= for cgit
2022-11-28clone: support --keep-going/-k like make(1)
2022-11-28clone|fetch: support passing --prune(-tags) to `git fetch'
2022-11-28clone: canonicalize destination path from CLI
2022-11-28clone: support loading manifest.js.gz from destination
2022-11-28clone: require `--objstore=' for default location
2022-11-28clone: use v5.12
2022-11-28clone: drop unnecessary requires
2022-11-28clone: move --dry-run handling to lei_mirror
2022-11-28lei_mirror: support --objstore and forkgroups
2022-11-28clone: support --inbox-version
2022-11-28clone: support --inbox-config option
2022-11-28clone: support --dry-run / -n flag
2022-11-28clone: parallelize v2 epoch clones
2022-11-28clone: support --include and --exclude with multi-clone
2021-09-24clone|--mirror: support --epoch=RANGE for partial clones
2021-09-22lei: drop redundant WQ EOF callbacks
2021-09-12new public-inbox-{clone,fetch} commands