Loading git-hooks +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ set -e real_path(){(cd "`dirname "$1"`"&&pwd -P)} real_path(){(cd "`dirname "$1"`" && pwd -P | tr \\n / && basename "$1")} # LIBDIR & HOOKDIR are populated by the install script Loading hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # real_path(){(cd "`dirname "$1"`"&&pwd -P)} real_path(){(cd "`dirname "$1"`" && pwd -P | tr \\n / && basename "$1")} config () { git config --get auto-build`printf ".%s" "$@"`; } config-all () { git config --get-all auto-build`printf ".%s" "$@"`; } Loading Loading
git-hooks +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ set -e real_path(){(cd "`dirname "$1"`"&&pwd -P)} real_path(){(cd "`dirname "$1"`" && pwd -P | tr \\n / && basename "$1")} # LIBDIR & HOOKDIR are populated by the install script Loading
hook-scripts/post-receive/auto-build +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # real_path(){(cd "`dirname "$1"`"&&pwd -P)} real_path(){(cd "`dirname "$1"`" && pwd -P | tr \\n / && basename "$1")} config () { git config --get auto-build`printf ".%s" "$@"`; } config-all () { git config --get-all auto-build`printf ".%s" "$@"`; } Loading