From 2706d020a66feaa61100ebb010055ffe6502360f Mon Sep 17 00:00:00 2001 From: Hiroyuki Kuromiya <15026387+kromiii@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:42:49 +0900 Subject: [PATCH] Fix typo on README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5904e2e..a166062 100644 --- a/README.adoc +++ b/README.adoc @@ -39,7 +39,7 @@ get:: shallow-cloned repository cannot be pushed to remote. Currently Git and Mercurial repositories are supported. + With '--branch' option, you can clone the repository with specified - repository. This option is currently supported for Git, Mercurial, + branch. This option is currently supported for Git, Mercurial, Subversion and git-svn. + The 'ghq' gets the git repository recursively by default. + We can prevent it with '--no-recursive' option.