git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/2] bugreport: report configs from safelist
@ 2020-06-24  1:28 Emily Shaffer
  2020-06-24  1:28 ` [PATCH 1/2] bugreport: generate config safelist based on docs Emily Shaffer
  2020-06-24  1:28 ` [PATCH 2/2] bugreport: add config values from safelist Emily Shaffer
  0 siblings, 2 replies; 5+ messages in thread
From: Emily Shaffer @ 2020-06-24  1:28 UTC (permalink / raw)
  To: git; +Cc: Emily Shaffer

Some configs are useful to know when trying to diagnose or reproduce an
issue. However, other configs are sensitive and should not be shared
with others. Finally, many tools which wrap or augment Git also use
Git's config system, and so may store sensitive information which Git
is not aware of. Therefore, it makes sense for git-bugreport to gather
configs which Git developers have decided are safe and useful - a
safelist - but no other configs which the user may have. This list of
safe configs can be expanded over time and is generated from
documentation.

This series is based on 'master' but was cherry-picked from quite some
time ago, so it's possible there's some anachronism I missed reviewing
it myself :)

 - Emily

Emily Shaffer (2):
  bugreport: generate config safelist based on docs
  bugreport: add config values from safelist

 .gitignore                              |  1 +
 Documentation/asciidoc.conf             |  9 ++++
 Documentation/asciidoctor-extensions.rb |  7 ++++
 Documentation/config/sendemail.txt      | 56 ++++++++++++-------------
 Documentation/git-bugreport.txt         |  1 +
 Makefile                                |  9 ++++
 bugreport.c                             | 28 +++++++++++++
 generate-bugreport-config-safelist.sh   | 18 ++++++++
 8 files changed, 101 insertions(+), 28 deletions(-)
 create mode 100755 generate-bugreport-config-safelist.sh

-- 
2.27.0.111.gc72c7da667-goog


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-24 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24  1:28 [PATCH 0/2] bugreport: report configs from safelist Emily Shaffer
2020-06-24  1:28 ` [PATCH 1/2] bugreport: generate config safelist based on docs Emily Shaffer
2020-06-24  4:35   ` Junio C Hamano
2020-06-24 18:37     ` Emily Shaffer
2020-06-24  1:28 ` [PATCH 2/2] bugreport: add config values from safelist Emily Shaffer

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).