Re: Speed up git-svn fetch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Wong
Date: Friday, April 25, 2008 - 12:15 am

Adam Roben <aroben@apple.com> wrote:

Thanks for following up on this, the Perl bits look good to me[1].

I commented in a separate email about the shell incompatibilities
I experienced.

I still the following gcc warnings when building it:


Trivial fix:
--- a/hash-object.c
+++ b/hash-object.c
@@ -6,6 +6,7 @@
  */
 #include "cache.h"
 #include "blob.h"
+#include "quote.h"


This can probably just be a void.


Ugh, you added long (>80 char) lines to this and I'm having trouble
following it.  I believe the git (like Linux) coding style calls for 80
char lines unless there is really no other way[2].  This is also a
problem for me in some of the shell tests, too.


gcc isn't smart here.


[1] - disclaimer, I'm not in my best mental state at this point in the
night/morning so maybe some things have slipped :)

[2] - Looking at your email address, I notice you work for a company that
pushes widescreen monitors, but I remain firmly on the side of dead tree
publishers whom I believe got line-wrapping right centuries ago :)

-- 
Eric Wong
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Speed up git-svn fetch, Adam Roben, (Wed Apr 23, 12:17 pm)
[PATCH 01/11] Add tests for git cat-file, Adam Roben, (Wed Apr 23, 12:17 pm)
[PATCH 04/11] git-cat-file: Add --batch-check option, Adam Roben, (Wed Apr 23, 12:17 pm)
[PATCH 05/11] git-cat-file: Add --batch option, Adam Roben, (Wed Apr 23, 12:17 pm)
Re: Speed up git-svn fetch, Adam Roben, (Wed Apr 23, 12:19 pm)
Re: [PATCH 01/11] Add tests for git cat-file, Eric Wong, (Thu Apr 24, 11:56 pm)
Re: Speed up git-svn fetch, Eric Wong, (Fri Apr 25, 12:15 am)
Re: [PATCH 01/11] Add tests for git cat-file, Junio C Hamano, (Fri Apr 25, 11:06 am)