This website requires JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
dc7090efbc
git
/
git
5 lines
51 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cmd
=
"
git-
$1
-script
"
shift
exec
$cmd
"
$@
"
View Git Blame
Copy Permalink