From: Junio C Hamano Date: Mon, 22 Jan 2007 09:00:26 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc2-g18af X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99b2c2a454cbd14d375e466e00630f0e93f91166;p=git.git Autogenerated man pages for v1.5.0-rc2-g18af --- diff --git a/man1/git-gc.1 b/man1/git-gc.1 index 9252790f6..a5e38905b 100644 --- a/man1/git-gc.1 +++ b/man1/git-gc.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-GC" "1" "01/17/2007" "" "" +.TH "GIT\-GC" "1" "01/22/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,11 +10,15 @@ .SH "NAME" git\-gc \- Cleanup unnecessary files and optimize the local repository .SH "SYNOPSIS" -\fIgit\-gc\fR +\fIgit\-gc\fR [\-\-prune] .SH "DESCRIPTION" Runs a number of housekeeping tasks within the current repository, such as compressing file revisions (to reduce disk space and increase performance) and removing unreachable objects which may have been created from prior invocations of \fBgit\-add\fR(1). Users are encouraged to run this task on a regular basis within each repository to maintain good disk space utilization and good operating performance. +.SH "OPTIONS" +.TP +\-\-prune +Usually git\-gc packs refs, expires old reflog entries, packs loose objects, and removes old \fIrerere\fR records. Removal of unreferenced loose objects is an unsafe operation while other git operations are in progress, so it is not done by default. Pass this option if you want it, and only when you know nobody else is creating new objects in the repository at the same time (e.g. never use this option in a cron script). .SH "CONFIGURATION" The optional configuration variable \fIgc.reflogExpire\fR can be set to indicate how long historical entries within each branch's reflog should remain available in this repository. The setting is expressed as a length of time, for example \fI90 days\fR or \fI3 months\fR. It defaults to \fI90 days\fR. diff --git a/man1/git-prune.1 b/man1/git-prune.1 index 621f77ad2..49ffffcd5 100644 --- a/man1/git-prune.1 +++ b/man1/git-prune.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-PRUNE" "1" "01/21/2007" "" "" +.TH "GIT\-PRUNE" "1" "01/22/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-prune \- Prunes all unreachable objects from the object database .SH "SYNOPSIS" -\fIgit\-prune\fR [\-n] [\-\-grace=