Re: [PATCH v3] doc: hint about GIT_DEBUGGER in CodingGuidelines

2019-05-28 Thread Emily Shaffer
On Thu, May 23, 2019 at 06:09:17AM -0400, Eric Sunshine wrote: > On Wed, May 22, 2019 at 8:56 PM Emily Shaffer wrote: > > We check for a handy environment variable GIT_DEBUGGER when running via > > bin-wrappers/, but this feature is undocumented. Add a hint to how to > > use it into the CodingGuid

Re: [PATCH v3] doc: hint about GIT_DEBUGGER in CodingGuidelines

2019-05-23 Thread Eric Sunshine
On Wed, May 22, 2019 at 8:56 PM Emily Shaffer wrote: > We check for a handy environment variable GIT_DEBUGGER when running via > bin-wrappers/, but this feature is undocumented. Add a hint to how to > use it into the CodingGuidelines (which is where other useful > environment settings like DEVELOP

[PATCH v3] doc: hint about GIT_DEBUGGER in CodingGuidelines

2019-05-22 Thread Emily Shaffer
We check for a handy environment variable GIT_DEBUGGER when running via bin-wrappers/, but this feature is undocumented. Add a hint to how to use it into the CodingGuidelines (which is where other useful environment settings like DEVELOPER are documented). You can use GIT_DEBUGGER to pick gdb by d