]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-clone
clone: support --post-update-hook= from grokmirror
[public-inbox.git] / script / public-inbox-clone
index 677c56c89c619e577ac447e4f2e4d04cd119899c..6ed7ab6b9f25fc48cd9b0062a7a88b26c8af7f1d 100755 (executable)
@@ -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 };