Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jul 2010 18:56:53 +0000 (11:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jul 2010 18:56:53 +0000 (11:56 -0700)
* maint:
t0006: test timezone parsing
rerere.txt: Document forget subcommand
Documentation/git-gc.txt: add reference to githooks

1  2 
Documentation/git-gc.txt
diff --combined Documentation/git-gc.txt
index a9e0882e9b81fe15780785dc85e3fb2782480ae1,cbe74d531af500c0e47e158830474907556a15db..315f07ef1c6997c98c4e446af507c3e1e4566218
@@@ -88,16 -88,6 +88,16 @@@ commits prior to the amend or rebase oc
  are not part of the current project most users will want to expire
  them sooner.  This option defaults to '30 days'.
  
 +The above two configuration variables can be given to a pattern.  For
 +example, this sets non-default expiry values only to remote tracking
 +branches:
 +
 +------------
 +[gc "refs/remotes/*"]
 +      reflogExpire = never
 +      reflogexpireUnreachable = 3 days
 +------------
 +
  The optional configuration variable 'gc.rerereresolved' indicates
  how long records of conflicted merge you resolved earlier are
  kept.  This defaults to 60 days.
@@@ -137,6 -127,13 +137,13 @@@ If you are expecting some objects to b
  all of those locations and decide whether it makes sense in your case to
  remove those references.
  
+ HOOKS
+ -----
+ The 'git gc --auto' command will run the 'pre-auto-gc' hook.  See
+ linkgit:githooks[5] for more information.
  SEE ALSO
  --------
  linkgit:git-prune[1]