* [PATCH] git-pack-objects.txt: Make wording slightly less ambiguous
@ 2008-04-05 19:46 Peter Eriksen
2008-04-06 4:35 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Peter Eriksen @ 2008-04-05 19:46 UTC (permalink / raw)
To: git
It is a bit confusing on first read, that
"The packed archive format (.pack) is designed
to be unpackable..."
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
---
Documentation/git-pack-objects.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index eed0a94..3a1be08 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -22,8 +22,9 @@ archive with specified base-name, or to the standard output.
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).
+designed to be self contained so that it can be unpacked without
+any further information, but for fast, random access to the objects
+in the pack, a pack index file (.idx) will be generated.
Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or
any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)
--
1.5.5-rc3.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] git-pack-objects.txt: Make wording slightly less ambiguous
2008-04-05 19:46 [PATCH] git-pack-objects.txt: Make wording slightly less ambiguous Peter Eriksen
@ 2008-04-06 4:35 ` Shawn O. Pearce
0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2008-04-06 4:35 UTC (permalink / raw)
To: Peter Eriksen; +Cc: git
Peter Eriksen <s022018@student.dtu.dk> wrote:
> It is a bit confusing on first read, that
>
> "The packed archive format (.pack) is designed
> to be unpackable..."
>
> Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Yea, this is a good improvement in readability. I can't even
make sense out of the old language, and I know how this works.
:-)
> diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
> index eed0a94..3a1be08 100644
> --- a/Documentation/git-pack-objects.txt
> +++ b/Documentation/git-pack-objects.txt
> @@ -22,8 +22,9 @@ archive with specified base-name, or to the standard output.
> 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).
> +designed to be self contained so that it can be unpacked without
> +any further information, but for fast, random access to the objects
> +in the pack, a pack index file (.idx) will be generated.
>
> Placing both in the pack/ subdirectory of $GIT_OBJECT_DIRECTORY (or
> any of the directories on $GIT_ALTERNATE_OBJECT_DIRECTORIES)
--
Shawn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-06 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-05 19:46 [PATCH] git-pack-objects.txt: Make wording slightly less ambiguous Peter Eriksen
2008-04-06 4:35 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).