]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dl/submodule-set-branch'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:56 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:56 +0000 (11:32 +0900)
Docfix.

* dl/submodule-set-branch:
  git-submodule.txt: fix AsciiDoc formatting error

Documentation/git-submodule.txt

index 0ed5c24dc1ce553d0b0ac90d49fcf161a3320474..1f46380af2d49360802dfa579d4b51b6e1fbaeda 100644 (file)
@@ -173,7 +173,8 @@ submodule with the `--init` option.
 If `--recursive` is specified, this command will recurse into the
 registered submodules, and update any nested submodules within.
 --
-set-branch ((-d|--default)|(-b|--branch <branch>)) [--] <path>::
+set-branch (-b|--branch) <branch> [--] <path>::
+set-branch (-d|--default) [--] <path>::
        Sets the default remote tracking branch for the submodule. The
        `--branch` option allows the remote branch to be specified. The
        `--default` option removes the submodule.<name>.branch configuration