about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-05 11:41:57 +0000
committerEric Wong <e@80x24.org>2023-01-06 03:30:04 +0000
commitba1a1efbcd23ab472b3c5c030082a9064462680b (patch)
tree9de75dd70edd689583fe06fabfc69819c335b8a9 /Documentation
parent6416cd67c9e52111d37d12452a3f8046fd5f8e1e (diff)
downloadpublic-inbox-ba1a1efbcd23ab472b3c5c030082a9064462680b.tar.gz
Since public-inbox-clone is now useful for incremental updates
with manifest, --exit-code belongs here, too.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-clone.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod
index 53acf356..7498aed9 100644
--- a/Documentation/public-inbox-clone.pod
+++ b/Documentation/public-inbox-clone.pod
@@ -136,6 +136,12 @@ order specified on the command-line.
 Pass the C<--prune> and C<--prune-tags> flags to L<git-fetch(1)>
 calls on incremental clones.
 
+=item --exit-code
+
+Exit with C<127> if no updates are done when relying on a manifest.
+Updates include fingerprint mismatches in the manifest, new symlinks,
+new repositories, and removed repositories from the L<--project-list>
+
 =item -k
 
 =item --keep-going