git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Slight in error in git-rerere help page
@ 2009-07-28  2:20 François Pinard
  2009-07-28  2:28 ` François Pinard
  0 siblings, 1 reply; 3+ messages in thread
From: François Pinard @ 2009-07-28  2:20 UTC (permalink / raw)
  To: git

Hi, people.  This is for git version 1.6.4.rc3.12.gdf73a

The output of "git help rerere" contains:

   You need to set the configuration variable rerere.enabled to enable
   this command.

It seems that that "enable" is not a proper value.  If I used it over a
small repository, I get:

   22:17:33 0 pinard@phenix:etc $ git config rerere.enabled enable
   22:17:44 0 pinard@phenix:etc $ git gc
   Counting objects: 1072, done.
   Compressing objects: 100% (559/559), done.
   Writing objects: 100% (1072/1072), done.
   Total 1072 (delta 460), reused 1072 (delta 460)
   fatal: bad config value for 'rerere.enabled' in .git/config
   error: failed to run rerere

Removing the rerere section repairs this last problem.

P.S. - I'm also a bit curious about why rerere is needed for a garbage
collection.


-- 
François Pinard   http://pinard.progiciels-bpi.ca

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-28 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28  2:20 Slight in error in git-rerere help page François Pinard
2009-07-28  2:28 ` François Pinard
2009-07-28 14:42   ` [PATCH] git-rerere.txt: Clarify ambiguity of the config variable Michael J Gruber

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