Lines Matching refs:git
731 BRINGOVER_SCM=git
938 git://* | http://*.git | https://*.git)
951 mercurial|git)
970 none|git|mercurial)
1011 staffer git clone \
1376 find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \
1421 -o -name .git -o -name 'interfaces.*' \) -prune -o \
1434 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)
1447 staffer git remote set-url ${BRINGOVER_REMOTE} ${BRINGOVER_WS} &&
1448 staffer git fetch ${BRINGOVER_REMOTE} ${BRINGOVER_BRANCH} &&
1449 staffer git switch --force-create ${BRINGOVER_BRANCH} \
1461 $(cd ${CODEMGR_WS}; git rev-parse HEAD)
1463 staffer git status --no-short --branch --untracked-files=no
1645 export VERSION=$(git -C "${CODEMGR_WS}" describe --long --all --dirty |