All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bugreport: collect shell settings
@ 2020-05-12 23:42 Emily Shaffer
  2020-05-12 23:42 ` [PATCH 1/2] help: add shell-path to --build-options Emily Shaffer
  2020-05-12 23:42 ` [PATCH 2/2] bugreport: include user interactive shell Emily Shaffer
  0 siblings, 2 replies; 7+ messages in thread
From: Emily Shaffer @ 2020-05-12 23:42 UTC (permalink / raw)
  To: git; +Cc: Emily Shaffer

Note: To avoid merge conflicts, this is based on
es/bugreport-with-hooks. It doesn't rely on any of the content in that
patch and the conflicts would be straightforward to resolve, but they
would be annoying. (If that's not the right way to go about something
like this, let me know - I've got a handful more bugreport topics to go
after this one.)

The first patch in the series captures the shell we use during build
(e.g. to run GIT-VERSION-GEN) and the second patch captures the user
shell at runtime.

 - Emily

Emily Shaffer (2):
  help: add shell-path to --build-options
  bugreport: include user interactive shell

 Documentation/git-bugreport.txt | 1 +
 bugreport.c                     | 6 ++++++
 help.c                          | 1 +
 3 files changed, 8 insertions(+)

-- 
2.26.2.645.ge9eca65c58-goog


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

end of thread, other threads:[~2020-05-13 18:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 23:42 [PATCH 0/2] bugreport: collect shell settings Emily Shaffer
2020-05-12 23:42 ` [PATCH 1/2] help: add shell-path to --build-options Emily Shaffer
2020-05-12 23:59   ` brian m. carlson
2020-05-13  5:02     ` Junio C Hamano
2020-05-13  5:10       ` Eric Sunshine
2020-05-13 18:45         ` Emily Shaffer
2020-05-12 23:42 ` [PATCH 2/2] bugreport: include user interactive shell Emily Shaffer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.