about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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-28fetch: use v5.12
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
2022-10-24treewide: replace /^I: / prefix with /^# /
2022-07-20public-inbox-pop3d - a mostly read-only POP3 server
2022-05-05public-inbox-netd: a multi-protocol superserver
2022-04-26lei: move to v5.12 to avoid "use strict"
2022-03-23syscall: implement sendmsg+recvmsg in pure Perl
2022-03-08index|extindex: support --dangerous flag
2021-11-02init: respect umask when creating description
2021-10-15lei: use send() perlop for signals
2021-10-14lei add-external --mirror: respect client umask
2021-10-13fetch: support --try-remote/-T for alternate remote names
2021-10-09extindex: support --reindex --fast
2021-10-05index: --reindex w/ --{since,until,before,after}
2021-10-01ds: simplify signalfd use
2021-09-24clone|--mirror: support --epoch=RANGE for partial clones
2021-09-22lei: drop redundant WQ EOF callbacks
2021-09-22script/lei: describe purpose of sleep loop
2021-09-21script/lei: handle SIGTSTP and SIGCONT
2021-09-17script/lei: umask(077) before execve
2021-09-15support -C (chdir) for most non-daemon commands
2021-09-15fetch: support --exit-code switch
2021-09-15multi_git: hoist out common epoch/alternates handling
2021-09-12init: set a useful description
2021-09-12new public-inbox-{clone,fetch} commands
2021-09-11lei: fix handling of broken lei.saved-search config files
2021-08-11treewide: use *nix-specific dirname regexps
2021-08-08httpd: set psgi.url_scheme to 'https' for TLS listeners
2021-08-04extindex: fix boost with partial runs
2021-07-31extindex: -xcpdb and -compact support
2021-07-28lei: die on ECONNRESET
2021-07-28treewide: s/sequential_shard/sequential-shard/g
2021-07-25init: support git <2.30 for "-c KEY=VALUE" args
2021-07-25extindex: support --dedupe[=MSGID]
2021-07-22init: allow arbitrary key-values via -c KEY=VALUE