Re: [PATCH] cat-file: Move assignment to the buffer declaration

2015-01-08 Thread Junio C Hamano
Alexander Kuleshov writes: > Subject: Re: [PATCH] cat-file: Move assignment to the buffer declaration "git shortlog" on recent history shows that it is conventional not to upcase the sentence after the ":" on titles. This line not just "declares" but "de

[PATCH] cat-file: Move assignment to the buffer declaration

2015-01-08 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov --- builtin/cat-file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/builtin/cat-file.c b/builtin/cat-file.c index f8d8129..840ace2 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -17,14 +17,13 @@ static int cat_one_file(int op