зеркало из https://github.com/microsoft/git.git
Documentation: pack-objects: Clarify --local's semantics.
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> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
b39c3612eb
Коммит
21da426214
|
@ -119,14 +119,13 @@ base-name::
|
||||||
standard input.
|
standard input.
|
||||||
|
|
||||||
--incremental::
|
--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.
|
even if it appears in the standard input.
|
||||||
|
|
||||||
--local::
|
--local::
|
||||||
This flag is similar to `--incremental`; instead of
|
This flag causes an object that is borrowed from an alternate
|
||||||
ignoring all packed objects, it only ignores objects
|
object store to be ignored even if it appears in the standard
|
||||||
that are packed and/or not in the local object store
|
input.
|
||||||
(i.e. borrowed from an alternate).
|
|
||||||
|
|
||||||
--non-empty::
|
--non-empty::
|
||||||
Only create a packed archive if it would contain at
|
Only create a packed archive if it would contain at
|
||||||
|
|
Загрузка…
Ссылка в новой задаче