Home
last modified time | relevance | path

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

12345678910>>...249

/OK3568_Linux_fs/buildroot/dl/lockfile-progs/
HDlockfile-progs_0.1.19.tar.gz ... / lockfile-progs-0.1.19/.git/ lockfile-progs-0.1.19/. ...
/OK3568_Linux_fs/u-boot/
H A DMAINTAINERS9 Type is one of: git, hg, quilt, stgit, topgit
31 get_maintainer will not look at git log history when an F: pattern
32 match occurs. When an N: match occurs, git log history is used
33 to also notify the people that have git commit signatures.
59 T: git git://git.denx.de/u-boot-arc.git
65 T: git git://git.denx.de/u-boot-arm.git
71 T: git git://git.denx.de/u-boot-socfpga.git
77 T: git git://git.denx.de/u-boot-atmel.git
104 T: git git://git.denx.de/u-boot-imx.git
127 T: git git://git.denx.de/u-boot-marvell.git
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/
H A Dgit_2.35.7.bb2 HOMEPAGE = "http://git-scm.com"
3 DESCRIPTION = "Git is a free and open source distributed version control system designed to handle …
8 PROVIDES:append:class-native = " git-replacement-native"
10 SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \
15 S = "${WORKDIR}/git-${PV}"
28 CVE_PRODUCT = "git-scm:git"
31 # in mirrored git repos. Most OE users wouldn't build the docs and
34 # This is specific to Git-for-Windows
36 # specific to Git for Windows
72 template_dir=${datadir}/git-core/templates
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 1521
7 Since the URL is passed directly to git clone, and the remote-ext helper
20 git/cmd.py | 51 ++++++++++++++++++++++++--
21 git/exc.py | 8 ++++
22 git/objects/submodule/base.py | 19 ++++++----
23 git/remote.py | 69 +++++++++++++++++++++++++++++++----
24 git/repo/base.py | 44 ++++++++++++++++++----
27 diff --git a/git/cmd.py b/git/cmd.py
29 --- a/git/cmd.py
30 +++ b/git/cmd.py
[all …]
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 1518
38 git/remote.py | 6 +++---
39 git/repo/base.py | 4 ++--
42 diff --git a/git/remote.py b/git/remote.py
44 --- a/git/remote.py
45 +++ b/git/remote.py
50 - proc = self.repo.git.fetch(self, *args, as_process=True, with_stdout=False,
51 + proc = self.repo.git.fetch("--", self, *args, as_process=True, with_stdout=False,
58 kwargs = add_progress(kwargs, self.repo.git, progress)
59 - proc = self.repo.git.pull(self, refspec, with_stdout=False, as_process=True,
[all …]
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dsave-patches.sh5 [ -d .git ] || exit 1
9 BASE_COMMIT=$(git log --pretty="%H" -1 "${3:-HEAD}" --)
11 echo "[$PROJECT] Base commit: $(git log --oneline $BASE_COMMIT -1)"
29 git add .
30 if git diff HEAD -- | grep -q ""; then
31 git stash >/dev/null || git reset --hard
38 git reset &>/dev/null
39 if git status -s | grep -q ""; then
42 git status -s
44 if git status -s | grep -q "^?? "; then
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst14 repositories, workflows, Git, and licensing.
143 see the URL at the bottom of the page that you need to clone a Git
144 repository for that particular item. Having a local Git repository of
161 :ref:`overview-manual/development-environment:git`
175 Yocto Metadata Layers. You can create local copies of Git
181 For steps on how to view and access these upstream Git repositories,
189 these files does not produce a local copy of the Git repository but
214 Git Workflows and the Yocto Project
218 :ref:`overview-manual/development-environment:git`.
219 Git is a free, open source distributed version control
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS44 script will be best if you have git installed and are making
45 your changes in a branch derived from Linus' latest git tree.
108 Type is one of: git, hg, quilt, stgit, topgit
127 get_maintainer will not look at git log history when an F: pattern
128 match occurs. When an N: match occurs, git log history is used
129 to also notify the people that have git commit signatures.
193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py201 "git:///path/example.git": {
202 'uri': 'git:///path/example.git',
203 'scheme': 'git',
207 'path': '/path/example.git',
216 "git:path/example.git": {
217 'uri': 'git:path/example.git',
218 'scheme': 'git',
222 'path': 'path/example.git',
231 "git://example.net/path/example.git": {
232 'uri': 'git://example.net/path/example.git',
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dexamples.txt66 well. For example the page allocations done by a 'git gc' can be
69 titan:~/git> perf record -e kmem:mm_page_alloc -c 1 ./git gc
79 titan:~/git> perf report
85 23.57% git-repack /lib64/libc-2.5.so
86 21.81% git /lib64/libc-2.5.so
87 14.59% git ./git
88 11.79% git-repack ./git
89 7.12% git /lib64/ld-2.5.so
90 3.16% git-repack /lib64/libpthread-2.5.so
91 2.09% git-repack /bin/bash
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbug-bisect.rst29 Using the provided tools with ``git`` makes finding bugs easy provided the bug
34 - build the Kernel from its git source
37 $ git bisect start
41 $ git bisect bad [commit]
45 $ git bisect good [commit]
48 - interact with git bisect by using either::
50 $ git bisect good
54 $ git bisect bad
57 - After some interactions, git bisect will give you the changeset that
63 $ git bisect start
[all …]
/OK3568_Linux_fs/buildroot/support/download/
H A Dgit11 # Download helper for git, to be called from the download wrapper script
22 # GIT : the git command to call
31 # clone from scratch (only once!) in case the git tree is borked, or in
34 # git cache).
38 printf "Detected a corrupted git cache.\n" >&2
71 # Create and cd into the directory that will contain the local git cache
72 git_cache="${dl_dir}/git"
83 printf '%s ' GIT_DIR="${git_cache}/.git" ${GIT} "${@}"; printf '\n'
89 eval GIT_DIR="${git_cache}/.git" ${GIT} "${@}"
92 # Create a warning file, that the user should not use the git cache.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/repo/
H A Drepo_2.22.bb4 SUMMARY = "Tool for managing many Git repositories"
5 DESCRIPTION = "Repo is a tool built on top of Git. Repo helps manage many Git repositories, does th…
12 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
17 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.g…
19 S = "${WORKDIR}/git"
26 install -D ${WORKDIR}/git/repo ${D}${bindir}/repo
29 RDEPENDS:${PN} = "python3 git"
/OK3568_Linux_fs/buildroot/support/testing/tests/download/
H A Dtest_git.py14 gitremotedir = infra.filepath("tests/download/git-remote")
52 br2_external = [infra.filepath("tests/download/br2-external/git-hash")]
62 br2_external = [infra.filepath("tests/download/br2-external/git-refs")]
66 self.check_download("git-wrong-content")
68 self.check_download("git-wrong-sha1")
69 self.check_download("git-partial-sha1-branch-head")
70 self.check_download("git-partial-sha1-reachable-by-branch")
71 self.check_download("git-partial-sha1-reachable-by-tag")
72 self.check_download("git-partial-sha1-tag-itself")
73 self.check_download("git-partial-sha1-tag-points-to")
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow8 """git-make-shallow: make the current git repository shallow
31 git_dir = check_output(['git', 'rev-parse', '--git-dir']).rstrip()
35 check_output(['git', 'fetch', '--unshallow'])
44 revs = check_output(['git', 'rev-list'] + args.revisions).splitlines()
48 ref_revs = check_output(['git', 'rev-list'] + args.refs).splitlines()
51 if check_output(['git', 'rev-parse', '{}^@'.format(rev)]):
58 subprocess.check_call(['git', 'fsck', '--unreachable'])
63 # can't be easily restored with a git fetch.
66 …parser.add_argument('--shrink', '-s', action='store_true', help='shrink the git repository by repa…
67 parser.add_argument('revisions', metavar='REVISION', nargs='+', help='a git revision/commit')
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py22 """Create a command to perform a 'git log'
26 git_dir: Path to git repositiory (None to use default)
33 cmd = ['git']
35 cmd += ['--git-dir', git_dir]
78 pipe = ['git', 'name-rev', commit_hash]
90 'git name-rev' returns a plain branch name, with no ! or ^ modifiers.
93 git_dir: Git directory containing repo
119 git_dir: Git directory containing repo
128 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
130 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config',
[all …]
/OK3568_Linux_fs/kernel/Documentation/process/
H A D7.AdvancedTopics.rst11 Managing patches with git
20 BitKeeper. For better or for worse, the kernel project has settled on git
23 Managing patches with git can make life much easier for the developer,
24 especially as the volume of those patches grows. Git also has its rough
27 teach the reader how to use git; that would be sufficient material for a
28 long document in its own right. Instead, the focus here will be on how git
30 wish to come up to speed with git will find more information at:
32 https://git-scm.com/
34 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
39 understanding of how git works before trying to use it to make patches
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
64 # Check for git and a git repo.
65 if test -z "$(git rev-parse --show-cdup 2>/dev/null)" &&
66 head=$(git rev-parse --verify HEAD 2>/dev/null); then
76 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then
79 # running further git commands
89 # independent of git version, local
95 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
106 # Is this git on svn?
107 if git config --get svn-remote.svn.url >/dev/null; then
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
64 # Check for git and a git repo.
65 if test -z "$(git rev-parse --show-cdup 2>/dev/null)" &&
66 head=$(git rev-parse --verify HEAD 2>/dev/null); then
76 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then
79 # running further git commands
89 # independent of git version, local
95 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
106 # Is this git on svn?
107 if git config --get svn-remote.svn.url >/dev/null; then
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A D7.AdvancedTopics.rst16 Gestire le modifiche con git
25 peggio, il progetto del kernel ha deciso di usare git per gestire i sorgenti.
27 Gestire le modifiche con git può rendere la vita dello sviluppatore molto
29 Git ha anche i suoi lati taglienti che possono essere pericolosi; è uno
32 di git ai suoi lettori; ci sarebbe materiale a sufficienza per un lungo
34 git è parte del processo di sviluppo del kernel. Gli sviluppatori che
35 desiderassero diventare agili con git troveranno più informazioni ai
38 http://git-scm.com/
40 http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
46 base solida su come funziona git. Uno sviluppatore che sappia usare git
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
64 # Check for git and a git repo.
65 if head=$(git rev-parse --verify HEAD 2>/dev/null); then
75 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then
78 # running further git commands
88 # independent of git version, local
94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
105 # Is this git on svn?
106 if git config --get svn-remote.svn.url >/dev/null; then
107 printf -- '-svn%s' "$(git svn find-rev $head)"
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
64 # Check for git and a git repo.
65 if head=$(git rev-parse --verify HEAD 2>/dev/null); then
75 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then
78 # running further git commands
88 # independent of git version, local
94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
105 # Is this git on svn?
106 if git config --get svn-remote.svn.url >/dev/null; then
107 printf -- '-svn%s' "$(git svn find-rev $head)"
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dsetlocalversion5 # control systems git, mercurial (hg) and subversion (svn).
64 # Check for git and a git repo.
65 if head=$(git rev-parse --verify HEAD 2>/dev/null); then
75 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then
78 # running further git commands
88 # independent of git version, local
94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then
105 # Is this git on svn?
106 if git config --get svn-remote.svn.url >/dev/null; then
107 printf -- '-svn%s' "$(git svn find-rev $head)"
[all …]
/OK3568_Linux_fs/
H A Drelease_ok3568.sh6 OK3568_source_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-source.git
9 OK3568_kernel_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-kernel.git
12 OK3568_uboot_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-uboot.git
15 git clone $OK3568_source_url OK3568_Linux_fs
17 git checkout $source_branch
19 git clone $OK3568_kernel_url $source_path/kernel
21 git checkout $kernel_branch
23 git clone $OK3568_uboot_url $source_path/u-boot
25 git checkout $uboot_branch
/OK3568_Linux_fs/buildroot/boot/uboot/2015.07/
H A D0001-Revert-arch-Make-board-selection-choices-optional.patch88 diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
100 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
112 diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig
124 diff --git a/arch/arm/cpu/armv7/mx5/Kconfig b/arch/arm/cpu/armv7/mx5/Kconfig
136 diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
148 diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig
160 diff --git a/arch/arm/cpu/armv7/omap4/Kconfig b/arch/arm/cpu/armv7/omap4/Kconfig
172 diff --git a/arch/arm/cpu/armv7/omap5/Kconfig b/arch/arm/cpu/armv7/omap5/Kconfig
184 diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig
196 diff --git a/arch/arm/cpu/armv7/s5pc1xx/Kconfig b/arch/arm/cpu/armv7/s5pc1xx/Kconfig
[all …]

12345678910>>...249