docs: add hard break before --partial option description

This commit is contained in:
Ray Shirohara 2025-03-11 01:30:32 +09:00
parent 80c4db33fd
commit 39c5d070de
No known key found for this signature in database
GPG key ID: A0ED68AB35B8627F

View file

@ -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.).