diff options
author | Nelson Elhage <nelhage@MIT.EDU> | 2010-02-24 19:11:23 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-24 19:10:22 -0800 |
commit | 18879bc52668123d75f0e03e27d5e731bf9b40ee (patch) | |
tree | b189e80d76856e809e75d0a8a304d7cda6662a77 /Documentation/git-pack-objects.txt | |
parent | pack-objects documentation: reword "objects that appear in the standard input" (diff) | |
download | tgif-18879bc52668123d75f0e03e27d5e731bf9b40ee.tar.xz |
pack-objects documentation: Fix --honor-pack-keep as well.
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r-- | Documentation/git-pack-objects.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 1deaa6501e..8ed09c0b3c 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -115,8 +115,8 @@ 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 to be ignored |