Skip to content

Commit

Permalink
Merge branch 'ne/pack-local-doc' into maint
Browse files Browse the repository at this point in the history
* ne/pack-local-doc:
  pack-objects documentation: Fix --honor-pack-keep as well.
  pack-objects documentation: reword "objects that appear in the standard input"
  Documentation: pack-objects: Clarify --local's semantics.
  • Loading branch information
Junio C Hamano committed Mar 8, 2010
2 parents 9194513 + 18879bc commit 162b464
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Documentation/git-pack-objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,17 @@ base-name::

--honor-pack-keep::
This flag causes an object already in a local pack that
has a .keep file to be ignored, even if it appears in the
standard input.
has a .keep file to be ignored, even if it it would have
otherwise been packed.

--incremental::
This flag causes an object already in a pack ignored
even if it appears in the standard input.
This flag causes an object already in a pack to be ignored
even if it would have otherwise been packed.

--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 would have otherwise been
packed.

--non-empty::
Only create a packed archive if it would contain at
Expand Down

0 comments on commit 162b464

Please sign in to comment.