Re: [PATCH 4/8] CodingGuidelines: give an example for control statements

2014-05-01 Thread Junio C Hamano
David Kastrup writes: >> - We do not write the noiseword "function" in front of shell > > s/noiseword/bashism/ That is outside the scope of this patch, but since you brought it up... I did consider between noiseword and bashism when I wrote this part, and decided against "bashism". XCU 2.4 "

Re: [PATCH 4/8] CodingGuidelines: give an example for control statements

2014-05-01 Thread David Kastrup
Junio C Hamano writes: > Signed-off-by: Junio C Hamano > --- > Documentation/CodingGuidelines | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines > index 1e0c4cf..d72e912 100644 > --- a/Documentation/CodingGuideli

Re: [PATCH 4/8] CodingGuidelines: give an example for control statements

2014-04-30 Thread Junio C Hamano
Stefan Beller writes: > On 30.04.2014 23:45, Junio C Hamano wrote: >> Signed-off-by: Junio C Hamano >> --- >> Documentation/CodingGuidelines | 11 +++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines >> index 1e0c4cf

Re: [PATCH 4/8] CodingGuidelines: give an example for control statements

2014-04-30 Thread Stefan Beller
On 30.04.2014 23:45, Junio C Hamano wrote: > Signed-off-by: Junio C Hamano > --- > Documentation/CodingGuidelines | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines > index 1e0c4cf..d72e912 100644 > --- a/Document