Autogenerated man pages for v1.4.2.3-g7a0cf
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Oct 2006 08:48:04 +0000 (08:48 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 8 Oct 2006 08:48:04 +0000 (08:48 +0000)
man1/git-pack-objects.1
man1/git-repack.1

index 8e1d49146c20d2deec477e6709787ce309f56967..ef2923ecc6dfccf4297e4da2492d1a1a274a9adf 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-PACK\-OBJECTS" "1" "10/03/2006" "" ""
+.TH "GIT\-PACK\-OBJECTS" "1" "10/08/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -52,10 +52,10 @@ This implies
 This implies
 \-\-revs. In addition to the list of revision arguments read from the standard input, pretend as if all refs under
 $GIT_DIR/refs
-are specifed to be included.
+are specified to be included.
 .TP
-\-\-window and \-\-depth
-These two options affects 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.
+\-\-window=[N], \-\-depth=[N]
+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.
 .TP
 \-\-incremental
 This flag causes an object already in a pack ignored even if it appears in the standard input.
index 94b685aa24243e0bcd927b1ea3b31fa4f34e8cf9..7415024fca3fe6288e71ac7fe94611c09099c816 100755 (executable)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-REPACK" "1" "10/03/2006" "" ""
+.TH "GIT\-REPACK" "1" "10/08/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -55,11 +55,11 @@ Do not update the server information with
 git update\-server\-info.
 .TP
 \-\-window=[N], \-\-depth=[N]
-These two options affects 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
+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.
+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.
 .SH "AUTHOR"
 Written by Linus Torvalds <torvalds@osdl.org>
 .sp