submodule, repack: migrate to git-sh-setup's say()
authorStephen Boyd <bebarino@gmail.com>
Tue, 16 Jun 2009 22:33:00 +0000 (15:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2009 16:50:37 +0000 (09:50 -0700)
Now that there is say() in git-sh-setup, these scripts don't need to use
their own. Migrate them over by setting GIT_QUIET and removing their
custom say() functions.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found