git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] archive: refactor and cleanup
@ 2008-07-14 19:21 René Scharfe
  2008-07-14 23:41 ` Lea Wiemann
  0 siblings, 1 reply; 5+ messages in thread
From: René Scharfe @ 2008-07-14 19:21 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

This series is a collection of cleanups for git archive that I finally need
to get out, reviewed and (hopefully!) integrated.  It should make adding
more format backends easier.

Patch 2 adds a context parameter to read_tree_recursive(), thus affecting
all its callers.  The rest of the patches change *archive*.[ch], only.

René



 archive-tar.c             |  115 ++++++++++++---------------------------
 archive-zip.c             |  102 +++++------------------------------
 archive.c                 |  132 ++++++++++++++++++++++++++++++++------------
 archive.h                 |   15 ++----
 builtin-archive.c         |   75 ++++++++++++--------------
 builtin-checkout.c        |    4 +-
 builtin-log.c             |    4 +-
 builtin-ls-tree.c         |    4 +-
 builtin-merge-recursive.c |    4 +-
 builtin-upload-archive.c  |   11 ++--
 tree.c                    |   12 ++--
 tree.h                    |    4 +-
 12 files changed, 208 insertions(+), 274 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-07-15 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 19:21 [PATCH 0/6] archive: refactor and cleanup René Scharfe
2008-07-14 23:41 ` Lea Wiemann
2008-07-15  0:27   ` Lea Wiemann
2008-07-15  7:49   ` René Scharfe
2008-07-15 15:21     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).