Re: [PATCH] sequencer: pass absolute GIT_DIR to exec commands

2017-11-01 Thread Johannes Schindelin
Hi Jake, On Tue, 31 Oct 2017, Jacob Keller wrote: > From: Jacob Keller > > When we replaced the old shell script based interactive rebase in > commmit 18633e1a22a6 ("rebase -i: use the rebase--helper builtin", > 2017-02-09) we introduced a regression of functionality in that the > GIT_DIR would

[PATCH] sequencer: pass absolute GIT_DIR to exec commands

2017-10-31 Thread Jacob Keller
From: Jacob Keller When we replaced the old shell script based interactive rebase in commmit 18633e1a22a6 ("rebase -i: use the rebase--helper builtin", 2017-02-09) we introduced a regression of functionality in that the GIT_DIR would be sent to the environment of the exec command as-is. This gen