Home
last modified time | relevance | path

Searched refs:git (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/dtc/
H A Dupdate-dtc-source.sh5 # This script assumes that the dtc and the linux git trees are in the
8 # in the kernel and creates a git commit updating them to the new
15 # relevant files into the kernel tree and create a git commit. The commit
42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
51 dtc_version=$(git describe HEAD)
52 dtc_log=$(git log --oneline ${last_dtc_ver}..)
59 git add ${f}
63 git add libfdt/${f}
68 git add ./libfdt/libfdt.h
79 git commi
[all...]
H A Ddtx_diff31 -S linux kernel source tree is at root of current git repo
149 git_root=`git rev-parse --show-toplevel 2>/dev/null`
214 git_root=`git rev-parse --show-toplevel 2>/dev/null`
/kernel/linux/linux-6.6/scripts/dtc/
H A Dupdate-dtc-source.sh5 # This script assumes that the dtc and the linux git trees are in the
8 # in the kernel and creates a git commit updating them to the new
15 # relevant files into the kernel tree and create a git commit. The commit
43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
52 dtc_version=$(git describe HEAD)
53 dtc_log=$(git log --oneline ${last_dtc_ver}..)
60 git add ${f}
64 git add libfdt/${f}
69 git add ./libfdt/libfdt.h
80 git commi
[all...]
H A Ddtx_diff31 -S linux kernel source tree is at root of current git repo
149 git_root=`git rev-parse --show-toplevel 2>/dev/null`
214 git_root=`git rev-parse --show-toplevel 2>/dev/null`
/kernel/linux/linux-6.6/scripts/
H A Dsetlocalversion5 # control system git.
52 if test -n "$(git rev-parse --show-cdup 2>/dev/null)"; then
56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
70 desc=$(git describe --match=$tag 2>/dev/null)
79 desc=$(git describe --match=$tag 2>/dev/null)
85 desc=$(git describe --match=$tag 2>/dev/null)
93 # running further git commands
115 # You cannot use 'git describe --dirty' because it tries to create
116 # .git/index.lock .
117 # First, with git
[all...]
H A Dget_maintainer.pl117 "available" => '(which("git") ne "") && (-e ".git")',
119 "git log --no-color --follow --since=\$email_git_since " .
128 "git log --no-color " .
137 "git log --no-color " .
144 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
145 "blame_file_cmd" => "git blame -l \$file",
151 "file_exists_cmd" => "git ls-files \$file",
152 "list_files_cmd" => "git ls-files \$file",
242 'git!'
[all...]
H A Dmisc-check6 # Detect files that are tracked but ignored by git. This is checked only when
7 # ${KBUILD_EXTRA_WARN} contains 1, git is installed, and the source tree is
8 # tracked by git.
15 git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
31 echo >&2 "ERROR: Not a git repository."
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git re
[all...]
H A Dspdxcheck.py11 import git namespace
325 ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For stdin use "-"')
345 # Use git to get the valid license expressions
346 repo = git.Repo(os.getcwd())
392 # Full git tree scan
H A Dcheckpatch.pl37 my $git = 0;
50 $gitroot = ".git" if !defined($gitroot);
72 # git output parsing needs US English output, so first set backtick child process LANGUAGE
73 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
95 -g, --git treat FILE as a single commit or git revision range
96 single git commit with:
100 multiple git commits with:
104 git merges are ignored
132 file. It's your fault if there's no backup or git
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl117 "available" => '(which("git") ne "") && (-e ".git")',
119 "git log --no-color --follow --since=\$email_git_since " .
128 "git log --no-color " .
137 "git log --no-color " .
144 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
145 "blame_file_cmd" => "git blame -l \$file",
151 "file_exists_cmd" => "git ls-files \$file",
152 "list_files_cmd" => "git ls-files \$file",
242 'git!'
[all...]
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
46 # Check for git and a git repo.
47 if test -z "$(git rev-parse --show-cdup 2>/dev/null)" &&
48 head=$(git rev-parse --verify HEAD 2>/dev/null); then
52 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then
55 # running further git commands
65 # independent of git version, local
71 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
82 # Is this git o
[all...]
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
31 echo >&2 "ERROR: Not a git repository."
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git re
[all...]
H A Dspdxcheck.py10 import git namespace
227 ap.add_argument('path', nargs='*', help='Check path or file. If not given full git tree scan. For stdin use "-"')
239 # Use git to get the valid license expressions
240 repo = git.Repo(os.getcwd())
276 # Full git tree scan
H A Dcheckpatch.pl34 my $git = 0;
47 $gitroot = ".git" if !defined($gitroot);
67 # git output parsing needs US English output, so first set backtick child process LANGUAGE
68 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
87 -g, --git treat FILE as a single commit or git revision range
88 single git commit with:
92 multiple git commits with:
96 git merges are ignored
124 file. It's your fault if there's no backup or git
[all...]
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian160 The git repository for mainline kernel development is at:
161 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
/kernel/linux/linux-6.6/tools/tracing/rtla/
H A DMakefile77 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ ";
85 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ ";
/kernel/linux/linux-6.6/tools/verification/rv/
H A DMakefile77 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ ";
85 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ ";
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian200 The git repository for mainline kernel development is at:
201 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dinstall_latest_from_github.sh5 # from http://github.com/intel/pm-graph.git
22 git clone http://github.com/intel/pm-graph.git $OUT/pm-graph
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh429 if test -d .git
431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt
433 echo ' ---' Output of "'"git status"'": >> $resdir/$ds/testid.txt
434 git status >> $resdir/$ds/testid.txt
437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
438 git diff HEAD >> $resdir/$ds/testid.txt
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh375 if test -d .git
377 git status >> $resdir/$ds/testid.txt
378 git rev-parse HEAD >> $resdir/$ds/testid.txt
379 git diff HEAD >> $resdir/$ds/testid.txt
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
H A DMakefile10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A DMakefile10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile253 # Generate date from either KBUILD_BUILD_TIMESTAMP or git log of
258 $(shell git log -1 --pretty="format:%cd" \

Completed in 10 milliseconds

12