author | Matt Kraai <kraai@ftbfs.org> | |
Tue, 25 Sep 2007 14:03:46 +0000 (07:03 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Sep 2007 00:34:12 +0000 (17:34 -0700) | ||
commit | 2ecb5ea2ad375017eedf73bd0130fa9ca33010d2 | |
tree | d9e9707acb49db313c4b590059deed08a2bf9691 | tree | snapshot |
parent | 41ef95aea7c8d8a337af693b601511e099cc468f | commit | diff |
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>
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 | diff | blob | history | |
Documentation/cmd-list.perl | diff | blob | history | |
Documentation/git-convert-objects.txt | [deleted file] | blob | history |
Makefile | diff | blob | history | |
contrib/completion/git-completion.bash | diff | blob | history | |
contrib/convert-objects/convert-objects.c | [new file with mode: 0644] | blob |
contrib/convert-objects/git-convert-objects.txt | [new file with mode: 0644] | blob |
convert-objects.c | [deleted file] | blob | history |