HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 6 # This file is automatically generated from the git commit history
9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
ftfy.sh 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
59 git commit -a -C HEAD > /dev/null
60 git commit --amend -F- << EOF
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
85 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
111 if ! git diff --quiet HEAD; then
117 cd "$(git rev-parse --show-toplevel)"
120 git show > "${ORIG_DIFF}"
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
get-pick-list.sh 6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /external/chromium_org/tools/git/
graph.sh 9 Prerequisites: git and GNU R (apt-get install r-base).
28 commit=$(git rev-list -1 --until="$ago days ago" origin/trunk)
29 git checkout -q -f $commit
30 count=$(git grep -E "$target" -- '*.cc' '*.h' '*.m' '*.mm' | wc -l)
  /external/mesa3d/bin/
get-pick-list.sh 6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 13 (cd depot_tools && git pull);
15 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git;
45 gclient config --name . https://skia.googlesource.com/skia.git
47 git checkout master
52 # git apply $PATCH
  /external/skia/experimental/webtry/setup/
continue_install 13 (cd depot_tools && git pull);
15 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git;
45 gclient config --name . https://skia.googlesource.com/skia.git
47 git checkout master
52 # git apply $PATCH
  /external/bison/build-aux/
git-version-gen 20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
22 # - from a git repository in which the "git describe" command below
24 # - from a non-git-repo directory containing a .tarball-version file, which
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
32 # the last time autoconf was run, and used by git-version-gen. Must not
33 # be present in either $(srcdir) or $(builddir) for git-version-gen to
58 # m4_esyscmd([build-aux/git-version-gen .tarball-version])
    [all...]
  /external/chromium_org/third_party/skia/tools/
git-sync-deps 8 """Parse a DEPS file and git checkout all of the dependencies.
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
15 ['git', 'git.exe', 'git.bat'] in your default path.
22 Git Config:
25 git config sync-deps.disable true
29 git config --unset sync-deps.disable
58 def git_repository_sync_is_disabled(git, directory):
61 [git, 'config', 'sync-deps.disable'], cwd=directory
    [all...]
git_utils.py 16 """Class to manage git branches.
21 Assumes current working directory is a git repository.
43 OSError: the git executable disappeared.
44 subprocess.CalledProcessError: git returned unexpected status.
46 isn't clean on exit, or git can't be found.
69 raise Exception('Git can\'t be found.')
84 git, vsp = self._git, self._vsp
95 vsp.check_call([git, 'stash', 'save'])
98 [git, 'checkout', '-q', '-b',
102 git, vsp = self._git, self._vs
    [all...]
  /external/skia/tools/
git-sync-deps 8 """Parse a DEPS file and git checkout all of the dependencies.
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
15 ['git', 'git.exe', 'git.bat'] in your default path.
22 Git Config:
25 git config sync-deps.disable true
29 git config --unset sync-deps.disable
58 def git_repository_sync_is_disabled(git, directory):
61 [git, 'config', 'sync-deps.disable'], cwd=directory
    [all...]
git_utils.py 16 """Class to manage git branches.
21 Assumes current working directory is a git repository.
43 OSError: the git executable disappeared.
44 subprocess.CalledProcessError: git returned unexpected status.
46 isn't clean on exit, or git can't be found.
69 raise Exception('Git can\'t be found.')
84 git, vsp = self._git, self._vsp
95 vsp.check_call([git, 'stash', 'save'])
98 [git, 'checkout', '-q', '-b',
102 git, vsp = self._git, self._vs
    [all...]
  /external/chromium_org/build/git-hooks/
pre-commit 5 git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | xargs
7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
11 if git rev-parse --verify --quiet --no-revs MERGE_HEAD; then
12 merge_base=$(git merge-base HEAD MERGE_HEAD)
34 git status --ignore-submodules=dirty
38 git diff-index --cached --ignore-submodules=dirty HEAD
49 git diff-index --cached "$1" .gitmodules
52 if [ "$(git ls-files .gitmodules)" ] && [ "$(gitmodules_diff $head_ref)" ]; then
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
ftfy.sh 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
59 git commit -a -C HEAD > /dev/null
60 git commit --amend -F- << EOF
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
85 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
111 if ! git diff --quiet HEAD; then
117 cd "$(git rev-parse --show-toplevel)"
120 git show > "${ORIG_DIFF}"
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /external/chromium_org/tools/
safely-roll-deps.py 78 ' to upload. For instance, if you use the old git workflow,'
102 prnt_subprocess.check_call(['git', 'clean', '-d', '-f'])
103 prnt_subprocess.call(['git', 'rebase', '--abort'])
105 old_branch = scm.GIT.GetBranch(root_dir)
114 prnt_subprocess.check_call(['git', 'checkout', options.upstream, '-f'])
115 prnt_subprocess.call(['git', 'branch', '-D', old_branch])
121 prnt_subprocess.check_call(['git', 'fetch', 'origin'])
122 prnt_subprocess.call(['git', 'svn', 'fetch'])
123 branch_cmd = ['git', 'checkout', '-b', new_branch, options.upstream]
142 prnt_subprocess.check_output(['git', 'commit', '-m', commit_msg, 'DEPS']
    [all...]
safely-roll-blink.py 59 ' to upload. For instance, if you use the old git workflow,'
80 old_branch = scm.GIT.GetBranch(root_dir)
87 ['git', 'checkout', '-b', 'blink_roll', options.upstream])
109 subprocess2.check_output(['git', 'commit', '-m', commit_msg, 'DEPS'])
110 subprocess2.check_call(['git', 'diff', options.upstream])
111 upload_cmd = ['git', 'cl', 'upload']
121 subprocess2.check_output(['git', 'checkout', old_branch])
122 subprocess2.check_output(['git', 'branch', '-D', 'blink_roll'])
  /external/libvpx/libvpx/tools/
ftfy.sh 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
59 git commit -a -C HEAD > /dev/null
60 git commit --amend -F- << EOF
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
85 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
111 if ! git diff --quiet HEAD; then
117 cd "$(git rev-parse --show-toplevel)"
120 git show > "${ORIG_DIFF}"
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
build.sh 45 LogExecute git clone $url $dir
48 LogExecute git fetch origin
53 LogExecute git checkout $sha
  /external/iptables/
release.sh 15 git shortlog "v$PREV_VERSION..v$VERSION" > "$TMPDIR/$CHANGELOG"
16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 144 git clone --template=${DEPOT_TOOLS_DIR}/git-templates \
145 https://chromium.googlesource.com/chromium/src.git
147 git config target.os android
152 git crup -j8
155 git log -1
  /external/chromium_org/third_party/dom_distiller_js/
update_domdistiller_js.sh 26 git clone https://code.google.com/p/dom-distiller/ .
28 new_gitsha=$(git rev-parse --short=10 HEAD)
29 git log --oneline ${curr_gitsha}.. > $changes
36 git log ${curr_gitsha}.. \
  /external/harfbuzz_ng/src/hb-ucdn/
Makefile.am 18 -include $(top_srcdir)/git.mk
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 44 LogExecute git clone $url $dir
47 LogExecute git fetch origin
52 LogExecute git checkout $sha
71 LogExecute git submodule update --init
  /external/glide/install_maven_dependencies/
install-android-deps.sh 12 git clone https://github.com/mosabua/maven-android-sdk-deployer.git
  /external/chromium_org/v8/tools/
v8-rolls.sh 48 -s Chromium git hash to start printing V8 information about.
53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
57 git blame -L$(v8_line $1),+1 $1 DEPS | grep $DEPS_STRING
69 git svn find-rev $1
73 msg=$(git log --format="%h %ci %ce" -1 $1)

Completed in 1127 milliseconds

12 3 4 5 6 7