Merge branch 'fc/branch-upstream-color'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:24 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:24 +0000 (13:31 -0700)
Add more colors to "git branch -vv" output.

* fc/branch-upstream-color:
branch: colour upstream branches

1  2 
Documentation/config.txt
diff --combined Documentation/config.txt
index 21d4447cb4fe38037da6d0406edd7a56890c9745,426d02c9a0d5fbb543b7789ad32979a1919ab2c2..29559c88af2e5cc2aeffdc29626b6710446bc10f
@@@ -807,7 -807,8 +807,8 @@@ color.branch:
  color.branch.<slot>::
        Use customized color for branch coloration. `<slot>` is one of
        `current` (the current branch), `local` (a local branch),
-       `remote` (a remote-tracking branch in refs/remotes/), `plain` (other
+       `remote` (a remote-tracking branch in refs/remotes/),
+       `upstream` (upstream tracking branch), `plain` (other
        refs).
  +
  The value for these configuration variables is a list of colors (at most
@@@ -1109,11 -1110,6 +1110,11 @@@ format.signoff:
      the rights to submit this work under the same open source license.
      Please see the 'SubmittingPatches' document for further discussion.
  
 +format.coverLetter::
 +      A boolean that controls whether to generate a cover-letter when
 +      format-patch is invoked, but in addition can be set to "auto", to
 +      generate a cover-letter only when there's more than one patch.
 +
  filter.<driver>.clean::
        The command which is used to convert the content of a worktree
        file to a blob upon checkin.  See linkgit:gitattributes[5] for
@@@ -1465,14 -1461,6 +1466,14 @@@ http.sslCAPath:
        with when fetching or pushing over HTTPS. Can be overridden
        by the 'GIT_SSL_CAPATH' environment variable.
  
 +http.sslTry::
 +      Attempt to use AUTH SSL/TLS and encrypted data transfers
 +      when connecting via regular FTP protocol. This might be needed
 +      if the FTP server requires it for security reasons or you wish
 +      to connect securely whenever remote FTP server supports it.
 +      Default is false since it might trigger certificate verification
 +      errors on misconfigured servers.
 +
  http.maxRequests::
        How many HTTP requests to launch in parallel. Can be overridden
        by the 'GIT_HTTP_MAX_REQUESTS' environment variable. Default is 5.
@@@ -2029,7 -2017,6 +2030,7 @@@ sendemail.<identity>.*:
  
  sendemail.aliasesfile::
  sendemail.aliasfiletype::
 +sendemail.annotate::
  sendemail.bcc::
  sendemail.cc::
  sendemail.cccmd::