Don't use $author_name undefined when $from contains no /\s</.
[gitweb.git] / Documentation / git-repack.txt
index 49f7e0a4a446b8e393b76f39136f28c74c085dff..d2eaa0995ded915f89d436e4501c5ae667822642 100644 (file)
@@ -57,13 +57,14 @@ OPTIONS
         `git update-server-info`.
 
 --window=[N], --depth=[N]::
-       These two options affects how the objects contained in the pack are
+       These two options affect how the objects contained in the pack are
        stored using delta compression. The objects are first internally
        sorted by type, size and optionally names and compared against the
        other objects within `--window` to see if using delta compression saves
        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 both --window and --depth is 10.
 
 
 Author