From 16ca8e9ad4d9d92830b3279003e142801daf54a4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 24 Sep 2007 01:05:38 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.3.2-91-g4f337 --- man1/git-lost-found.1 | 4 ++-- man1/git-pack-objects.1 | 6 +++--- man1/git-prune-packed.1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man1/git-lost-found.1 b/man1/git-lost-found.1 index 9d7c754ce..70b429091 100644 --- a/man1/git-lost-found.1 +++ b/man1/git-lost-found.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\-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 濱野 純 +Written by Junio C Hamano .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" diff --git a/man1/git-pack-objects.1 b/man1/git-pack-objects.1 index fdc237615..469199d93 100644 --- a/man1/git-pack-objects.1 +++ b/man1/git-pack-objects.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\-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 diff --git a/man1/git-prune-packed.1 b/man1/git-prune-packed.1 index 44e25cd15..eb6fc60e1 100644 --- a/man1/git-prune-packed.1 +++ b/man1/git-prune-packed.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\-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. -- 2.26.2