Re: [PATCH v2 0/3] fix "v"iew subcommand in "git am -i"

2016-02-17 Thread Jeff King
On Wed, Feb 17, 2016 at 11:15:13AM -0800, Junio C Hamano wrote: > So the first patch in this series factors out a helper function to > let the caller run the pager the right way. They make the third > patch to fix the breakage in "am" trivial. Compared to v1, the > helper was much simplified wit

[PATCH v2 0/3] fix "v"iew subcommand in "git am -i"

2016-02-17 Thread Junio C Hamano
The 'v'iew subcommand of the interactive mode of "git am -i" was broken by the rewrite to C we did at around 2.6.0 timeframe at 7ff26832 (builtin-am: implement -i/--interactive, 2015-08-04); we used to spawn the pager via the shell, accepting things like PAGER='less -S' in the environment