Re: [PATCH] doc: hint about GIT_DEBUGGER

2019-05-20 Thread Emily Shaffer
[snip] > > + - You can launch gdb around your program using the shorthand GIT_DEBUGGER. > > + Run `GIT_DEBUGGER=1 ./bin-wrappers/git foo` to simply use gdb as is, or > > + run `GIT_DEBUGGER=debugger-binary some-args ./bin-wrappers/git foo` to > > Missing some quotes around debugger-binary and

Re: [PATCH] doc: hint about GIT_DEBUGGER

2019-05-17 Thread Elijah Newren
Hi Emily, On Fri, May 17, 2019 at 3:40 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

[PATCH] doc: hint about GIT_DEBUGGER

2019-05-17 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). It looks like you can use GIT_DEBUGGER to