Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Ramkumar Ramachandra
Felipe Contreras wrote: This is what Linux's checkpatch throws: Perhaps it's time to include checkpatch.pl in our tree and update our CodingGuidelines? -- 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

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Felipe Contreras
On Fri, May 17, 2013 at 11:22 AM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: *You* are telling my that; it's *your* opinion and nothing else. It's I saw a review comment that points out that the continuation lines do not align, and you refused

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Matthieu Moy
Felipe Contreras felipe.contre...@gmail.com writes: THERE IS NO STYLE BREAKAGE. Repeating something, and even making it all caps does not make it true. You are wasting your time and everybody else's in this thread and many others. You seem to reject the very concept of code review. The Git

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Felipe Contreras
On Fri, May 17, 2013 at 11:56 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: THERE IS NO STYLE BREAKAGE. Repeating something, and even making it all caps does not make it true. Tell that to Junio. He is also repeating the same. I

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Matthieu Moy
Felipe Contreras felipe.contre...@gmail.com writes: On Fri, May 17, 2013 at 11:56 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: THERE IS NO STYLE BREAKAGE. Repeating something, and even making it all caps does not make it true.

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-17 Thread Felipe Contreras
On Fri, May 17, 2013 at 12:14 PM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Fri, May 17, 2013 at 11:56 AM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Felipe Contreras felipe.contre...@gmail.com writes: THERE IS NO STYLE

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-16 Thread Felipe Contreras
On Thu, May 9, 2013 at 6:12 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Thu, May 9, 2013 at 6:09 PM, Junio C Hamano gits...@pobox.com wrote: John Szakmeister j...@szakmeister.net writes: On Wed, May 8, 2013 at 9:16 PM, Felipe Contreras felipe.contre...@gmail.com wrote:

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-16 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: I find it extremely annoying that an obviously correct patch is not merged... A patch that receives this breaks style comments and its author stubbornly refusing to fix what others pointed out, especially when the patch itself _is_ about

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-16 Thread Felipe Contreras
On Thu, May 16, 2013 at 11:49 AM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Thu, May 16, 2013 at 11:19 AM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: I find it extremely annoying that an

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-16 Thread Felipe Contreras
On Thu, May 16, 2013 at 6:54 PM, Felipe Contreras felipe.contre...@gmail.com wrote: There are 535 instances where parenthesis are not aligned. Do you still think aligning open parenthesis is the style of the project? Please. You are rejecting this patch on a whim, and nothing more. And FTR.

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread John Szakmeister
On Wed, May 8, 2013 at 9:16 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- builtin/fast-export.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/builtin/fast-export.c

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Felipe Contreras
On Thu, May 9, 2013 at 3:46 AM, John Szakmeister j...@szakmeister.net wrote: On Wed, May 8, 2013 at 9:16 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- builtin/fast-export.c | 24 1 file changed,

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Ramkumar Ramachandra
Felipe Contreras wrote: AFAIK neither the git or the Linux code-style specify how multiple lines with open parenthesis should align. git style inherits from linux style. See Chapter 9 of Documentation/CodingStyle in linux.git. It has elisp snippets you can stick in your .emacs. -- To

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Felipe Contreras
On Thu, May 9, 2013 at 5:24 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Felipe Contreras wrote: AFAIK neither the git or the Linux code-style specify how multiple lines with open parenthesis should align. git style inherits from linux style. See Chapter 9 of Documentation/CodingStyle

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Junio C Hamano
Felipe Contreras felipe.contre...@gmail.com writes: if (!author) - die (Could not find author in commit %s, + die(Could not find author in commit %s, sha1_to_hex(commit-object.sha1)); It looks like your simple replace didn't account

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Felipe Contreras
On Thu, May 9, 2013 at 1:38 PM, Junio C Hamano gits...@pobox.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: if (!author) - die (Could not find author in commit %s, + die(Could not find author in commit %s,

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Junio C Hamano
John Szakmeister j...@szakmeister.net writes: On Wed, May 8, 2013 at 9:16 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- builtin/fast-export.c | 24 1 file changed, 12 insertions(+), 12

Re: [PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-09 Thread Felipe Contreras
On Thu, May 9, 2013 at 6:09 PM, Junio C Hamano gits...@pobox.com wrote: John Szakmeister j...@szakmeister.net writes: On Wed, May 8, 2013 at 9:16 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- builtin/fast-export.c | 24

[PATCH 3/4] {fast-export,transport-helper}: style cleanups

2013-05-08 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- builtin/fast-export.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/builtin/fast-export.c b/builtin/fast-export.c index d60d675..8091354 100644 --- a/builtin/fast-export.c +++