From: Junio C Hamano Date: Sun, 8 Oct 2006 08:47:56 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2.3-g7a0cf X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=93567a61e4eac5b5e1f43774691679e129655817;p=git.git Autogenerated HTML docs for v1.4.2.3-g7a0cf --- diff --git a/git-pack-objects.html b/git-pack-objects.html index 96b86c95d0..b9cd911cc3 100644 --- a/git-pack-objects.html +++ b/git-pack-objects.html @@ -354,16 +354,16 @@ base-name

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 + as if all refs under $GIT_DIR/refs are specified to be included.

---window and --depth +--window=[N], --depth=[N]

- These two options affects how the objects contained in + 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 @@ -372,6 +372,7 @@ base-name 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.

@@ -446,7 +447,7 @@ base-name diff --git a/git-pack-objects.txt b/git-pack-objects.txt index d4661ddc2f..f52e8fa8bf 100644 --- a/git-pack-objects.txt +++ b/git-pack-objects.txt @@ -71,11 +71,11 @@ base-name:: --all:: 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 + as if all refs under `$GIT_DIR/refs` are specified to be included. ---window and --depth:: - These two options affects how the objects contained in +--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 @@ -84,6 +84,7 @@ base-name:: 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. --incremental:: This flag causes an object already in a pack ignored diff --git a/git-repack.html b/git-repack.html index 952693a925..7afbe5625f 100644 --- a/git-repack.html +++ b/git-repack.html @@ -351,13 +351,14 @@ engines, disk storage, etc.

- 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.

@@ -381,7 +382,7 @@ engines, disk storage, etc.

diff --git a/git-repack.txt b/git-repack.txt index 49f7e0a4a4..d2eaa0995d 100644 --- a/git-repack.txt +++ b/git-repack.txt @@ -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