From: Junio C Hamano Date: Fri, 26 Jan 2007 09:45:00 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc2-g8a816 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9730e7169b20acd5fc5cef2da01066441842006;p=git.git Autogenerated man pages for v1.5.0-rc2-g8a816 --- diff --git a/man1/git-pack-refs.1 b/man1/git-pack-refs.1 index a0f67e4a1..0d4171bc2 100644 --- a/man1/git-pack-refs.1 +++ b/man1/git-pack-refs.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\-PACK\-REFS" "1" "01/09/2007" "" "" +.TH "GIT\-PACK\-REFS" "1" "01/26/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -17,10 +17,12 @@ Traditionally, tips of branches and tags (collectively known as \fIrefs\fR) were This command is used to solve the storage and performance problem by stashing the refs in a single file, $GIT_DIR/packed\-refs. When a ref is missing from the traditional $GIT_DIR/refs hierarchy, it is looked up in this file and used if found. Subsequent updates to branches always creates new file under $GIT_DIR/refs hierarchy. + +A recommended practice to deal with a repository with too many refs is to pack its refs with \-\-all \-\-prune once, and occasionally run git\-pack\-refs \-\-prune. Tags are by definition stationary and are not expected to change. Branch heads will be packed with the initial pack\-refs \-\-all, but only the currently active branch heads will become unpacked, and next pack\-refs (without \-\-all) will leave them unpacked. .SH "OPTIONS" .TP \-\-all -The command by default packs all tags and leaves branch tips alone. This is because branches are expected to be actively developed and packing their tips does not help performance. This option causes branch tips to be packed as well. Useful for a repository with many branches of historical interests. +The command by default packs all tags and refs that are already packed, and leaves other refs alone. This is because branches are expected to be actively developed and packing their tips does not help performance. This option causes branch tips to be packed as well. Useful for a repository with many branches of historical interests. .TP \-\-no\-prune The command usually removes loose refs under $GIT_DIR/refs hierarchy after packing them. This option tells it not to. diff --git a/man7/git.7 b/man7/git.7 index eaf584870..a54daab46 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -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" "7" "01/25/2007" "" "" +.TH "GIT" "7" "01/26/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)