Move convert-objects to contrib.
authorMatt Kraai <kraai@ftbfs.org>
Tue, 25 Sep 2007 14:03:46 +0000 (07:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Sep 2007 00:34:12 +0000 (17:34 -0700)
convert-objects was needed to convert from an old-style repository,
which hashed the compressed contents and used a different date format.
Such repositories are presumably no longer common and, if such
conversions are necessary, should be done by writing a frontend for
git-fast-import.

Linus, the original author, is OK with moving it to contrib.

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found