about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-12-28 02:56:56 +0000
committerEric Wong <e@80x24.org>2022-12-30 09:46:50 +0000
commit6efe57a87e6a7da471adf31c037844add788a61a (patch)
treef84a1e7844832859f7056ad28a216043ac54ab96 /script
parent323b120f3c82dd02e7e54ef75bd383cba4b125e3 (diff)
downloadpublic-inbox-6efe57a87e6a7da471adf31c037844add788a61a.tar.gz
This should be compatible with both grokmirror 1 and 2 behavior
and serialized on a per-repo basis.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/public-inbox-clone b/script/public-inbox-clone
index 677c56c8..6ed7ab6b 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -27,7 +27,7 @@ EOF
 # support both :/
 GetOptions($opt, qw(help|h quiet|q verbose|v+ C=s@ c=s@ include|I=s@ exclude=s@
         inbox-config=s inbox-version=i objstore=s manifest=s
-        project-list|projectslist=s
+        project-list|projectslist=s post-update-hook=s@
         prune|p keep-going|k
         dry-run|n jobs|j=i no-torsocks torsocks=s epoch=s)) or die $help;
 if ($opt->{help}) { print $help; exit };