git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] remote-helpers: graduate
@ 2014-04-21 20:37 Felipe Contreras
  2014-04-21 20:37 ` [PATCH v2 1/3] remote-helpers: squelch python import exceptions Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Felipe Contreras @ 2014-04-21 20:37 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 (3):
  remote-helpers: squelch python import exceptions
  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
 contrib/remote-helpers/test-hg.sh => t/t5810-remote-hg.sh  |  5 ++---
 .../test-hg-bidi.sh => t/t5811-remote-hg-bidi.sh           |  5 ++---
 .../test-hg-hg-git.sh => t/t5812-remote-hg-hg-git.sh       |  7 +++----
 .../remote-helpers/test-bzr.sh => t/t5820-remote-bzr.sh    |  5 ++---
 9 files changed, 13 insertions(+), 27 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-hg.sh => t/t5810-remote-hg.sh (99%)
 rename contrib/remote-helpers/test-hg-bidi.sh => t/t5811-remote-hg-bidi.sh (97%)
 rename contrib/remote-helpers/test-hg-hg-git.sh => t/t5812-remote-hg-hg-git.sh (98%)
 rename contrib/remote-helpers/test-bzr.sh => t/t5820-remote-bzr.sh (98%)

-- 
1.9.2+fc1.1.g5c924db

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

end of thread, other threads:[~2014-04-26  1:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-21 20:37 [PATCH v2 0/3] remote-helpers: graduate Felipe Contreras
2014-04-21 20:37 ` [PATCH v2 1/3] remote-helpers: squelch python import exceptions Felipe Contreras
2014-04-21 20:37 ` [PATCH v2 2/3] remote-helpers: move out of contrib Felipe Contreras
2014-04-21 21:22   ` Junio C Hamano
2014-04-21 21:24     ` Felipe Contreras
2014-04-21 21:42       ` Junio C Hamano
2014-04-23 13:10   ` Max Horn
2014-04-23 19:20     ` Junio C Hamano
2014-04-23 21:00       ` Felipe Contreras
2014-04-23 21:30         ` Junio C Hamano
2014-04-23 20:12     ` Junio C Hamano
2014-04-23 20:54     ` Felipe Contreras
2014-04-23 22:41       ` Max Horn
2014-04-24  0:23         ` Felipe Contreras
2014-04-25 22:26           ` Max Horn
2014-04-26  1:28             ` Felipe Contreras
2014-04-21 20:37 ` [PATCH v2 3/3] remote-helpers: move tests " Felipe Contreras

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