From 39c5d070de473576bb04dc1dc60ae01614d6e117 Mon Sep 17 00:00:00 2001 From: Ray Shirohara Date: Tue, 11 Mar 2025 01:30:32 +0900 Subject: [PATCH] docs: add hard break before `--partial` option description --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ea885b2..7380a70 100644 --- a/README.adoc +++ b/README.adoc @@ -44,7 +44,7 @@ get:: The 'ghq' gets the git repository recursively by default. + We can prevent it with '--no-recursive' option. With '--bare' option, a "bare clone" will be performed (for Git - repositories only, 'git clone --bare ...' eg.). + repositories only, 'git clone --bare ...' eg.). + With '--partial' option, a "partial clone" will be performed (for Git repositories only, in 'blobless' mode, 'git clone --filter=blob:none ...', in 'treeless' mode, 'git clone --filter=tree:0 ...' eg.).