From: "René Scharfe" <rene.scharfe@lsrfire.ath.cx>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: [PATCH 0/6] archive: refactor and cleanup
Date: Mon, 14 Jul 2008 21:21:50 +0200 [thread overview]
Message-ID: <487BA74E.5070208@lsrfire.ath.cx> (raw)
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(-)
next reply other threads:[~2008-07-14 19:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-14 19:21 René Scharfe [this message]
2008-07-14 23:41 ` [PATCH 0/6] archive: refactor and cleanup Lea Wiemann
2008-07-15 0:27 ` Lea Wiemann
2008-07-15 7:49 ` René Scharfe
2008-07-15 15:21 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=487BA74E.5070208@lsrfire.ath.cx \
--to=rene.scharfe@lsrfire.ath.cx \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.