This commit is contained in:
2024-11-18 18:35:59 +08:00
commit f00cf814ce
6488 changed files with 2035373 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/bin/sh
# Placeholder for the deprecated `git update` command
echo 'Warning! `git update` has been deprecated;' >&2
echo 'Please use `git update-git-for-windows` instead.' >&2
exec git update-git-for-windows "$@"