Re: [PATCH 08/18] Explicitely assign local variable as undef and make a proper one-instruction-by- line indentation

2013-06-07 Thread Matthieu Moy
Célestin Matte celestin.ma...@ensimag.fr writes:

 Subject: [PATCH 08/18] Explicitely assign local variable as undef and make a 
 proper one-instruction-by- line indentation

Try to keep short subject lines. We usually consider that 80 character
is a strict maximum, and to have e.g. git log --oneline's output fit
on 80 column terminal, we try to stick to 50 chars (man git-commit
documents that).

The subject line can say what the patch does, and the why can be
deferred to the body (after the blank line in the commit message).

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 08/18] Explicitely assign local variable as undef and make a proper one-instruction-by- line indentation

2013-06-06 Thread Eric Sunshine
On Thu, Jun 6, 2013 at 3:34 PM, Célestin Matte
celestin.ma...@ensimag.fr wrote:
 [PATCH 08/18] Explicitely assign local variable as undef and make a proper 
 one-instruction-by- line indentation

s/Explicitely/Explicitly/
s/by- /by-/

 Signed-off-by: Célestin Matte celestin.ma...@ensimag.fr
 Signed-off-by: Matthieu Moy matthieu@grenoble-inp.fr
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html