git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] archive attribute series
@ 2009-04-16  2:28 Junio C Hamano
  2009-04-16  2:28 ` [PATCH 1/5] archive tests: do not use .gitattributes in working directory Junio C Hamano
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Junio C Hamano @ 2009-04-16  2:28 UTC (permalink / raw)
  To: git

Here is my attempt to consolidate the fix-ups on Duy's git-archive
enhancements.

I haven't decided if this should go to 1.6.3; it is a sensible change but
it *is* a change in behaviour that could be seen as incompatible.

Junio C Hamano (1):
  unpack-trees: do not muck with attributes when we are not checking
    out

Nguyễn Thái Ngọc Duy (2):
  attr: add GIT_ATTR_INDEX "direction"
  archive: do not read .gitattributes in working directory

René Scharfe (2):
  archive tests: do not use .gitattributes in working directory
  archive test: test new --fix-attributes feature

 Documentation/git-archive.txt |    5 ++-
 archive.c                     |   22 ++++++++++++++
 archive.h                     |    1 +
 attr.c                        |   12 ++++++--
 attr.h                        |    3 +-
 builtin-tar-tree.c            |    8 +++++
 t/t5000-tar-tree.sh           |    9 +++--
 t/t5001-archive-attr.sh       |   62 +++++++++++++++++++++++++++++++++++++++++
 unpack-trees.c                |    6 ++-
 9 files changed, 117 insertions(+), 11 deletions(-)
 create mode 100755 t/t5001-archive-attr.sh

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

end of thread, other threads:[~2009-04-17 22:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16  2:28 [PATCH 0/5] archive attribute series Junio C Hamano
2009-04-16  2:28 ` [PATCH 1/5] archive tests: do not use .gitattributes in working directory Junio C Hamano
2009-04-16  2:28   ` [PATCH 2/5] attr: add GIT_ATTR_INDEX "direction" Junio C Hamano
2009-04-16  2:28     ` [PATCH 3/5] unpack-trees: do not muck with attributes when we are not checking out Junio C Hamano
2009-04-16  2:28       ` [PATCH 4/5] archive: do not read .gitattributes in working directory Junio C Hamano
2009-04-16  2:28         ` [PATCH 5/5] archive test: test new --fix-attributes feature Junio C Hamano
2009-04-17 19:53           ` René Scharfe
2009-04-16  5:17         ` [PATCH 4/5] archive: do not read .gitattributes in working directory Junio C Hamano
2009-04-16  7:06           ` Jeff King
2009-04-16  7:29         ` Jakub Narebski
2009-04-16 10:50         ` Nguyen Thai Ngoc Duy
2009-04-16 12:38           ` Nguyen Thai Ngoc Duy
2009-04-17 20:33     ` [PATCH 2/5] attr: add GIT_ATTR_INDEX "direction" René Scharfe
2009-04-17 19:51   ` [PATCH 1/5] archive tests: do not use .gitattributes in working directory René Scharfe
2009-04-17 22:17 ` [PATCH v2 " René Scharfe
2009-04-17 22:17 ` [PATCH v2 2/5] attr: add GIT_ATTR_INDEX "direction" René Scharfe
2009-04-17 22:18 ` [PATCH v2 3/5] unpack-trees: do not muck with attributes when we are not checking out René Scharfe
2009-04-17 22:18 ` [PATCH v2 4/5] archive: do not read .gitattributes in working directory René Scharfe
2009-04-17 22:18 ` [PATCH v2 5/5] archive test: attributes René Scharfe

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).