git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/6] fast-import: add new feature and mark command
@ 2009-09-02 17:56 Sverre Rabbelier
  2009-09-02 17:56 ` [PATCH v6 1/6] fast-import: put option parsing code in separate functions Sverre Rabbelier
  0 siblings, 1 reply; 10+ messages in thread
From: Sverre Rabbelier @ 2009-09-02 17:56 UTC (permalink / raw)
  To: Junio C Hamano, Shawn O. Pearce, Johannes Schindelin, Git List,
	Ian Clatworthy <ian.cla

Incorperated comments and changed 'option foo' to 'option git foo'. I
think this is ready to be merged to next if there are no objections.

Sverre Rabbelier (6):
      fast-import: put option parsing code in separate functions
      fast-import: put marks reading in it's own function
      fast-import: add feature command
      fast-import: test the new feature command
      fast-import: add option command
      fast-import: test the new option command

 Documentation/git-fast-import.txt |   40 ++++++
 fast-import.c                     |  262 ++++++++++++++++++++++++++-----------
 t/t9300-fast-import.sh            |  102 ++++++++++++++
 3 files changed, 327 insertions(+), 77 deletions(-)

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

end of thread, other threads:[~2009-09-04  3:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 17:56 [PATCH v6 0/6] fast-import: add new feature and mark command Sverre Rabbelier
2009-09-02 17:56 ` [PATCH v6 1/6] fast-import: put option parsing code in separate functions Sverre Rabbelier
2009-09-02 17:56   ` [PATCH v6 2/6] fast-import: put marks reading in it's own function Sverre Rabbelier
2009-09-02 17:57     ` [PATCH v6 3/6] fast-import: add feature command Sverre Rabbelier
2009-09-02 17:57       ` [PATCH v6 4/6] fast-import: test the new " Sverre Rabbelier
2009-09-02 17:57         ` [PATCH v6 5/6] fast-import: add option command Sverre Rabbelier
2009-09-02 17:57           ` [PATCH v6 6/6] fast-import: test the new " Sverre Rabbelier
2009-09-03  2:41           ` [PATCH v6 5/6] fast-import: add " Junio C Hamano
2009-09-03  4:55             ` Sverre Rabbelier
2009-09-04  3:42               ` Ian Clatworthy

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