about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:32:07 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:58 +0000
commit559c0b5f0180ccf5588cb3f021e3a302f7776d63 (patch)
tree0bf46c6a559c17231c19089eacb7fe1ebc5eb8f1 /script
parent0ac9fbfc587e8f0e8a815fc1511f67b4452163e7 (diff)
downloadpublic-inbox-559c0b5f0180ccf5588cb3f021e3a302f7776d63.tar.gz
This will allow us to quickly check fingerprints against
remotes with a single HTTP(S) request, saving us numerous
`git show-refs' invocations.
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 e38d7b0d..a11c6874 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -23,7 +23,7 @@ options:
     -C DIR            chdir to specified directory
 EOF
 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
+        inbox-config=s inbox-version=i objstore=s manifest=s
         dry-run|n jobs|j=i no-torsocks torsocks=s epoch=s)) or die $help;
 if ($opt->{help}) { print $help; exit };
 require PublicInbox::Admin; # loads Config