summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rwxr-xr-xgit4
1 files changed, 4 insertions, 0 deletions
diff --git a/git b/git
new file mode 100755
index 0000000000..c201c60ae7
--- /dev/null
+++ b/git
@@ -0,0 +1,4 @@
+#!/bin/sh
+cmd="git-$1-script"
+shift
+exec $cmd "$@"