From: Junio C Hamano
Date: Thu, 13 Mar 2008 07:55:29 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4.4-537-gb75aa
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09a926d6ec97129942cd536be658e53510becc26;p=git.git
Autogenerated HTML docs for v1.5.4.4-537-gb75aa
---
diff --git a/config.txt b/config.txt
index c5e094a9c..bfad0e385 100644
--- a/config.txt
+++ b/config.txt
@@ -590,6 +590,10 @@ gc.packrefs::
at some stage, and setting this to `false` will continue to
prevent `git pack-refs` from being run from `git gc`.
+gc.pruneexpire::
+ When `git gc` is run, it will call `prune --expire 2.weeks.ago`.
+ Override the grace period with this config variable.
+
gc.reflogexpire::
`git reflog expire` removes reflog entries older than
this time; defaults to 90 days.
@@ -860,7 +864,7 @@ pack.indexVersion::
whenever the corresponding pack is larger than 2 GB. Otherwise
the default is 1.
-pack.packSizeLimit:
+pack.packSizeLimit::
The default maximum size of a pack. This setting only affects
packing to a file, i.e. the git:// protocol is unaffected. It
can be overridden by the `\--max-pack-size` option of
diff --git a/git-config.html b/git-config.html
index 9be8b83cd..5d9175011 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1566,6 +1566,15 @@ gc.packrefs
+gc.pruneexpire
+
+
+
+ When git gc is run, it will call prune --expire 2.weeks.ago.
+ Override the grace period with this config variable.
+
+
+
gc.reflogexpire
@@ -2076,13 +2085,17 @@ pack.indexVersion
the default is 1.
-
-pack.packSizeLimit:
+
+pack.packSizeLimit
+
+
+
The default maximum size of a pack. This setting only affects
packing to a file, i.e. the git:// protocol is unaffected. It
can be overridden by the --max-pack-size option of
- git-repack(1).
-
+ git-repack(1).
+
+
pull.octopus
@@ -2360,7 +2373,7 @@ web.browser