Skip to content

Commit

Permalink
pack-objects documentation: reword "objects that appear in the standa…
Browse files Browse the repository at this point in the history
…rd input"

These were written back when we always read objects from the standard
input.  These days --revs and its friends can feed only the start and
end points and have the command internally enumerate the objects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 24, 2010
1 parent 21da426 commit 3909f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-pack-objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ base-name::

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

--local::
This flag causes an object that is borrowed from an alternate
object store to be ignored even if it appears in the standard
input.
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 3909f14

Please sign in to comment.