git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] remote-helpers: graduate
@ 2014-04-20 21:39 Felipe Contreras
  2014-04-20 21:39 ` [PATCH 1/2] remote-helpers: move out of contrib Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Felipe Contreras @ 2014-04-20 21:39 UTC (permalink / raw)
  To: git; +Cc: Felipe Contreras

There doesn't seem to be any reason to keep these remote-helpers in the contrib
area.

Felipe Contreras (2):
  remote-helpers: move out of contrib
  remote-helpers: move tests out of contrib

 .gitignore                                                 |  2 ++
 Makefile                                                   |  2 ++
 contrib/remote-helpers/Makefile                            | 14 --------------
 contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py |  0
 contrib/remote-helpers/git-remote-hg => git-remote-hg.py   |  0
 t/Makefile                                                 |  8 +++++++-
 .../remote-helpers/test-bzr.sh => t/remote-helpers/bzr.t   |  4 ++--
 .../test-hg-bidi.sh => t/remote-helpers/hg-bidi.t          |  4 ++--
 .../test-hg-hg-git.sh => t/remote-helpers/hg-hg-git.t      |  6 +++---
 contrib/remote-helpers/test-hg.sh => t/remote-helpers/hg.t |  4 ++--
 10 files changed, 20 insertions(+), 24 deletions(-)
 delete mode 100644 contrib/remote-helpers/Makefile
 rename contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py (100%)
 rename contrib/remote-helpers/git-remote-hg => git-remote-hg.py (100%)
 rename contrib/remote-helpers/test-bzr.sh => t/remote-helpers/bzr.t (98%)
 rename contrib/remote-helpers/test-hg-bidi.sh => t/remote-helpers/hg-bidi.t (97%)
 rename contrib/remote-helpers/test-hg-hg-git.sh => t/remote-helpers/hg-hg-git.t (98%)
 rename contrib/remote-helpers/test-hg.sh => t/remote-helpers/hg.t (99%)

-- 
1.9.1+fc3.9.gc73078e

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

end of thread, other threads:[~2014-04-21 19:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 21:39 [PATCH 0/2] remote-helpers: graduate Felipe Contreras
2014-04-20 21:39 ` [PATCH 1/2] remote-helpers: move out of contrib Felipe Contreras
2014-04-20 21:39 ` [PATCH 2/2] remote-helpers: move tests " Felipe Contreras
2014-04-21 18:36   ` Junio C Hamano
2014-04-21 18:53     ` Felipe Contreras
2014-04-21 19:24       ` Junio C Hamano
2014-04-21 19:23         ` Felipe Contreras
2014-04-21 18:06 ` [PATCH 0/2] remote-helpers: graduate Junio C Hamano

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