Loading configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # AC_INIT([git-hooks], [0.1.2]) AC_INIT([git-hooks], [0.1.3]) AM_INIT_AUTOMAKE gitcoredir=`git --exec-path` Loading hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -210,10 +210,10 @@ build () ( unset GIT_DIR git fetch origin git checkout "${ref/heads/remotes/origin}" git checkout -B "${ref/heads\//}" "${ref/heads/remotes/origin}" git clean -f -d -q -x git reset --hard ) >&2 ) # get the settings for this build profile=`config "$confsec" profile || determine_profile` Loading Loading
configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # AC_INIT([git-hooks], [0.1.2]) AC_INIT([git-hooks], [0.1.3]) AM_INIT_AUTOMAKE gitcoredir=`git --exec-path` Loading
hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -210,10 +210,10 @@ build () ( unset GIT_DIR git fetch origin git checkout "${ref/heads/remotes/origin}" git checkout -B "${ref/heads\//}" "${ref/heads/remotes/origin}" git clean -f -d -q -x git reset --hard ) >&2 ) # get the settings for this build profile=`config "$confsec" profile || determine_profile` Loading