Move convert-objects to contrib.
commit2ecb5ea2ad375017eedf73bd0130fa9ca33010d2
authorMatt Kraai <kraai@ftbfs.org>
Tue, 25 Sep 2007 14:03:46 +0000 (25 07:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Sep 2007 00:34:12 +0000 (25 17:34 -0700)
treed9e9707acb49db313c4b590059deed08a2bf9691
parent41ef95aea7c8d8a337af693b601511e099cc468f
Move convert-objects to contrib.

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>
.gitignore
Documentation/cmd-list.perl
Makefile
contrib/completion/git-completion.bash
contrib/convert-objects/convert-objects.c [moved from convert-objects.c with 100% similarity]
contrib/convert-objects/git-convert-objects.txt [moved from Documentation/git-convert-objects.txt with 100% similarity]