Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/external/skia/
DDEPS6 "common": "https://skia.googlesource.com/common.git@9bda9ca2f55b584189b83457d1cfea7805713f64",
10 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git",
11 …"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-…
12 …"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@3917682a16d5c19f…
13 …/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c…
14 …"third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/jsoncpp/jsoncpp.git@…
16 …ium" : "https://chromium.googlesource.com/chromium/src/third_party/jsoncpp.git@41239939c0c60481f34…
17 …"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@3fe91635df87…
18 …# "third_party/externals/v8" : "git://github.com/v8/v8.git@d15b0f0f2099dbd72867f3df70e9aaf5b8afbd2…
19 "third_party/externals/nanomsg": "git://github.com/nanomsg/nanomsg.git@0.4-beta",
[all …]
/external/chromium_org/
DDEPS1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git.
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
103 …Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '35189355da4b65ed5e7692f790c240a…
106 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
109 …Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21611a94cd37bfc8c28ceb3…
112 …Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf7784060091cbed3252211…
[all …]
/external/skia/tools/
Dgit_utils.py84 git, vsp = self._git, self._vsp
95 vsp.check_call([git, 'stash', 'save'])
98 [git, 'checkout', '-q', '-b',
102 git, vsp = self._git, self._vsp
105 status = vsp.check_output([git, 'status', '-s'])
107 vsp.check_call([git, 'checkout', '-q', self._original_branch])
109 vsp.check_call([git, 'stash', 'pop'])
112 vsp.check_call([git, 'branch', '-D', self._branch_name])
124 git = git_executable()
127 full_branch = vsp.strip_output([git, 'symbolic-ref', 'HEAD'])
[all …]
Dgit-sync-deps58 def git_repository_sync_is_disabled(git, directory): argument
61 [git, 'config', 'sync-deps.disable'], cwd=directory)
67 def is_git_toplevel(git, directory): argument
78 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
84 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
105 [git, 'clone', '--quiet', repo, directory])
107 if not is_git_toplevel(git, directory):
114 if git_repository_sync_is_disabled(git, directory):
118 subprocess.check_call([git, 'fetch', '--quiet'], cwd=directory)
121 [git, 'checkout', '--quiet', checkoutable], cwd=directory)
[all …]
Droll_deps.py84 self.git = git_utils.git_executable()
179 [config.git, 'log', '-n', '1', '--format=format:%B', commit])
199 git = config.git
209 config.vsp.check_call([git, 'fetch', '-q', 'origin'])
217 [git, 'clone', '-q', '--depth=%d' % self._depth,
251 [config.git, 'show-ref', 'origin/master', '--hash'])
277 [config.git, 'log', '--grep', revision_regex,
353 git, vsp = config.git, config.vsp
358 vsp.check_call([git, 'add', filename])
360 vsp.check_call([git, 'commit', '-q', '-m', message])
[all …]
/external/chromium_org/third_party/skia/
DDEPS6 "common": "https://skia.googlesource.com/common.git@5dd2918f96b277ebe04eb66469ec3d5c7ba6952a",
8 …"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@23a8a433529d9d…
9 …"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@VER-2-…
10 …"third_party/externals/gyp" : "https://chromium.googlesource.com/external/gyp.git@3917682a16d5c19f…
11 …/libjpeg" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@82ce8a6d4ebe12a177c…
12 …"third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/jsoncpp/jsoncpp.git@…
13 …"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@3fe91635df87…
14 "third_party/externals/nanomsg": "git://github.com/nanomsg/nanomsg.git@0.4-beta",
23 …ternals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-4.2.2_r1.2",
24 …xternals/gif" : "https://android.googlesource.com/platform/external/giflib.git@android-4.2.2_r1.2",
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
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 …]
/external/chromium_org/third_party/skia/tools/
Dgit-sync-deps50 for git in searchlist:
52 subprocess.call([git, '--version'], stdout=devnull)
55 return git
76 def git_repository_sync_is_disabled(git, directory): argument
79 [git, 'config', 'sync-deps.disable'], cwd=directory)
85 def is_git_toplevel(git, directory): argument
96 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
123 [git, 'clone', '--quiet', repo, directory])
125 if not is_git_toplevel(git, directory):
[all …]
/external/chromium_org/third_party/polymer_legacy/platform/
DCONTRIBUTING.md28 git clone git@github.com:{{ username }}/{{ repository }}.git --recursive
32 git submodule init
33 git submodule update
37 git clone git://github.com/Polymer/tools.git && tools/bin/pull-all.sh
54 git remote add upstream git://github.com/Polymer/{{ repository }}.git
58 git pull upstream master
63 pu = !"git fetch origin -v; git fetch upstream -v; git merge upstream/master"
65 …in (upstream) repo, and merge the two. Then it's just a matter of running `git pu` before a change…
67 git checkout master
68 git pu
[all …]
/external/chromium_org/build/
Dtree_truth.sh12 oneline=$(cd $1 && git log -1 $2 --format='%H' 2>/dev/null)
21 ( cd $1 && git log HEAD -n1 --format='%H' | cat )
28 ( cd $1 && git tag -f $2 )
35 ( cd $1 && git tag -d $2 )
42 local sh=$(cd $1 && git log --pretty=oneline -n 3 | tail -1 | awk '{print $1}')
43 ( cd $1 && git tag -f $2 $sh )
64 ( cd $1 && git log -n 10 --stat | cat)
67 ( cd $1 && git log -n 500 $2..HEAD --stat | cat)
92 (cd $CHROME_SRC/../$p && git log -n 10 --format=" %H %s %an, %ad" | cat)
/external/chromium_org/third_party/cython/src/
DMakefile2 REPO = git://github.com/cython/cython.git
10 .git: .gitrev
12 git clone -n $(REPO) $(TMPDIR)
13 cd $(TMPDIR) && git reset -q "$(shell cat .gitrev)"
14 mv $(TMPDIR)/.git .
16 git ls-files -d | xargs git checkout --
18 repo: .git
/external/chromium_org/third_party/libvpx/
Dupdate_libvpx.sh53 git init
54 git add .
55 git commit -a -m "Current libvpx"
58 git remote add origin $GIT_REPO
59 git fetch
67 git checkout -b tot $GIT_BRANCH
70 hash=$(git log -1 --format="%H")
93 rm -rf .git
/external/libvpx/libvpx/tools/
Dftfy.sh48 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
120 git show > "${ORIG_DIFF}"
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do
130 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
Dftfy.sh48 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
120 git show > "${ORIG_DIFF}"
123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do
129 git diff --no-color --no-ext-diff > "${MODIFIED_DIFF}"
[all …]
/external/llvm/utils/git-svn/
Dgit-svnrevert11 git status -uno
17 SVN_REVISION=$(git svn find-rev "$COMMIT")
24 ONE_LINE_MSG=$(git log --oneline $COMMIT -1 | cut -f2- -d " ")
27 git revert --no-commit $COMMIT 2>/dev/null
30 git reset --hard HEAD
43 git commit --file="$TEMPLATE" --edit
46 git reset --hard HEAD
Dgit-svnup5 git status -uno
9 git fetch
10 OLD_BRANCH=$(git rev-parse --abbrev-ref HEAD)
11 git checkout master 2> /dev/null
12 git svn rebase -l
13 git checkout $OLD_BRANCH 2> /dev/null
/external/okhttp/
Ddeploy_website.sh15 git clone $REPO $DIR
21 git checkout -t origin/gh-pages
36 git add .
37 git add -u
38 git commit -m "Website at $(date)"
41 git push origin gh-pages
/external/chromium_org/v8/
D.DEPS.git8 'https://chromium.googlesource.com/chromium/blink.git',
15 Var('git_url') + '/external/gyp.git@a3e2a5caf24a1e0a45401e09ad131210bf16b852',
17 Var('git_url') + '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
19 Var('git_url') + '/external/googlemock.git@896ba0e03f520fb9b6ed582bde2bd00847e3c3f2',
21 Var('git_url') + '/external/googletest.git@4650552ff637bb44ecf7784060091cbed3252211',
23 Var('git_url') + '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
30 Var('git_url') + '/android_tools.git@31869996507de16812bb53a3d0aaa15cd6194c16',
35 Var('git_url') + '/chromium/deps/cygwin.git@06a117a90c15174436bfa20ceebbfdf43b7eb820',
37 … Var('git_url') + '/chromium/deps/python_26.git@67d19f904470effe3122d27101cc5a8195abd157',
/external/strace/
Dgit-version-gen157 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
158 || git describe --abbrev=4 HEAD 2>/dev/null` \
170 *-*-*) : git describe is okay three part flavor ;;
172 : git describe is older two part flavor
177 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
190 elif test "x$fallback" = x || git --version >/dev/null 2>&1; then
203 git update-index --refresh > /dev/null 2>&1
205 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
/external/smack/asmack-master/
Dbuild.bash22 git clone "${1}" "${3}"
24 git checkout "${2}"
27 git fetch
28 git checkout "${2}"
56 if [ -f .used-smack-git-repo ] && [ $(cat .used-smack-git-repo) != $SMACK_REPO ] ; then
62 echo "${SMACK_REPO}" > .used-smack-git-repo
72 git archive $SMACK_BRANCH | tar -x -C ${SRC_DIR}/smack
118 if [[ -d $d/.git ]] ; then
119 v=$(cd $d && git rev-parse HEAD)
131 v=$(git rev-parse HEAD)
[all …]
/external/chromium_org/build/git-hooks/
Dpre-commit5git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | x…
7git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' |…
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
/external/chromium_org/third_party/libxml/
DREADME.chromium17 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd4a639a8b9e31f50f31c…
18 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/?id=ea90b894146030c…
19 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df83c17e5a2646bd923f75…
20 - Import follow-on fix for above commit: http://git.gnome.org/browse/libxml2/commit/?id=fec31bcd452…
21 - And a follow-on fix to the previous two fixes, committed upstream: http://git.gnome.org/browse/li…
24 - Add fix for entities, commit upstream is http://git.gnome.org/browse/libxml2/commit/?id=5bd3c0618…
25 - Import UTF-8 fix from upstream: http://git.gnome.org/browse/libxml2/commit/?id=0795348aeb86648723…
26 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/xpath.c?id=2ddecc23862bab1a9a9e51e097…
27 - Merge clang warning fix http://git.gnome.org/browse/libxml2/commit/?id=aae48e64dfbf2b46b157a4c185…
34 - Merge a clang warning fix http://git.gnome.org/browse/libxml2/commit/?id=713434d2309da469d64b35e1…
[all …]
/external/bison/build-aux/
Dgit-version-gen154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \
155 || git describe --abbrev=4 HEAD 2>/dev/null` \
167 *-*-*) : git describe is okay three part flavor ;;
169 : git describe is older two part flavor
174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
198 git update-index --refresh > /dev/null 2>&1
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
/external/chromium_org/third_party/skia/docs/
Dquickstart.md13 This guide assumes you've got `git`, `ninja`, and `python` on your path.
16 * `git clone https://skia.googlesource.com/skia.git`
20 * `python tools/git-sync-deps`
32 * `git checkout -b my-new-feature origin/master`
34 * `git commit -am "Changes for my new feature."`
36 * `git commit --amend -a`
39 * `git pull --rebase`
42 * `git cl upload -r my-skia-reviewer@google.com -s`
43 * `git cl web`
/external/skia/docs/
Dquickstart.md13 This guide assumes you've got `git`, `ninja`, and `python` on your path.
16 * `git clone https://skia.googlesource.com/skia.git`
20 * `python tools/git-sync-deps`
32 * `git checkout -b my-new-feature origin/master`
34 * `git commit -am "Changes for my new feature."`
36 * `git commit --amend -a`
39 * `git pull --rebase`
42 * `git cl upload -r my-skia-reviewer@google.com -s`
43 * `git cl web`

12345678910>>...17