Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-27 Thread Dylan Baker
Quoting Emil Velikov (2018-04-27 06:12:41) > On 26 April 2018 at 19:06, Dylan Baker wrote: > > Quoting Emil Velikov (2018-04-26 11:04:01) > >> On 26 April 2018 at 18:45, Dylan Baker wrote: > >> > I have pretty default to short, which breaks this script. > >> > > >> Out of curiosity: why would you

Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-27 Thread Emil Velikov
On 26 April 2018 at 19:06, Dylan Baker wrote: > Quoting Emil Velikov (2018-04-26 11:04:01) >> On 26 April 2018 at 18:45, Dylan Baker wrote: >> > I have pretty default to short, which breaks this script. >> > >> Out of curiosity: why would you do this to yourself ;-) > > Because I use tig, so all

Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-27 Thread Andres Gomez
As said by Emil, this may be the case in some others scripts. In any case, this is: Reviewed-by: Andres Gomez On Thu, 2018-04-26 at 10:45 -0700, Dylan Baker wrote: > I have pretty default to short, which breaks this script. > > cc: Emil Velikov > cc: Andres Gomez > cc: Juan A. Suarez > Sign

Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-27 Thread Andres Gomez
On Thu, 2018-04-26 at 11:06 -0700, Dylan Baker wrote: > Quoting Emil Velikov (2018-04-26 11:04:01) > > On 26 April 2018 at 18:45, Dylan Baker wrote: > > > I have pretty default to short, which breaks this script. > > > > > > > Out of curiosity: why would you do this to yourself ;-) > > Because

Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-26 Thread Dylan Baker
Quoting Emil Velikov (2018-04-26 11:04:01) > On 26 April 2018 at 18:45, Dylan Baker wrote: > > I have pretty default to short, which breaks this script. > > > Out of curiosity: why would you do this to yourself ;-) Because I use tig, so all I have to do is press enter to see the entire commit, lo

Re: [Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-26 Thread Emil Velikov
On 26 April 2018 at 18:45, Dylan Baker wrote: > I have pretty default to short, which breaks this script. > Out of curiosity: why would you do this to yourself ;-) > cc: Emil Velikov > cc: Andres Gomez > cc: Juan A. Suarez > Signed-off-by: Dylan Baker > --- > bin/get-fixes-pick-list.sh | 2 +

[Mesa-dev] [PATCH] bin: force git show to use default pretty setting

2018-04-26 Thread Dylan Baker
I have pretty default to short, which breaks this script. cc: Emil Velikov cc: Andres Gomez cc: Juan A. Suarez Signed-off-by: Dylan Baker --- bin/get-fixes-pick-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-fixes-pick-list.sh b/bin/get-fixes-pick-list.sh