diff options
author | Stefan Beller <sbeller@google.com> | 2017-01-19 12:29:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-19 14:56:47 -0800 |
commit | c9a98ddc26175b29a4081ff3a55dcf054b76245b (patch) | |
tree | e6ee2291fbb2410705db78f60202fb406bbd7d52 /contrib/convert-objects/git-convert-objects.txt | |
parent | ffac48d093d4b518a0cc0e8bf1b7cb53e0c3d7a2 (diff) | |
download | git-c9a98ddc26175b29a4081ff3a55dcf054b76245b.tar.gz |
contrib: remove git-convert-objectssb/retire-convert-objects-from-contrib
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 <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/convert-objects/git-convert-objects.txt')
-rw-r--r-- | contrib/convert-objects/git-convert-objects.txt | 29 |
1 files changed, 0 insertions, 29 deletions
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 <torvalds@osdl.org> - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. - -GIT ---- -Part of the linkgit:git[7] suite |