From c9a98ddc26175b29a4081ff3a55dcf054b76245b Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Thu, 19 Jan 2017 12:29:41 -0800 Subject: contrib: remove git-convert-objects git-convert-objects, originally named git-convert-cache was used in early 2005 to convert ancient repositories where objects are named after the hash of their compressed contents to the current object naming sheme where they are named after the hash of their pre-compression contents. By now the need for conversion of the very early repositories is less relevant, we no longer need to keep it in contrib; remove it. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- contrib/convert-objects/git-convert-objects.txt | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 contrib/convert-objects/git-convert-objects.txt (limited to 'contrib/convert-objects/git-convert-objects.txt') diff --git a/contrib/convert-objects/git-convert-objects.txt b/contrib/convert-objects/git-convert-objects.txt deleted file mode 100644 index f871880cfb..0000000000 --- a/contrib/convert-objects/git-convert-objects.txt +++ /dev/null @@ -1,29 +0,0 @@ -git-convert-objects(1) -====================== - -NAME ----- -git-convert-objects - Converts old-style git repository - - -SYNOPSIS --------- -[verse] -'git-convert-objects' - -DESCRIPTION ------------ -Converts old-style git repository to the latest format - - -Author ------- -Written by Linus Torvalds - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list . - -GIT ---- -Part of the linkgit:git[7] suite -- cgit v1.2.3