Searched full:git (Results 1 – 25 of 6220) sorted by relevance
12345678910>>...249
... / lockfile-progs-0.1.19/.git/ lockfile-progs-0.1.19/. ...
9 Type is one of: git, hg, quilt, stgit, topgit31 get_maintainer will not look at git log history when an F: pattern32 match occurs. When an N: match occurs, git log history is used33 to also notify the people that have git commit signatures.59 T: git git://git.denx.de/u-boot-arc.git65 T: git git://git.denx.de/u-boot-arm.git71 T: git git://git.denx.de/u-boot-socfpga.git77 T: git git://git.denx.de/u-boot-atmel.git104 T: git git://git.denx.de/u-boot-imx.git127 T: git git://git.denx.de/u-boot-marvell.git[all …]
2 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 and34 # This is specific to Git-for-Windows36 # specific to Git for Windows72 template_dir=${datadir}/git-core/templates[all …]
4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 15217 Since the URL is passed directly to git clone, and the remote-ext helper20 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.py29 --- a/git/cmd.py30 +++ b/git/cmd.py[all …]
4 Subject: [PATCH] python3-git: CVE-2022-24439 fix from PR 151838 git/remote.py | 6 +++---39 git/repo/base.py | 4 ++--42 diff --git a/git/remote.py b/git/remote.py44 --- a/git/remote.py45 +++ b/git/remote.py50 - 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 …]
5 [ -d .git ] || exit 19 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 ""; then31 git stash >/dev/null || git reset --hard38 git reset &>/dev/null39 if git status -s | grep -q ""; then42 git status -s44 if git status -s | grep -q "^?? "; then[all …]
14 repositories, workflows, Git, and licensing.143 see the URL at the bottom of the page that you need to clone a Git144 repository for that particular item. Having a local Git repository of161 :ref:`overview-manual/development-environment:git`175 Yocto Metadata Layers. You can create local copies of Git181 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 but214 Git Workflows and the Yocto Project218 :ref:`overview-manual/development-environment:git`.219 Git is a free, open source distributed version control[all …]
44 script will be best if you have git installed and are making45 your changes in a branch derived from Linus' latest git tree.108 Type is one of: git, hg, quilt, stgit, topgit127 get_maintainer will not look at git log history when an F: pattern128 match occurs. When an N: match occurs, git log history is used129 to also notify the people that have git commit signatures.193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git[all …]
201 "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 …]
66 well. For example the page allocations done by a 'git gc' can be69 titan:~/git> perf record -e kmem:mm_page_alloc -c 1 ./git gc79 titan:~/git> perf report85 23.57% git-repack /lib64/libc-2.5.so86 21.81% git /lib64/libc-2.5.so87 14.59% git ./git88 11.79% git-repack ./git89 7.12% git /lib64/ld-2.5.so90 3.16% git-repack /lib64/libpthread-2.5.so91 2.09% git-repack /bin/bash[all …]
29 Using the provided tools with ``git`` makes finding bugs easy provided the bug34 - build the Kernel from its git source37 $ git bisect start41 $ git bisect bad [commit]45 $ git bisect good [commit]48 - interact with git bisect by using either::50 $ git bisect good54 $ git bisect bad57 - After some interactions, git bisect will give you the changeset that63 $ git bisect start[all …]
11 # Download helper for git, to be called from the download wrapper script22 # GIT : the git command to call31 # clone from scratch (only once!) in case the git tree is borked, or in34 # git cache).38 printf "Detected a corrupted git cache.\n" >&271 # Create and cd into the directory that will contain the local git cache72 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 …]
4 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}/repo29 RDEPENDS:${PN} = "python3 git"
14 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 …]
8 """git-make-shallow: make the current git repository shallow31 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 …]
22 """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 repo119 git_dir: Git directory containing repo128 remote = command.OutputOneLine('git', '--git-dir', git_dir, 'config',130 merge = command.OutputOneLine('git', '--git-dir', git_dir, 'config',[all …]
11 Managing patches with git20 BitKeeper. For better or for worse, the kernel project has settled on git23 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 rough27 teach the reader how to use git; that would be sufficient material for a28 long document in its own right. Instead, the focus here will be on how git30 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.html39 understanding of how git works before trying to use it to make patches[all …]
5 # 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); then76 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then79 # running further git commands89 # independent of git version, local95 if atag="$(git describe --abbrev=12 2>/dev/null)"; then106 # Is this git on svn?107 if git config --get svn-remote.svn.url >/dev/null; then[all …]
16 Gestire le modifiche con git25 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 molto29 Git ha anche i suoi lati taglienti che possono essere pericolosi; è uno32 di git ai suoi lettori; ci sarebbe materiale a sufficienza per un lungo34 git è parte del processo di sviluppo del kernel. Gli sviluppatori che35 desiderassero diventare agili con git troveranno più informazioni ai38 http://git-scm.com/40 http://www.kernel.org/pub/software/scm/git/docs/user-manual.html46 base solida su come funziona git. Uno sviluppatore che sappia usare git[all …]
5 # 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); then75 if [ -z "$(git describe --exact-match 2>/dev/null)" ]; then78 # running further git commands88 # independent of git version, local94 if atag="$(git describe --abbrev=12 2>/dev/null)"; then105 # Is this git on svn?106 if git config --get svn-remote.svn.url >/dev/null; then107 printf -- '-svn%s' "$(git svn find-rev $head)"[all …]
6 OK3568_source_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-source.git9 OK3568_kernel_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-kernel.git12 OK3568_uboot_url=git@172.16.0.250:RK/3568-linux-5.10.160/OK3568-linux-uboot.git15 git clone $OK3568_source_url OK3568_Linux_fs17 git checkout $source_branch19 git clone $OK3568_kernel_url $source_path/kernel21 git checkout $kernel_branch23 git clone $OK3568_uboot_url $source_path/u-boot25 git checkout $uboot_branch
88 diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig100 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig112 diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig124 diff --git a/arch/arm/cpu/armv7/mx5/Kconfig b/arch/arm/cpu/armv7/mx5/Kconfig136 diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig148 diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig160 diff --git a/arch/arm/cpu/armv7/omap4/Kconfig b/arch/arm/cpu/armv7/omap4/Kconfig172 diff --git a/arch/arm/cpu/armv7/omap5/Kconfig b/arch/arm/cpu/armv7/omap5/Kconfig184 diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig196 diff --git a/arch/arm/cpu/armv7/s5pc1xx/Kconfig b/arch/arm/cpu/armv7/s5pc1xx/Kconfig[all …]