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

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to