ci: exercise the whole test suite with uncommon code in pack-objects
[gitweb.git] / Documentation / git-repack.txt
index 26afe6ed549002f83296e76d8be6502332bc7edf..25c83c4927e23220e7bbccbfd8f32125a2c5ddd6 100644 (file)
@@ -9,7 +9,7 @@ git-repack - Pack unpacked objects in a repository
 SYNOPSIS
 --------
 [verse]
-'git repack' [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [--window=<n>] [--depth=<n>]
+'git repack' [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [--window=<n>] [--depth=<n>] [--threads=<n>]
 
 DESCRIPTION
 -----------
@@ -90,7 +90,12 @@ other objects in that pack they already have locally.
        space. `--depth` limits the maximum delta depth; making it too deep
        affects the performance on the unpacker side, because delta data needs
        to be applied that many times to get to the necessary object.
-       The default value for --window is 10 and --depth is 50.
++
+The default value for --window is 10 and --depth is 50. The maximum
+depth is 4095.
+
+--threads=<n>::
+       This option is passed through to `git pack-objects`.
 
 --window-memory=<n>::
        This option provides an additional limit on top of `--window`;