Skip to content

Commit 66a700e

Browse files
committed
docs: add hard break before --partial option description
1 parent d71f2b5 commit 66a700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ get::
4444
The 'ghq' gets the git repository recursively by default. +
4545
We can prevent it with '--no-recursive' option.
4646
With '--bare' option, a "bare clone" will be performed (for Git
47-
repositories only, 'git clone --bare ...' eg.).
47+
repositories only, 'git clone --bare ...' eg.). +
4848
With '--partial' option, a "partial clone" will be performed (for Git
4949
repositories only, in 'blobless' mode, 'git clone --filter=blob:none ...',
5050
in 'treeless' mode, 'git clone --filter=tree:0 ...' eg.).

0 commit comments

Comments
 (0)