diff options
author | Matt Kraai <kraai@ftbfs.org> | 2007-09-25 07:03:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-25 17:34:12 -0700 |
commit | 2ecb5ea2ad375017eedf73bd0130fa9ca33010d2 (patch) | |
tree | d9e9707acb49db313c4b590059deed08a2bf9691 /contrib/completion | |
parent | Merge branch 'maint' (diff) | |
download | tgif-2ecb5ea2ad375017eedf73bd0130fa9ca33010d2.tar.xz |
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>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index cad842af45..e760930740 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -299,7 +299,6 @@ __git_commands () check-attr) : plumbing;; check-ref-format) : plumbing;; commit-tree) : plumbing;; - convert-objects) : plumbing;; cvsexportcommit) : export;; cvsimport) : import;; cvsserver) : daemon;; |