git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] non-incremental mode for fast-export
@ 2010-07-07 20:46 newren
  2010-07-07 20:46 ` [PATCHv2 1/2] fast-export: Fix dropping of files with --import-marks and path limiting newren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: newren @ 2010-07-07 20:46 UTC (permalink / raw)
  To: git

This patch series fixes silently dropped files in uses of fast-export
involving both --import-marks and limiting files by path.  It also
adds a new feature: a --full-tree option to switch from incremental to
comprehensive handling of files in commits.  The two changes are
related in that the bugfix consists of simply automatically activating
the new feature in a case where it is required for correct operation.

This obsoletes my previous (single) patch submission about the
--full-tree option.  Changes since that submission include splitting
this into two patches, automatically enabling the feature when needed
for correct behavior, and providing more explicit testcases that
probably explain the feature better.

Since we're in feature freeze, it may make sense to split this patch
series so that the first patch can be applied now and keep the second
patch in pu until feature freeze is over (the series is currently
based on maint).  Since the second patch depends on the first, though,
I thought it made sense to submit them together; let me know if you'd
rather I submitted them in some other manner.

(I'm not sure who to cc on this; other than Dscho who is out, I appear
to be the biggest contributor to fast-export.)

Elijah Newren (2):
      fast-export: Fix dropping of files with --import-marks and path limiting
      fast-export: Add a --full-tree option

 Documentation/git-fast-export.txt |    6 +++
 builtin/fast-export.c             |   11 +++++-
 t/t9350-fast-export.sh            |   79 +++++++++++++++++++++++++++++++++++++
 3 files changed, 95 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCHv2 0/2] non-incremental mode for fast-export
@ 2010-07-17 17:00 Elijah Newren
  2010-07-17 17:00 ` [PATCHv2 1/2] fast-export: Fix dropping of files with --import-marks and path limiting Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Elijah Newren @ 2010-07-17 17:00 UTC (permalink / raw)
  To: gitster; +Cc: git, srabbelier

This patch series fixes silently dropped files in uses of fast-export
involving both --import-marks and limiting files by path.  It also
adds a new feature: a --full-tree option to switch from incremental to
comprehensive handling of files in commits.  The two changes are
related in that the bugfix consists of simply automatically activating
the new feature in a case where it is required for correct operation.

There is just one change since the last submission
  * modify one of the new testcases to not depend on the full exact
    output of fast-export (since it is no longer the same in next)
This change enables the series to apply cleanly to next.  All tests
pass with this series applied to either maint or next now.

I'll again note that it may make sense to split this patch series
since the first is a bugfix and thus makes sense to apply to maint,
while the second (whose testcase was the fragile one) is a feature
addition, though a fairly trivial one.

Elijah Newren (2):
      fast-export: Fix dropping of files with --import-marks and path limiting
      fast-export: Add a --full-tree option

 Documentation/git-fast-export.txt |    6 ++++++
 builtin/fast-export.c             |   11 ++++++++++-
 t/t9350-fast-export.sh            |   14 ++++++++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2010-07-17 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07 20:46 [PATCH 0/2] non-incremental mode for fast-export newren
2010-07-07 20:46 ` [PATCHv2 1/2] fast-export: Fix dropping of files with --import-marks and path limiting newren
2010-07-07 20:46 ` [PATCHv2 2/2] fast-export: Add a --full-tree option newren
2010-07-15  1:03 ` [PATCH 0/2] non-incremental mode for fast-export Elijah Newren
2010-07-15  2:44   ` Sverre Rabbelier
  -- strict thread matches above, loose matches on Subject: below --
2010-07-17 17:00 [PATCHv2 " Elijah Newren
2010-07-17 17:00 ` [PATCHv2 1/2] fast-export: Fix dropping of files with --import-marks and path limiting Elijah Newren
2010-07-17 17:00   ` [PATCHv2 2/2] fast-export: Add a --full-tree option Elijah 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).