aboutsummaryrefslogtreecommitdiff
path: root/contrib/convert-objects/git-convert-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-31 13:14:59 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-31 13:14:59 -0800
commit0eade20cd93dfe09044cbe8b64dcc9945f113d42 (patch)
treee6f84b9186d20a478f400cf6c6d5735a8ea4e787 /contrib/convert-objects/git-convert-objects.txt
parentfeaad0eec78b8f23e2cf0566c5ddcd0a459ab325 (diff)
parentc9a98ddc26175b29a4081ff3a55dcf054b76245b (diff)
downloadgit-0eade20cd93dfe09044cbe8b64dcc9945f113d42.tar.xz
Merge branch 'sb/retire-convert-objects-from-contrib'
Remove an ancient tool left in contrib/. * sb/retire-convert-objects-from-contrib: contrib: remove git-convert-objects
Diffstat (limited to 'contrib/convert-objects/git-convert-objects.txt')
-rw-r--r--contrib/convert-objects/git-convert-objects.txt29
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