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 \
1373 find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \
1418 -o -name .git -o -name 'interfaces.*' \) -prune -o \
1431 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)
1444 staffer git remote set-url ${BRINGOVER_REMOTE} ${BRINGOVER_WS} &&
1445 staffer git fetch ${BRINGOVER_REMOTE} ${BRINGOVER_BRANCH} &&
1446 staffer git switch --force-create ${BRINGOVER_BRANCH} \
1458 $(cd ${CODEMGR_WS}; git rev-parse HEAD)
1460 staffer git status --no-short --branch --untracked-files=no
1642 export VERSION=$(git -C "${CODEMGR_WS}" describe --long --all --dirty |