Re: [PATCH] git-request-pull: add --stat option

2014-04-24 Thread Junio C Hamano
Jiri Slaby writes: > Which is passed on to git diff. I very need this option instead of > changing the terminal size. > > Signed-off-by: Jiri Slaby > --- Interesting. I wonder if that suggests perhaps the default may be better if it were --stat=80 regardless of your terminal width. Oh, wait.

[PATCH] git-request-pull: add --stat option

2014-04-24 Thread Jiri Slaby
Which is passed on to git diff. I very need this option instead of changing the terminal size. Signed-off-by: Jiri Slaby --- git-request-pull.sh | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/git-request-pull.sh b/git-request-pull.sh index 5c1599752314..a23f03fddec0 1