From 6efe57a87e6a7da471adf31c037844add788a61a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Dec 2022 02:56:56 +0000 Subject: clone: support --post-update-hook= from grokmirror This should be compatible with both grokmirror 1 and 2 behavior and serialized on a per-repo basis. --- script/public-inbox-clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') 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 }; -- cgit v1.2.3-24-ge0c7