encode_uint32 second parameter should be uint32_t, not unsigned long
[git-daemon2.git] / gits-send-special-command
blob61c9656dbfe8be1d220e13bb48adb3e4fb574c43
1 #!/bin/bash
3 # Copyright (C) Ilari Liusvaara 2009
5 # This code is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License version 2 as
7 # published by the Free Software Foundation.
10 if test "x${1}" == "x--help"
11 then
12 echo "gits-send-special-command: Send special command to "
13 echo "server"
14 echo "command line:"
15 echo "--help"
16 echo -e "\x09This help"
17 echo "<service> <URL>"
18 echo -e "\x09Send request for <service> to specified <URL>."
19 exit 0
22 git-remote-gits --service=$1 $2