Home
last modified time | relevance | path

Searched full:git (Results 1 – 14 of 14) sorted by relevance

/kvm-unit-tests/scripts/
H A Dcheck-patch.py9 # This file is taken from qemu.git 029e13a8a56a2 .gitlab-ci.d/check-patch.py
23 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame)
27 # ancestor between the user's branch and current git master.
28 subprocess.check_call(["git", "remote", "add", "check-patch", repourl])
29 subprocess.check_call(["git", "fetch", "check-patch", "master"])
34 ancestor = subprocess.check_output(["git", "merge-base",
40 log = subprocess.check_output(["git", "log", "--format=%H %s",
44 subprocess.check_call(["git", "remote", "rm", "check-patch"])
54 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", "--no-tree", "--git",
H A Dget_maintainer.pl101 "available" => '(which("git") ne "") && (-e ".git")',
103 "git log --no-color --follow --since=\$email_git_since " .
112 "git log --no-color " .
121 "git log --no-color " .
128 "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
129 "blame_file_cmd" => "git blame -l \$file",
135 "file_exists_cmd" => "git ls-files \$file",
136 "list_files_cmd" => "git ls-files \$file",
226 'git!' => \$email_git,
227 'git-all-signature-types!' => \$email_git_all_signature_types,
[all …]
H A Dcheckpatch.pl10 # This file is taken from linux.git 933069701c1b5 scripts/checkpatch.pl
42 my $git = 0;
55 $gitroot = ".git" if !defined($gitroot);
77 # git output parsing needs US English output, so first set backtick child process LANGUAGE
78 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
101 -g, --git treat FILE as a single commit or git revision range
102 single git commit with:
106 multiple git commits with:
110 git merges are ignored
138 file. It's your fault if there's no backup or git
[all …]
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml7 - brew install coreutils bash git gnu-getopt make qemu i686-elf-gcc
9 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
10 - git fetch origin "@CI_COMMIT_REF_NAME@"
11 - git reset --hard "@CI_COMMIT_SHA@"
H A Dcirrus-ci-macos-x86-64.yml7 - brew install coreutils bash git gnu-getopt make qemu x86_64-elf-gcc
9 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
10 - git fetch origin "@CI_COMMIT_REF_NAME@"
11 - git reset --hard "@CI_COMMIT_SHA@"
H A Dcirrus-ci-fedora.yml10 - dnf install -y diffutils gcc git make qemu-system-x86
12 - git clone --depth 100 "@CI_REPOSITORY_URL@" .
13 - git fetch origin "@CI_COMMIT_REF_NAME@"
14 - git reset --hard "@CI_COMMIT_SHA@"
/kvm-unit-tests/lib/libfdt/
H A DREADME3 directory of git://git.kernel.org/pub/scm/utils/dtc/dtc.git -
/kvm-unit-tests/
H A DMAINTAINERS21 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
63 T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
86 T: https://gitlab.com/jones-drew/kvm-unit-tests.git
103 T: https://gitlab.com/jones-drew/kvm-unit-tests.git
122 T: https://gitlab.com/bonzini/kvm-unit-tests.git
H A DREADME219 You can add the following to .git/config to do this automatically for you:
227 code. git-diff's orderFile feature allows us to specify the order in a
228 file. The orderFile we use is `scripts/git.difforder`; adding the config
229 with `git config diff.orderFile scripts/git.difforder` enables it.
H A DREADME.md219 You can add the following to .git/config to do this automatically for you:
227 code. git-diff's orderFile feature allows us to specify the order in a
228 file. The orderFile we use is `scripts/git.difforder`; adding the config
229 with `git config diff.orderFile scripts/git.difforder` enables it.
H A D.travis.yml5 git:
H A DMakefile125 all: directories $(shell (cd $(SRCDIR) && git rev-parse --verify --short=8 HEAD) >build-head 2>/dev…
H A Dconfigure72 # Enable -Werror by default for git repositories only (i.e. developer builds)
73 if [ -e "$srcdir"/.git ]; then
H A D.gitlab-ci.yml569 - apk -U add git perl