Skip to content

Commit 3909f14

Browse files
committed
pack-objects documentation: reword "objects that appear in the standard 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>
1 parent 21da426 commit 3909f14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/git-pack-objects.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ base-name::
120120

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

125125
--local::
126126
This flag causes an object that is borrowed from an alternate
127-
object store to be ignored even if it appears in the standard
128-
input.
127+
object store to be ignored even if it would have otherwise been
128+
packed.
129129

130130
--non-empty::
131131
Only create a packed archive if it would contain at

0 commit comments

Comments
 (0)