From: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
To: git@vger.kernel.org, "Junio C Hamano" <gitster@pobox.com>,
"René Scharfe" <rene.scharfe@lsrfire.ath.cx>
Cc: "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: [PATCH v2 0/3] support "in-tree attributes" for git-archive
Date: Thu, 9 Apr 2009 17:01:27 +1000 [thread overview]
Message-ID: <1239260490-6318-1-git-send-email-pclouds@gmail.com> (raw)
The series has been shortened to 3 patches by keeping the old codepath,
just adding the index for attr.
--fix-attributes is added for old behaviour.
Nguyá»
n Thái Ngá»c Duy (3):
archive: add shortcuts for --format and --prefix
attr: add GIT_ATTR_INDEX "direction"
archive: do not read .gitattributes in working directory
Documentation/git-archive.txt | 9 +++++++--
archive.c | 26 ++++++++++++++++++++++++--
archive.h | 1 +
attr.c | 4 +++-
attr.h | 3 ++-
builtin-tar-tree.c | 5 +++++
t/t5000-tar-tree.sh | 28 ++++++++++++++++------------
7 files changed, 58 insertions(+), 18 deletions(-)
next reply other threads:[~2009-04-09 7:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-09 7:01 Nguyễn Thái Ngọc Duy [this message]
2009-04-09 7:01 ` [PATCH v2 1/3] archive: add shortcuts for --format and --prefix Nguyễn Thái Ngọc Duy
2009-04-09 7:01 ` [PATCH v2 2/3] attr: add GIT_ATTR_INDEX "direction" Nguyễn Thái Ngọc Duy
2009-04-09 7:01 ` [PATCH v2 3/3] archive: do not read .gitattributes in working directory Nguyễn Thái Ngọc Duy
2009-04-09 8:49 ` Junio C Hamano
2009-04-09 10:53 ` Nguyen Thai Ngoc Duy
2009-04-11 19:22 ` Junio C Hamano
2009-04-13 10:41 ` René Scharfe
2009-04-13 12:18 ` René Scharfe
2009-04-13 13:08 ` René Scharfe
2009-04-14 5:11 ` Junio C Hamano
2009-04-14 21:15 ` René Scharfe
2009-04-16 0:26 ` Junio C Hamano
2009-04-09 8:47 ` [PATCH v2 1/3] archive: add shortcuts for --format and --prefix Junio C Hamano
2009-04-09 10:38 ` Nguyen Thai Ngoc Duy
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=1239260490-6318-1-git-send-email-pclouds@gmail.com \
--to=pclouds@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=rene.scharfe@lsrfire.ath.cx \
/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 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).