All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 p1 00/13] fast-export and remote-testgit improvements
@ 2012-11-28 22:10 Felipe Contreras
  2012-11-28 22:10 ` [PATCH v7 p1 01/13] fast-export: avoid importing blob marks Felipe Contreras
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Felipe Contreras @ 2012-11-28 22:10 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jeff King, Felipe Contreras

Hi,

Basically the same as v6, except the last patch was dropped, and testgit
switched to '#!/usr/bin/env bash'.

Shouldn't break any tests now.

Felipe Contreras (13):
  fast-export: avoid importing blob marks
  remote-testgit: fix direction of marks
  remote-helpers: fix failure message
  Rename git-remote-testgit to git-remote-testpy
  Add new simplified git-remote-testgit
  remote-testgit: remove non-local functionality
  remote-testgit: remove irrelevant test
  remote-testgit: cleanup tests
  remote-testgit: exercise more features
  remote-testgit: report success after an import
  remote-testgit: implement the "done" feature manually
  fast-export: trivial cleanup
  fast-export: fix comparison in tests

 .gitignore                           |   2 +-
 Documentation/git-remote-testgit.txt |   2 +-
 Makefile                             |   2 +-
 builtin/fast-export.c                |   6 +-
 git-remote-testgit                   |  90 ++++++++++++
 git-remote-testgit.py                | 272 -----------------------------------
 git-remote-testpy.py                 | 272 +++++++++++++++++++++++++++++++++++
 git_remote_helpers/git/importer.py   |   2 +-
 t/t5800-remote-helpers.sh            | 148 -------------------
 t/t5800-remote-testpy.sh             | 148 +++++++++++++++++++
 t/t5801-remote-helpers.sh            | 165 +++++++++++++++++++++
 t/t9350-fast-export.sh               |  20 ++-
 12 files changed, 701 insertions(+), 428 deletions(-)
 create mode 100755 git-remote-testgit
 delete mode 100644 git-remote-testgit.py
 create mode 100644 git-remote-testpy.py
 delete mode 100755 t/t5800-remote-helpers.sh
 create mode 100755 t/t5800-remote-testpy.sh
 create mode 100755 t/t5801-remote-helpers.sh

-- 
1.8.0.1

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

end of thread, other threads:[~2012-12-04 14:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 22:10 [PATCH v7 p1 00/13] fast-export and remote-testgit improvements Felipe Contreras
2012-11-28 22:10 ` [PATCH v7 p1 01/13] fast-export: avoid importing blob marks Felipe Contreras
2012-11-28 22:10 ` [PATCH v7 p1 02/13] remote-testgit: fix direction of marks Felipe Contreras
2012-11-28 22:10 ` [PATCH v7 p1 03/13] remote-helpers: fix failure message Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 04/13] Rename git-remote-testgit to git-remote-testpy Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 05/13] Add new simplified git-remote-testgit Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 06/13] remote-testgit: remove non-local functionality Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 07/13] remote-testgit: remove irrelevant test Felipe Contreras
2012-12-03 23:13   ` Pete Wyckoff
2012-12-04 14:03     ` Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 08/13] remote-testgit: cleanup tests Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 09/13] remote-testgit: exercise more features Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 10/13] remote-testgit: report success after an import Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 11/13] remote-testgit: implement the "done" feature manually Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 12/13] fast-export: trivial cleanup Felipe Contreras
2012-11-28 22:11 ` [PATCH v7 p1 13/13] fast-export: fix comparison in tests Felipe Contreras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.