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 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"

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 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 > Signed-off-by: Matthieu Moy -- To unsu

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

2013-06-06 Thread Célestin Matte
Signed-off-by: Célestin Matte Signed-off-by: Matthieu Moy --- contrib/mw-to-git/git-remote-mediawiki.perl |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/mw-to-git/git-remote-mediawiki.perl b/contrib/mw-to-git/git-remote-mediawiki.perl index 7fbc998..ae6dd2e 1