Re: [PATCH] Fix KeyError "fileSize" in verbose mode

2017-06-13 Thread Lars Schneider
> On 12 Jun 2017, at 19:11, Junio C Hamano wrote: > > Sergey Yurzin writes: > >> Subject: Re: [PATCH] Fix KeyError "fileSize" in verbose mode > > ... > >> git-p4.py | 7 +-- >> 1 file changed, 5 insertions(+), 2 deletions(-) &

Re: [PATCH] Fix KeyError "fileSize" in verbose mode

2017-06-12 Thread Junio C Hamano
Sergey Yurzin writes: > Subject: Re: [PATCH] Fix KeyError "fileSize" in verbose mode The convention around here is to think how a single change appears in "git shortlog --no-merges" output. The above commit title does not tell readers of "shortlog" what the

[PATCH] Fix KeyError "fileSize" in verbose mode

2017-06-12 Thread Sergey Yurzin
From: Sergei Iurzin --- git-p4.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/git-p4.py b/git-p4.py index 8d151da91b969..b3666eddf12e3 100755 --- a/git-p4.py +++ b/git-p4.py @@ -2523,8 +2523,11 @@ def streamOneP4File(self, file, contents): relPath = self.s