HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /packages/apps/TV/
version.mk 93 # and hh is the git hash
96 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
  /device/google/dragon-kernel/
push-kernel.sh 66 oldrev=$(git log --oneline | head -1 | sed -e "s/.*${preamble} \(.*\)/\1/")
69 git remote update
78 git log --graph --oneline $oldrev..$newrev >> $commitmsg
81 git add Image.fit
82 git commit -t $commitmsg
  /external/autotest/site_utils/suite_scheduler/
manifest_versions.py 29 """Raised when `git clone` fails to create the repository."""
75 a failed `git clone` operation.
77 a failed `git clone` operation.
78 @var _MANIFEST_VERSIONS_URL: URL of the internal manifest-versions git repo.
84 @var _git: absolute path of git binary.
91 'chromeos/manifest-versions.git')
105 self._git = _SystemOutput('which git')
113 """Determine if any builds passed since git |revision|.
115 @param revision: the git revision to look back to.
135 Clone manifest-versions.git into tempdir managed by this instance
    [all...]
  /external/curl/
buildconf.bat 4 REM This batch file must be used to set up a git tree to build on
10 if exist GIT-INFO goto start_doing
11 ECHO ERROR: This file shall only be used with a curl git tree checkout.
30 REM setup c-ares git tree
  /development/tools/checkstyle/
checkstyle.py 29 import gitlint.git as git namespace
77 commit = git.last_commit()
103 root = git.repository_root()
104 untracked_files = git.modified_files(root, False)
167 modified_lines = git.modified_lines(file_name,
219 root = git.repository_root()
220 pending_files = git.modified_files(root, True)
225 modified_files = git.modified_files(root, True, commit)
252 ['git', 'show', commit + ':' + rel_path]
    [all...]
tests.py 76 checkstyle.git.repository_root = mock_repository_root
77 checkstyle.git.last_commit = mock_last_commit
80 # Skip checks for explicit git commit.
111 checkstyle.git.modified_files = mock_modified_files_good
119 checkstyle.git.modified_files = mock_modified_files_uncommitted
126 checkstyle.git.modified_files = mock_modified_files_non_java
134 checkstyle.git.modified_files = mock_modified_files_untracked
141 checkstyle.git.modified_files = mock_modified_files_good
  /external/libdivsufsort/
generate_includes.sh 47 git add android_include/*
  /external/nanopb-c/tools/
make_linux_package.sh 9 VERSION=`git describe --always`-linux-x86
16 git archive HEAD | tar x -C $DEST
make_mac_package.sh 11 VERSION=`git describe --always`-macosx-x86
18 git archive HEAD | tar x -C $DEST
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 38 # Prior to running this script you should git-rm the previous content of the
53 echo "run from the Parameter Framework's git root"
79 # This script must be run from the Parameter Framework's git root.
117 xargs git add || fail "Failed to git-add some necessary ASIO headers"
121 git add COPYING LICENSE_1_0.txt README
123 git rm -f include/asio.hpp || true # it may already have been removed
135 git add README.parameter-framework
  /device/generic/goldfish/qemud/
Android.mk 4 # development.git/tools/emulator/. The following test is to ensure
  /external/bison/build-aux/
do-release-commit-and-tag 2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
43 - you use git for version-control
86 branch=$(git branch | sed -ne '/^\* /{s///;p;q;}')
139 case $(git diff-index --name-only HEAD) in
145 curr_br=$(git rev-parse --symbolic-full-name HEAD)
169 | git commit -F - -a || die 'git commit failed'
170 git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed'
  /external/chromium-trace/catapult/hooks/
install.py 58 """Installs the git pre-push hooks."""
63 old_precommit = os.path.join(_TOP_PATH, '.git', 'hooks', 'pre-commit')
71 Link(os.path.join('.git', 'hooks', 'pre-push'),
  /external/libcap/
Makefile 35 git tag -u D41A6DF2 -s libcap-$(VERSION).$(MINOR)
36 git tag -u E2CCF3F4 -s libcap-korg-$(VERSION).$(MINOR)
  /external/libpng/
autogen.sh 6 # The first time this is run on a GIT checkout the only files that exist are
15 # It is *probably* OK to update the files on a GIT checkout, because they have
39 if test -d .git
59 echo " are not using a GIT distribution, then you have given an"
71 # to be a GIT version and the local autotools must be used. If present this
194 if test -d .git
  /external/bison/
GNUmakefile 47 _have-git-version-gen := \
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
49 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
55 && $(_build-aux)/git-version-gen \
57 $(git-version-gen-tag-sed-script))
  /external/skia/tools/
build_command_buffer.py 42 help='Don\'t run git fetch or gclient sync in the Chromium tree')
112 subprocess.check_call(['git', 'fetch'], cwd=chrome_src_dir)
118 subprocess.check_call(['git', 'checkout', args.chrome_revision],
  /external/ceres-solver/scripts/
make_release 56 GIT_COMMIT=$(git log -1 HEAD |grep commit)
93 git checkout-index -f -a --prefix=$TMP/
  /external/iputils/
Makefile 117 LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
240 @git log --no-merges $(LASTTAG).. | git shortlog >> RELNOTES.NEW
249 @git commit -a -m "iputils-$(TAG)"
250 @git tag -s -m "iputils-$(TAG)" $(TAG)
251 @git archive --format=tar --prefix=iputils-$(TAG)/ $(TAG) | bzip2 -9 > ../iputils-$(TAG).tar.bz2
  /frameworks/multidex/instrumentation/
Android.mk 30 ASMDI_GIT_VERSION_TAG := `cd $(LOCAL_PATH); git log --format="%H" -n 1`
37 $(hide) echo "git.version=$(ASMDI_GIT_VERSION_TAG)" >> $@
  /frameworks/multidex/library/
Android.mk 28 ASMD_GIT_VERSION_TAG := `cd $(LOCAL_PATH); git log --format="%H" -n 1`
35 $(hide) echo "git.version=$(ASMD_GIT_VERSION_TAG)" >> $@
  /external/smali/
build.gradle 39 def git = org.eclipse.jgit.api.Git.open(file('.'))
40 def head = git.getRepository().getRef('HEAD')
43 if (!git.status().call().clean) {
172 connection 'scm:git:git://github.com/JesusFreke/smali.git'
173 developerConnection 'scm:git:git@github.com:JesusFreke/smali.git'
    [all...]
  /external/smali/smalidea/
build.gradle 52 def git = org.eclipse.jgit.api.Git.open(file('..'))
53 def head = git.getRepository().getRef('HEAD')
56 if (!git.status().call().clean) {
  /external/vulkan-validation-layers/
update_external_sources.bat 92 REM git is required for all paths
93 for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
96 echo git.exe not found
97 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
98 echo Install and ensure git.exe makes it into your PATH
204 git clone https://github.com/KhronosGroup/glslang.git .
205 git checkout %GLSLANG_REVISION%
216 git fetch --all
    [all...]
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 28 ### Automatically create a temporary git repository and check out the
190 git clone https://android.googlesource.com/kernel/common.git
192 git checkout "${KERNEL_VERSION}"

Completed in 1097 milliseconds

1 2 34 5 6 7 8