mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Remove the fake 'sync' command.
It was added to silence git-repack, but it is no longer used there. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
@@ -153,9 +153,5 @@ case $(uname -s) in
|
||||
find () {
|
||||
/usr/bin/find "$@"
|
||||
}
|
||||
# sync is missing
|
||||
sync () {
|
||||
: # no implementation
|
||||
}
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user