Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2364 codemgr_head=$OPTARG
2373 codemgr_head=$OPTARG;;
2589 head_rev=$($GIT rev-parse --verify --quiet "$codemgr_head")
2591 print -u2 "Error: bad revision ${codemgr_head}"
2596 if [[ -z $codemgr_head ]]; then
2597 codemgr_head="HEAD";
2639 flist_from_git "$codemgr_head" "$real_parent"
2657 git_wxfile "$codemgr_head" "$real_parent"
2662 GIT_PARENT=$($GIT merge-base "$real_parent" "$codemgr_head")
2685 ${codemgr_head} 2>/dev/null)