git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v7] Partial clone part 1: object filtering
@ 2017-12-14 21:19 Jeff Hostetler
  2017-12-14 21:19 ` [PATCH v7] fixup: rev-list-options text Jeff Hostetler
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Hostetler @ 2017-12-14 21:19 UTC (permalink / raw)
  To: git; +Cc: gitster, peff, jonathantanmy, Jeff Hostetler

From: Jeff Hostetler <jeffhost@microsoft.com>

Here is V7 of the list-object filtering, rev-list, and pack-objects.

This is an incremental patch series to be applied on top of the V6
incremental patch which is already in 'next'.

This version fixes some formatting of the help text as suggested
by Christian.

Jeff Hostetler (1):
  fixup: rev-list-options text

 Documentation/rev-list-options.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.9.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v7] fixup: rev-list-options text
  2017-12-14 21:19 [PATCH v7] Partial clone part 1: object filtering Jeff Hostetler
@ 2017-12-14 21:19 ` Jeff Hostetler
  2017-12-14 21:36   ` Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Hostetler @ 2017-12-14 21:19 UTC (permalink / raw)
  To: git; +Cc: gitster, peff, jonathantanmy, Jeff Hostetler

From: Jeff Hostetler <jeffhost@microsoft.com>

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
---
 Documentation/rev-list-options.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 8d8b7f4..b7237b9 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -714,9 +714,9 @@ ifdef::git-rev-list[]
 +
 The form '--filter=blob:none' omits all blobs.
 +
-The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes
-or units.  n may be zero.  The suffixes k, m, and g can be used to name
-units in KiB, MiB, or GiB.  For example, 'blob:limit=1k' is the same
+The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes or
+units.  '<n>' may be zero.  The suffixes 'k', 'm', and 'g' can be used to
+name units in KiB, MiB, or GiB.  For example, 'blob:limit=1k' is the same
 as 'blob:limit=1024'.
 +
 The form '--filter=sparse:oid=<blob-ish>' uses a sparse-checkout
@@ -725,7 +725,7 @@ to omit blobs that would not be not required for a sparse checkout on
 the requested refs.
 +
 The form '--filter=sparse:path=<path>' similarly uses a sparse-checkout
-specification contained in <path>.
+specification contained in '<path>'.
 
 --no-filter::
 	Turn off any previous `--filter=` argument.
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v7] fixup: rev-list-options text
  2017-12-14 21:19 ` [PATCH v7] fixup: rev-list-options text Jeff Hostetler
@ 2017-12-14 21:36   ` Christian Couder
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2017-12-14 21:36 UTC (permalink / raw)
  To: Jeff Hostetler
  Cc: git, Junio C Hamano, Jeff King, Jonathan Tan, Jeff Hostetler

On Thu, Dec 14, 2017 at 10:19 PM, Jeff Hostetler <git@jeffhostetler.com> wrote:

> --- a/Documentation/rev-list-options.txt
> +++ b/Documentation/rev-list-options.txt
> @@ -714,9 +714,9 @@ ifdef::git-rev-list[]
>  +
>  The form '--filter=blob:none' omits all blobs.
>  +
> -The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes
> -or units.  n may be zero.  The suffixes k, m, and g can be used to name
> -units in KiB, MiB, or GiB.  For example, 'blob:limit=1k' is the same
> +The form '--filter=blob:limit=<n>[kmg]' omits blobs larger than n bytes or

While at it maybe: s/than n bytes/than '<n>[kmg]' bytes/

> +units.  '<n>' may be zero.  The suffixes 'k', 'm', and 'g' can be used to
> +name units in KiB, MiB, or GiB.  For example, 'blob:limit=1k' is the same
>  as 'blob:limit=1024'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-14 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 21:19 [PATCH v7] Partial clone part 1: object filtering Jeff Hostetler
2017-12-14 21:19 ` [PATCH v7] fixup: rev-list-options text Jeff Hostetler
2017-12-14 21:36   ` Christian Couder

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).