From f01c16a4bbb417160dca721aa732b179cd40a98c Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 4 Jun 2008 19:29:25 +0200 Subject: [PATCH] Remove the fake 'sync' command. It was added to silence git-repack, but it is no longer used there. Signed-off-by: Johannes Sixt --- git-sh-setup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 822aa6f83a..9cceb21a82 100755 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -153,9 +153,5 @@ case $(uname -s) in find () { /usr/bin/find "$@" } - # sync is missing - sync () { - : # no implementation - } ;; esac