[RESEND PATCH 0/9] Make git-svn fetch ~1.7x faster

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: Junio Hamano <gitster@...>
Date: Thursday, October 25, 2007 - 6:25 am

This is a resend of my previous patch series to speed up git-svn, taking into
account comments from Eric, Johannes, and Brian.

--
 Documentation/git-cat-file.txt    |    6 +-
 Documentation/git-hash-object.txt |    5 +-
 builtin-cat-file.c                |   87 +++++++++++++++++----
 git-svn.perl                      |   40 +++++-----
 hash-object.c                     |   29 +++++++-
 perl/Git.pm                       |  153 ++++++++++++++++++++++++++++++++++++-
 t/t1005-cat-file.sh               |  126 ++++++++++++++++++++++++++++++
 t/t1006-hash-object.sh            |   49 ++++++++++++
 8 files changed, 452 insertions(+), 43 deletions(-)
-
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:
[RESEND PATCH 0/9] Make git-svn fetch ~1.7x faster, Adam Roben, (Thu Oct 25, 6:25 am)
[PATCH 1/9] Add tests for git cat-file, Adam Roben, (Thu Oct 25, 6:25 am)
[PATCH 4/9] git-cat-file: Add --stdin option, Adam Roben, (Thu Oct 25, 6:25 am)
[PATCH 5/9] Add tests for git hash-object, Adam Roben, (Thu Oct 25, 6:25 am)