git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* A few fast export fixups -- round 2
@ 2009-06-22 13:06 newren
  2009-06-22 13:06 ` [PATCH v2] fast-export: Omit tags that tag trees newren
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: newren @ 2009-06-22 13:06 UTC (permalink / raw)
  To: git; +Cc: Johannes.Schindelin, kusmabite

This patch series fixes a few fast-export bugs I have come across,
plus some new testcases to verify the fixes, and finally a small
addition to the documentation.

Changes since v1:
  - fixed test issues identified by Johannes Sixt and Stephen Boyd
  - squashed patch #2 into patch #1

Elijah Newren (6):
  fast-export: Omit tags that tag trees
  fast-export: Make sure we show actual ref names instead of "(null)"
  fast-export: Do parent rewriting to avoid dropping relevant commits
  fast-export: Add a --tag-of-filtered-object option for newly dangling tags
  Add new fast-export testcases
  fast-export: Document the fact that git-rev-list arguments are accepted

 Documentation/git-fast-export.txt |   17 +++++++++
 builtin-fast-export.c             |   72 +++++++++++++++++++++++++++++++++---
 revision.c                        |   10 +----
 revision.h                        |    8 ++++
 t/t9301-fast-export.sh            |   63 +++++++++++++++++++++++++++++++-
 5 files changed, 155 insertions(+), 15 deletions(-)

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

end of thread, other threads:[~2009-06-26  4:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 13:06 A few fast export fixups -- round 2 newren
2009-06-22 13:06 ` [PATCH v2] fast-export: Omit tags that tag trees newren
2009-06-22 18:33   ` Junio C Hamano
2009-06-22 13:06 ` [PATCH v2] fast-export: Make sure we show actual ref names instead of "(null)" newren
2009-06-22 18:34   ` Junio C Hamano
2009-06-22 13:06 ` [PATCH v2] fast-export: Do parent rewriting to avoid dropping relevant commits newren
2009-06-22 13:06 ` [PATCH v2] fast-export: Add a --tag-of-filtered-object option for newly dangling tags newren
2009-06-22 18:34   ` Junio C Hamano
2009-06-26  4:45     ` Elijah Newren
2009-06-22 13:06 ` [PATCH v2] Add new fast-export testcases newren
2009-06-22 13:06 ` [PATCH v2] fast-export: Document the fact that git-rev-list arguments are accepted newren

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