git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/4] fast-import: handle empty paths better
@ 2013-06-23 14:58 John Keeping
  2013-06-23 14:58 ` [PATCH 1/4] t9300: document fast-import empty path issues John Keeping
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: John Keeping @ 2013-06-23 14:58 UTC (permalink / raw)
  To: git; +Cc: Dave Abrahams, Jonathan Nieder, Sverre Rabbelier, John Keeping

This series addressed Dave Abraham's recent bug report [1] about using
fast-import's "ls" command with an empty path.  I also found a couple of
other places that do not handle the empty path when it can reasonably be
interpreted as meaning the root tree object, which are also fixed here.

[1] http://article.gmane.org/gmane.comp.version-control.git/228586

John Keeping (4):
  t9300: document fast-import empty path issues
  fast-import: set valid mode on root tree in "ls"
  fast-import: allow ls or filecopy of the root tree
  fast-import: allow moving the root tree

 fast-import.c          | 58 ++++++++++++++++++++++++++++----------------
 t/t9300-fast-import.sh | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+), 20 deletions(-)

-- 
1.8.3.1.676.gaae6535

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

end of thread, other threads:[~2013-07-01 22:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-23 14:58 [PATCH 0/4] fast-import: handle empty paths better John Keeping
2013-06-23 14:58 ` [PATCH 1/4] t9300: document fast-import empty path issues John Keeping
2013-06-23 14:58 ` [PATCH 2/4] fast-import: set valid mode on root tree in "ls" John Keeping
2013-06-23 14:58 ` [PATCH 3/4] fast-import: allow ls or filecopy of the root tree John Keeping
2013-06-23 14:58 ` [PATCH 4/4] fast-import: allow moving " John Keeping
2013-07-01 21:57 ` [PATCH 0/4] fast-import: handle empty paths better Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).