]> git.droids-corp.org - git-central.git/blob - server/pre-receive
Show pre-receive-stable stopping following commands if used via a shim.
[git-central.git] / server / pre-receive
1 #!/bin/sh
2
3 input=""
4 while read line ; do
5     input="$input$line"
6 done
7
8 echo $input | sh $GIT_DIR/hooks/pre-receive-stable &&
9 echo $input | sh $GIT_DIR/hooks/noop
10