Autogenerated manpages for v1.5.3.1-40-g6972
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 10 Sep 2007 08:11:33 +0000 (08:11 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 10 Sep 2007 08:11:33 +0000 (08:11 +0000)
man1/git-pack-objects.1
man5/gitattributes.5

index 51d7463ad4378d1deda713777cb43756d7207714..c52a58df50d0b5120e9f1892fee3bccf50777e4d 100644 (file)
@@ -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\-OBJECTS" "1" "07/19/2007" "Git 1.5.3.rc2.19.gc4fba" "Git Manual"
+.TH "GIT\-PACK\-OBJECTS" "1" "09/10/2007" "Git 1.5.3.1.40.g6972" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -77,7 +77,7 @@ When creating a packed archive in a repository that has existing packs, the comm
 This flag tells the command not to reuse existing object data at all, including non deltified object, forcing recompression of everything. This implies \-\-no\-reuse\-delta. Useful only in the obscure case where wholesale enforcement of a different compression level on the packed data is desired.
 .TP
 \-\-compression=[N]
-Specifies compression level for newly\-compressed data in the generated pack. If not specified, pack compression level is determined first by pack.compression, then by core.compression, and defaults to \-1, the zlib default, if neither is set. Data copied from loose objects will be recompressed if core.legacyheaders was true when they were created or if the loose compression level (see core.loosecompression and core.compression) is now a different value than the pack compression level. Add \-\-no\-reuse\-object if you want to force a uniform compression level on all data no matter the source.
+Specifies compression level for newly\-compressed data in the generated pack. If not specified, pack compression level is determined first by pack.compression, then by core.compression, and defaults to \-1, the zlib default, if neither is set. Add \-\-no\-reuse\-object if you want to force a uniform compression level on all data no matter the source.
 .TP
 \-\-delta\-base\-offset
 A packed archive can express base object of a delta as either 20\-byte object name or as an offset in the stream, but older version of git does not understand the latter. By default, git\-pack\-objects only uses the former format for better compatibility. This option allows the command to use the latter format for compactness. Depending on the average delta chain length, this option typically shrinks the resulting packfile by 3\-5 per\-cent.
index a281bd40ea8e7699e9d7be435d320f9d2a15c3ef..acf483bbf0997fc74020c22f0ee29b8f7b26407b 100644 (file)
@@ -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 "GITATTRIBUTES" "5" "08/25/2007" "Git 1.5.3.rc6.23.g0058" "Git Manual"
+.TH "GITATTRIBUTES" "5" "09/10/2007" "Git 1.5.3.1.40.g6972" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -279,6 +279,16 @@ frotz   unspecified
 .ft
 
 .fi
+.SS "Creating an archive"
+.sp
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+\fBexport\-subst\fR
+.RS 3
+If the attribute export\-subst is set for a file then git will expand several placeholders when adding this file to an archive. The expansion depends on the availability of a commit ID, i.e. if \fBgit\-archive\fR(1) has been given a tree instead of a commit or a tag then no replacement will be done. The placeholders are the same as those for the option \-\-pretty=format: of \fBgit\-log\fR(1), except that they need to be wrapped like this: $Format:PLACEHOLDERS$ in the file. E.g. the string $Format:%H$ will be replaced by the commit hash.
+.RE
 .SH "GIT"
 Part of the \fBgit\fR(7) suite