Searched refs:HEAD (Results 1 – 4 of 4) sorted by relevance
48 checkpatch.sh HEAD~5 Check the commit 5 revisions before49 the current HEAD.55 checkpatch.sh HEAD~5..HEAD~1 Check each commit from HEAD~5 to56 HEAD~1 exclusively, aka not including57 HEAD~1. (requires git v2.19)64 checkpatch.sh HEAD~10-5 Check 5 commits moving forward in65 history starting from HEAD~10.68 checkpatch.sh branch1 tags/tag1 Check the HEAD of branch1 and the69 HEAD of tag1. (requires git v2.19)
22 HEAD = 16180, /* i: waiting for magic header */ enumerator
115 state->mode < HEAD || state->mode > SYNC)131 state->mode = HEAD;232 state->mode = HEAD; /* to pass state test in inflateReset2() */659 case HEAD:
20 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…