Autogenerated manpages for v1.5.3.2-91-g4f337
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 24 Sep 2007 01:05:38 +0000 (01:05 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 24 Sep 2007 01:05:38 +0000 (01:05 +0000)
man1/git-lost-found.1
man1/git-pack-objects.1
man1/git-prune-packed.1

index 9d7c754ce866eebeda983215f32b5c2db127c4da..70b429091ccda74ef6d03197aa58003af319dbf5 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\-LOST\-FOUND" "1" "07/19/2007" "Git 1.5.3.rc2.19.gc4fba" "Git Manual"
+.TH "GIT\-LOST\-FOUND" "1" "09/24/2007" "Git 1.5.3.2.91.g4f337" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -57,7 +57,7 @@ $ git rev\-parse not\-lost\-anymore
 
 .fi
 .SH "AUTHOR"
-Written by Junio C Hamano 濱野 純 <junkio@cox.net>
+Written by Junio C Hamano <gitster@pobox.com>
 .SH "DOCUMENTATION"
 Documentation by Junio C Hamano and the git\-list <git@vger.kernel.org>.
 .SH "GIT"
index fdc237615ec8a027c478abd43f225299c9ae3203..469199d93311ae1bae3514ac6fe58a6f9fd14dd9 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" "09/15/2007" "Git 1.5.3.1.91.gd3392" "Git Manual"
+.TH "GIT\-PACK\-OBJECTS" "1" "09/24/2007" "Git 1.5.3.2.91.g4f337" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -21,10 +21,10 @@ Reads list of objects from the standard input, and writes a packed archive with
 
 A packed archive is an efficient way to transfer set of objects between two repositories, and also is an archival format which is efficient to access. The packed archive format (.pack) is designed to be unpackable without having anything else, but for random access, accompanied with the pack index file (.idx).
 
-\fIgit\-unpack\-objects\fR command can read the packed archive and expand the objects contained in the pack into "one\-file one\-object" format; this is typically done by the smart\-pull commands when a pack is created on\-the\-fly for efficient network transport by their peers.
-
 Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES) enables git to read from such an archive.
 
+\fIgit\-unpack\-objects\fR command can read the packed archive and expand the objects contained in the pack into "one\-file one\-object" format; this is typically done by the smart\-pull commands when a pack is created on\-the\-fly for efficient network transport by their peers.
+
 In a packed archive, an object is either stored as a compressed whole, or as a difference from some other object. The latter is often called a delta.
 .SH "OPTIONS"
 .TP
index 44e25cd1553acb1078613e2b8e28c7699d26a4db..eb6fc60e13fde39dfaf26d0bbf9a053675052ad8 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\-PRUNE\-PACKED" "1" "07/19/2007" "Git 1.5.3.rc2.19.gc4fba" "Git Manual"
+.TH "GIT\-PRUNE\-PACKED" "1" "09/24/2007" "Git 1.5.3.2.91.g4f337" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -12,7 +12,7 @@ git\-prune\-packed \- Remove extra objects that are already in pack files
 .SH "SYNOPSIS"
 \fIgit\-prune\-packed\fR [\-n] [\-q]
 .SH "DESCRIPTION"
-This program search the $GIT_OBJECT_DIR for all objects that currently exist in a pack file as well as the independent object directories.
+This program searches the $GIT_OBJECT_DIR for all objects that currently exist in a pack file as well as the independent object directories.
 
 All such extra objects are removed.