Lines Matching refs:codemgr_ws
1823 if [[ -z $codemgr_ws && -n $CODEMGR_WS ]]; then
1824 codemgr_ws=$CODEMGR_WS
2185 [[ -z $codemgr_ws && -n $CODEMGR_WS ]] && \
2186 codemgr_ws=$($GIT --git-dir=$CODEMGR_WS/.git rev-parse --git-dir \
2188 [[ -z $codemgr_ws ]] && \
2189 codemgr_ws=$($GIT rev-parse --git-dir 2>/dev/null)
2191 if [[ "$codemgr_ws" == ".git" ]]; then
2192 codemgr_ws="${PWD}/${codemgr_ws}"
2195 codemgr_ws=$(dirname $codemgr_ws) # Lose the '/.git'
2196 CWS="$codemgr_ws"
2420 cnode=$($GIT --git-dir=${codemgr_ws}/.git rev-parse --short=12 HEAD \