Merge branch 'ma/mailing-list-address-in-git-help' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:58:02 +0000 (22:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:58:02 +0000 (22:58 +0900)
Doc update.

* ma/mailing-list-address-in-git-help:
git doc: direct bug reporters to mailing list archive

1  2 
Documentation/git.txt
diff --combined Documentation/git.txt
index 74a9d7edb45815a55fcc1e5c13cd78141b1d4190,b556f989f194e0bc9ca2fe104721b81fdec85870..8e6a92e8ba64b64e663f96f4946f06af36e92759
@@@ -599,8 -599,8 +599,8 @@@ trace messages into this file descripto
  +
  Alternatively, if the variable is set to an absolute path
  (starting with a '/' character), Git will interpret this
 -as a file path and will try to write the trace messages
 -into it.
 +as a file path and will try to append the trace messages
 +to it.
  +
  Unsetting the variable, or setting it to empty, "0" or
  "false" (case insensitive) disables trace messages.
@@@ -858,7 -858,9 +858,9 @@@ Reporting Bug
  
  Report bugs to the Git mailing list <git@vger.kernel.org> where the
  development and maintenance is primarily done.  You do not have to be
- subscribed to the list to send a message there.
+ subscribed to the list to send a message there.  See the list archive
+ at https://public-inbox.org/git for previous bug reports and other
+ discussions.
  
  Issues which are security relevant should be disclosed privately to
  the Git Security mailing list <git-security@googlegroups.com>.