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>
This commit is contained in:

committed by
Junio C Hamano

parent
41ef95aea7
commit
2ecb5ea2ad
28
contrib/convert-objects/git-convert-objects.txt
Normal file
28
contrib/convert-objects/git-convert-objects.txt
Normal file
@ -0,0 +1,28 @@
|
||||
git-convert-objects(1)
|
||||
======================
|
||||
|
||||
NAME
|
||||
----
|
||||
git-convert-objects - Converts old-style git repository
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
'git-convert-objects'
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
Converts old-style git repository to the latest format
|
||||
|
||||
|
||||
Author
|
||||
------
|
||||
Written by Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
Documentation
|
||||
--------------
|
||||
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||||
|
||||
GIT
|
||||
---
|
||||
Part of the gitlink:git[7] suite
|
Reference in New Issue
Block a user