Searched full:git (Results 1 – 19 of 19) sorted by relevance
36 <SELECTION> Any number of Git Revision Selections. (requires git v2.19)37 https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection53 (requires git v2.19)57 HEAD~1. (requires git v2.19)62 (requires git v2.19)66 (requires git v2.19)69 HEAD of tag1. (requires git v2.19)93 read -r MAJOR MINOR < <(git --version | awk -F '[. ]' '{print $3, $4}')98 # parse the argument into a git object or list of git objects99 object="$(git rev-parse "${arg}")" || continue[all …]
31 git show --oneline --no-patch $132 # The first git 'format-patch' shows the commit message35 (git format-patch $1^..$1 --stdout | sed -n '/^diff --git/q;p'; \36 git format-patch $1^..$1 --stdout -- $_CP_EXCL . | \37 sed -n '/^diff --git/,$p') | _checkpatch41 git diff --cached -- . $_CP_EXCL | _checkpatch45 git diff -- . $_CP_EXCL | _checkpatch49 git diff $1...$2 -- . $_CP_EXCL | _checkpatch
47 cmd = "git log -1 --date=format:%Y-%m-%d --format=format:%cd " \
30 _EXCLUDE_DIRS = ['.git', 'Documentation', 'include', 'tools']
17 DIFF_GIT_RE = re.compile(r'^diff --git a/(?P<path>.*) ')
18 - name: Update Git config19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}28 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl30 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/spelling.txt45 for c in $(git rev-list HEAD^1..HEAD^2); do \48 if [ "$(git re[all...]
36 git-core \37 git-man \38 git-email \
16 git-sha1-len := 1618 git-sha1-len := 820 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…
1 # For git archive
2 This git contains source code for the secure side implementation of OP-TEE
120 # Taken from git's rules
93 # Build user TAs included in this git
1253 * Travis service (build.git) seems unstable from time to time.
57 ### Git usage59 …ls-3.6` long-term support branch of Mbed TLS use a [Git submodule](https://git-scm.com/book/en/v2/…173 prevent `git status` from showing them as modified). In order to do so, from
72 …thooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development/tests/git-scripts) prior to p…97 This is done by including the standard Git `Signed-off-by:` line in every commit message. If more t…
2859 * Mbed Crypto is no longer a Git submodule. The crypto part of the library3136 Mbed TLS references as a Git submodule.4256 * Added a test script that can be hooked into git that verifies commits
81 * 0x021F_0000 l-loader limit (len/size set by poplar-l-loader.git)
55 scpfw-impl-version := $(shell git -C $(scpfw-path) describe --tags --always --dirty=-dev 2>/dev/nul…
128 # The following values are not extracted from the "git describe" output because129 # we might be outside of a Git environment, or the tree may have been cloned137 TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || \