From 1d1fe5d873feef26a83c3cebb5d03bff83d88a9d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 8 Oct 2006 08:48:04 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.2.3-g7a0cf --- man1/git-pack-objects.1 | 8 ++++---- man1/git-repack.1 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man1/git-pack-objects.1 b/man1/git-pack-objects.1 index 8e1d49146..ef2923ecc 100755 --- a/man1/git-pack-objects.1 +++ b/man1/git-pack-objects.1 @@ -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. diff --git a/man1/git-repack.1 b/man1/git-repack.1 index 94b685aa2..7415024fc 100755 --- a/man1/git-repack.1 +++ b/man1/git-repack.1 @@ -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 .sp -- 2.26.2