Merge branch 'po/doc-branch'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:34 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:34 +0000 (15:25 -0700)
Doc update.

* po/doc-branch:
doc branch: provide examples for listing remote tracking branches

1  2 
Documentation/git-branch.txt
builtin/branch.c
index 7c8fa3b64faff1c405927f0181fc079d8cb5d2e5,c57f6a15c6cbea10b842172370be4456fbd09b5d..16e14c62827f66afca2690a3be2cf1b69c69afd3
@@@ -8,8 -8,8 +8,8 @@@ git-branch - List, create, or delete br
  SYNOPSIS
  --------
  [verse]
- 'git branch' [--color[=<when>] | --no-color] [-r | -a]
-       [--list] [--show-current] [-v [--abbrev=<length> | --no-abbrev]]
 -'git branch' [--color[=<when>] | --no-color]
++'git branch' [--color[=<when>] | --no-color] [--show-current]
+       [-v [--abbrev=<length> | --no-abbrev]]
        [--column[=<options>] | --no-column] [--sort=<key>]
        [(--merged | --no-merged) [<commit>]]
        [--contains [<commit]] [--no-contains [<commit>]]
@@@ -26,15 -28,17 +28,19 @@@ DESCRIPTIO
  -----------
  
  If `--list` is given, or if there are no non-option arguments, existing
 -branches are listed; the current branch will be highlighted with an
 -asterisk.  Option `-r` causes the remote-tracking branches to be listed,
 +branches are listed; the current branch will be highlighted in green and
 +marked with an asterisk.  Any branches checked out in linked worktrees will
 +be highlighted in cyan and marked with a plus sign. Option `-r` causes the
 +remote-tracking branches to be listed,
- and option `-a` shows both local and remote branches. If a `<pattern>`
+ and option `-a` shows both local and remote branches.
+ If a `<pattern>`
  is given, it is used as a shell wildcard to restrict the output to
  matching branches. If multiple patterns are given, a branch is shown if
- it matches any of the patterns.  Note that when providing a
- `<pattern>`, you must use `--list`; otherwise the command is interpreted
+ it matches any of the patterns.
+ Note that when providing a
+ `<pattern>`, you must use `--list`; otherwise the command may be interpreted
  as branch creation.
  
  With `--contains`, shows only the branches that contain the named commit
Simple merge