Searched refs:codemgr_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2258 codemgr_head=$OPTARG
2267 codemgr_head=$OPTARG;;
2599 head_rev=$($GIT rev-parse --verify --quiet "$codemgr_head")
2601 print -u2 "Error: bad revision ${codemgr_head}"
2606 if [[ -z $codemgr_head ]]; then
2607 codemgr_head="HEAD";
2649 flist_from_git "$codemgr_head" "$real_parent"
2667 git_wxfile "$codemgr_head" "$real_parent"
2672 GIT_PARENT=$($GIT merge-base "$real_parent" "$codemgr_head")
2695 ${codemgr_head}
[all...]

Completed in 47 milliseconds