Home | History | Annotate | Download | only in web

Lines Matching refs:HEAD

303 <html><head><title>$TITLE</title></head>
565 <html><head><title>$TITLE</title></head>
1107 if ($TAGSCAN_TAG_HI eq 'HEAD') {
1108 $rev_hi = 'HEAD';
1134 # Check for dead files. Look ahead and find the state of the head
1221 if ($rev eq $rev_hi || $rev_hi eq 'HEAD') {
1560 # Check for dead files. Look ahead and find the state of the head
2136 # Convert 'head' (case insens.) to 'HEAD'.
2145 } elsif (/^head$/i) {
2146 $_ = 'HEAD';
2348 # the branch.) Also 'HEAD' is branch '1'.
2351 s/\.0(\.\d+)$/$1/ || s/\.\d+$// || s/HEAD/1/;