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 hvo...@hvoigt.net 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 hvo...@hvoigt.net Signed-off-by: Jonathan

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 hvo...@hvoigt.net 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: [PATCH] teach the user to be nice to git and let him say please sometimes

2013-05-13 Thread Thomas Rast
Heiko Voigt hvo...@hvoigt.net writes: On Sun, May 12, 2013 at 02:19:34PM -0700, Junio C Hamano wrote: Heiko Voigt hvo...@hvoigt.net writes: Signed-off-by: Heiko Voigt hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Jens Lehmann jens.lehm...@web.de

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 tr...@inf.ethz.ch writes: Heiko Voigt hvo...@hvoigt.net writes: On Sun, May 12, 2013 at 02:19:34PM -0700, Junio C Hamano wrote: Heiko Voigt hvo...@hvoigt.net writes: Signed-off-by: Heiko Voigt hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com

[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 hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Jens Lehmann jens.lehm...@web.de Signed-off-by: Thomas Rast tr...@inf.ethz.ch

[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 hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Jens Lehmann jens.lehm...@web.de Signed-off-by: Thomas Rast tr...@inf.ethz.ch

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

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 hvo...@hvoigt.net 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 hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Jens

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 hvo...@hvoigt.net 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 hvo...@hvoigt.net Signed-off-by: Jonathan Nieder jrnie...@gmail.com Signed-off-by: Jens Lehmann jens.lehm...@web.de