git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] Documentation: pack-objects: Clarify --local's semantics.
@ 2010-02-19  3:29 Nelson Elhage
  2010-02-19  5:44 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Nelson Elhage @ 2010-02-19  3:29 UTC (permalink / raw)
  To: gitster; +Cc: git, Nelson Elhage

The current documentation suggests that --local also ignores any
objects in local packs, which is incorrect. Change the language to be
clearer and more parallel to the other options that ignore objects.

While we're at it, fix a trivial error in --incremental's
documentation.

Signed-off-by: Nelson Elhage <nelhage@mit.edu>
---
 This is an unmodified resend of a patch I sent about a month ago
 which received no response.

 Documentation/git-pack-objects.txt |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index f54d433..d8e5686 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -117,14 +117,13 @@ base-name::
 	standard input.
 
 --incremental::
-	This flag causes an object already in a pack ignored
+	This flag causes an object already in a pack to be ignored
 	even if it appears in the standard input.
 
 --local::
-	This flag is similar to `--incremental`; instead of
-	ignoring all packed objects, it only ignores objects
-	that are packed and/or not in the local object store
-	(i.e. borrowed from an alternate).
+	This flag causes an object that is borrowed from an alternate
+	object store to be ignored even if it appears in the standard
+	input.
 
 --non-empty::
         Only create a packed archive if it would contain at
-- 
1.6.6.30.g1e6fd

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH resend] Documentation: pack-objects: Clarify --local's semantics.
  2010-02-19  3:29 [PATCH resend] Documentation: pack-objects: Clarify --local's semantics Nelson Elhage
@ 2010-02-19  5:44 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2010-02-19  5:44 UTC (permalink / raw)
  To: Nelson Elhage; +Cc: git

Nelson Elhage <nelhage@MIT.EDU> writes:

> diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
> index f54d433..d8e5686 100644
> --- a/Documentation/git-pack-objects.txt
> +++ b/Documentation/git-pack-objects.txt
> @@ -117,14 +117,13 @@ base-name::
> ...
>  --local::
> -	This flag is similar to `--incremental`; instead of
> -	ignoring all packed objects, it only ignores objects
> -	that are packed and/or not in the local object store
> -	(i.e. borrowed from an alternate).
> +	This flag causes an object that is borrowed from an alternate
> +	object store to be ignored even if it appears in the standard
> +	input.

Thanks.  Comments from "packing" experts?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-19  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-19  3:29 [PATCH resend] Documentation: pack-objects: Clarify --local's semantics Nelson Elhage
2010-02-19  5:44 ` Junio C Hamano

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).