All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Remove foreign SCMs
@ 2014-05-09  1:33 Felipe Contreras
  2014-05-09  1:33 ` [PATCH v1 1/2] Remove 'git archimport' Felipe Contreras
  2014-05-09  1:33 ` [PATCH v1 2/2] Remove 'git quiltimport' Felipe Contreras
  0 siblings, 2 replies; 23+ messages in thread
From: Felipe Contreras @ 2014-05-09  1:33 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

Both `git archimport` and `git quiltimport` haven't really been maintained, and
they don't even have tests.

There are tools in the contrib/ area that do have tests and are actively
maintained, and they don't gradauate to the core.

Let's not have double standards and remove these unused tools.


Felipe Contreras (2):
  Remove 'git archimport'
  Remove 'git quiltimport'

 .gitignore                        |    2 -
 Documentation/git-archimport.txt  |  112 ----
 Documentation/git-quiltimport.txt |   54 --
 Makefile                          |    2 -
 command-list.txt                  |    2 -
 git-archimport.perl               | 1134 -------------------------------------
 git-quiltimport.sh                |  139 -----
 git.spec.in                       |   10 +-
 8 files changed, 3 insertions(+), 1452 deletions(-)
 delete mode 100644 Documentation/git-archimport.txt
 delete mode 100644 Documentation/git-quiltimport.txt
 delete mode 100755 git-archimport.perl
 delete mode 100755 git-quiltimport.sh

-- 
1.9.2+fc1.27.gbce2056

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

end of thread, other threads:[~2014-05-13 18:36 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09  1:33 [PATCH v1 0/2] Remove foreign SCMs Felipe Contreras
2014-05-09  1:33 ` [PATCH v1 1/2] Remove 'git archimport' Felipe Contreras
2014-05-09  5:50   ` Eric Wong
2014-05-09  7:11     ` Felipe Contreras
2014-05-09  8:15       ` Eric Wong
2014-05-09  8:36         ` Felipe Contreras
2014-05-09  8:59           ` Eric Wong
2014-05-09  9:20             ` Felipe Contreras
2014-05-09 14:54               ` Jeff King
2014-05-09 15:15                 ` Felipe Contreras
2014-05-09 16:33                   ` Felipe Contreras
2014-05-09 17:44     ` Junio C Hamano
2014-05-09 17:52       ` Felipe Contreras
2014-05-09 18:33         ` Thomas Adam
2014-05-09 19:21           ` Eric Wong
2014-05-09 22:01             ` Felipe Contreras
2014-05-13 18:16       ` Martin Langhoff
2014-05-13 18:01   ` Martin Langhoff
2014-05-13 18:05     ` Felipe Contreras
2014-05-13 18:17       ` Martin Langhoff
2014-05-13 18:25         ` Felipe Contreras
2014-05-13 18:19     ` Junio C Hamano
2014-05-09  1:33 ` [PATCH v1 2/2] Remove 'git quiltimport' 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.