gitolite/src/commands/push
Sitaram Chamarty 35953a5bd3 added 'gitolite push' to make server side pushes easier...
also force the update hook to log SHAs of bypassed pushes
2012-04-03 16:40:06 +05:30

6 lines
59 B
Bash
Executable file

#!/bin/sh
export GL_BYPASS_ACCESS_CHECKS=1
git push "$@"