Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Junio C Hamano
Thomas Rast writes: > Heiko Voigt writes: > >> On Sun, May 12, 2013 at 02:19:34PM -0700, Junio C Hamano wrote: >>> Heiko Voigt writes: >>> >>> > Signed-off-by: Heiko Voigt >>> > Signed-off-by: Jonathan Nieder >>> > Signed-off-by: Jens Lehmann >>> > Signed-off-by: Thomas Rast >>> > Signed-o

Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Thomas Rast
Heiko Voigt writes: > On Sun, May 12, 2013 at 02:19:34PM -0700, Junio C Hamano wrote: >> Heiko Voigt writes: >> >> > Signed-off-by: Heiko Voigt >> > Signed-off-by: Jonathan Nieder >> > Signed-off-by: Jens Lehmann >> > Signed-off-by: Thomas Rast >> > Signed-off-by: Johan Herland >> >> So t

Re: Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Duy Nguyen
On Mon, May 13, 2013 at 8:30 PM, Heiko Voigt wrote: >> > + if (impolite_counter > 10) >> > + die("Error: Learn some manners, say please some time!"); >> > + if (polite_counter > 10) >> > + die("Error: Too many please! I don't believe you."); >> >> NAK. If we

Re: Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Heiko Voigt
Hi, On Sun, May 12, 2013 at 02:19:34PM -0700, Junio C Hamano wrote: > Heiko Voigt writes: > > > Since ages we do not care about our program enough. Lets not treat them > > as slaves anymore and say please. > > > > Signed-off-by: Heiko Voigt > > Signed-off-by: Jonathan Nieder > > Signed-off-by:

Re: Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Heiko Voigt
On Sun, May 12, 2013 at 05:23:15PM +0700, Duy Nguyen wrote: > On Sun, May 12, 2013 at 3:20 AM, Heiko Voigt wrote: > > Since ages we do not care about our program enough. Lets not treat them > > as slaves anymore and say please. > > > > Signed-off-by: Heiko Voigt > > Signed-off-by: Jonathan Nieder

Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-12 Thread Junio C Hamano
Heiko Voigt writes: > Since ages we do not care about our program enough. Lets not treat them > as slaves anymore and say please. > > Signed-off-by: Heiko Voigt > Signed-off-by: Jonathan Nieder > Signed-off-by: Jens Lehmann > Signed-off-by: Thomas Rast > Signed-off-by: Johan Herland So thes

Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-12 Thread Duy Nguyen
On Sun, May 12, 2013 at 3:20 AM, Heiko Voigt wrote: > Since ages we do not care about our program enough. Lets not treat them > as slaves anymore and say please. > > Signed-off-by: Heiko Voigt > Signed-off-by: Jonathan Nieder > Signed-off-by: Jens Lehmann > Signed-off-by: Thomas Rast > Signed-

Re: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-12 Thread Ramkumar Ramachandra
Heiko Voigt wrote: > Since ages we do not care about our program enough. Lets not treat them > as slaves anymore and say please. > 9 files changed, 90 insertions(+), 23 deletions(-) Um, why such an elaborate joke? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a

[PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-12 Thread Heiko Voigt
Since ages we do not care about our program enough. Lets not treat them as slaves anymore and say please. Signed-off-by: Heiko Voigt Signed-off-by: Jonathan Nieder Signed-off-by: Jens Lehmann Signed-off-by: Thomas Rast Signed-off-by: Johan Herland --- .gitignore | 1 +

[PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-12 Thread Heiko Voigt
Since ages we do not care about our program enough. Lets not treat them as slaves anymore and say please. Signed-off-by: Heiko Voigt Signed-off-by: Jonathan Nieder Signed-off-by: Jens Lehmann Signed-off-by: Thomas Rast Signed-off-by: Johan Herland --- I do not know why this very urgent patch