* [PATCH] Change git-gc documentation to reflect gc.packrefs implementation.
@ 2008-01-07 16:21 Florian La Roche
0 siblings, 0 replies; 3+ messages in thread
From: Florian La Roche @ 2008-01-07 16:21 UTC (permalink / raw)
To: git
Change git-gc documentation to reflect gc.packrefs implementation.
---
Documentation/git-gc.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index c4354bb..4b2dfef 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -90,9 +90,9 @@ how long records of conflicted merge you have not resolved are
kept. This defaults to 15 days.
The optional configuration variable 'gc.packrefs' determines if
-`git gc` runs `git-pack-refs`. Without the configuration, `git-pack-refs`
-is not run in bare repositories by default, to allow older dumb-transport
-clients fetch from the repository, but this will change in the future.
+`git gc` runs `git-pack-refs`. This can be set to "nobare" to enable
+it within all non-bare repos or it can be set to a boolean value.
+This defaults to true.
The optional configuration variable 'gc.aggressiveWindow' controls how
much time is spent optimizing the delta compression of the objects in
--
1.5.3.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] Change git-gc documentation to reflect gc.packrefs implementation.
@ 2008-01-09 16:05 Florian La Roche
2008-01-09 20:25 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Florian La Roche @ 2008-01-09 16:05 UTC (permalink / raw)
To: git, gitster
Adjust git-gc documentation to reflect gc.packrefs implementation.
Adjust git-gc documentation to reflect gc.packrefs implementation.
Signed-off-by: Florian La Roche <laroche@redhat.com>
---
Documentation/git-gc.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index c4354bb..4b2dfef 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -90,9 +90,9 @@ how long records of conflicted merge you have not resolved are
kept. This defaults to 15 days.
The optional configuration variable 'gc.packrefs' determines if
-`git gc` runs `git-pack-refs`. Without the configuration, `git-pack-refs`
-is not run in bare repositories by default, to allow older dumb-transport
-clients fetch from the repository, but this will change in the future.
+`git gc` runs `git-pack-refs`. This can be set to "nobare" to enable
+it within all non-bare repos or it can be set to a boolean value.
+This defaults to true.
The optional configuration variable 'gc.aggressiveWindow' controls how
much time is spent optimizing the delta compression of the objects in
--
1.5.3.7
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Change git-gc documentation to reflect gc.packrefs implementation.
2008-01-09 16:05 Florian La Roche
@ 2008-01-09 20:25 ` Junio C Hamano
0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2008-01-09 20:25 UTC (permalink / raw)
To: Florian La Roche; +Cc: git
Florian La Roche <laroche@redhat.com> writes:
> Adjust git-gc documentation to reflect gc.packrefs implementation.
>
> Adjust git-gc documentation to reflect gc.packrefs implementation.
>
> Signed-off-by: Florian La Roche <laroche@redhat.com>
Thanks.
I rephrased the above (three almost identical lines) to:
56752391a8c0c591853b276e4fa0b45c34ced181 (Make "git gc" pack all
refs by default) changed the default of gc.packrefs to true, to
pack all refs by default in any repository. IOW, the users need
to disable it explicitly if they want to by setting the config
variable, since 1.5.3.
However, we forgot to update the documentation. This fixes it.
and applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-09 20:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-07 16:21 [PATCH] Change git-gc documentation to reflect gc.packrefs implementation Florian La Roche
-- strict thread matches above, loose matches on Subject: below --
2008-01-09 16:05 Florian La Roche
2008-01-09 20:25 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).