HomeSort by relevance Sort by last modified time
    Searched refs:GIT (Results 1 - 11 of 11) sorted by null

  /external/bison/build-aux/
gnu-web-doc-update 5 # assumes you're using git for revision control,
104 find_tool GIT git
137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
144 $GIT submodule update --recursive
145 $GIT branch -d $tmp_branch
155 $GIT checkout -b $tmp_branch v$version
156 $GIT submodule update --recursive
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
  /external/chromium_org/third_party/skia/tools/
roll_deps.py 11 - searches through the last N Skia git commits to find out the hash that is
19 To specify the location of the git executable, set the GIT_EXECUTABLE
72 chromium_path: (string) path to a local chromium git repository.
74 verbose: (boolean) iff false, suppress the output from git-cl.
115 '-c', '--chromium_path', help='Path to local Chromium Git'
121 help='The Skia Git commit hash.')
127 '', '--verbose', help='Do not suppress the output from `git cl`.',
136 ' To skip `git cl try`, set this to an empty string.'
182 git_utils.GIT, 'cl', 'try', '-m', 'tryserver.chromium']
201 revision: (string) Skia Git hash
    [all...]
submit_try 12 adds some validation and supports both git and svn.
42 GIT = 'git.bat' if os.name == 'nt' else 'git'
73 cmd = ['git', 'rev-parse', '--show-toplevel']
249 cmd = [GIT, 'diff', git_cl.Changelist().GetUpstreamBranch(),
254 raise Exception('Failed to capture git diff!')
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 30 os.path.dirname(__file__), os.pardir, os.pardir, '.git'))
121 return self._run_in_git_root(args=[git_utils.GIT, 'diff'])
144 JSON file, while the git filenames and revision tags are plain ASCII.
compare_rendered_pictures.py 167 # of source_dir. If source_dir points at a git checkout, and that
492 """Get the commit hash of source_dir, IF it refers to a git checkout.
502 args=[git_utils.GIT, 'rev-parse', 'HEAD'], cwd=repo_dir).strip()
  /external/skia/tools/
submit_try 12 adds some validation and supports both git and svn.
42 GIT = 'git.bat' if os.name == 'nt' else 'git'
73 cmd = ['git', 'rev-parse', '--show-toplevel']
249 cmd = [GIT, 'diff', git_cl.Changelist().GetUpstreamBranch(),
254 raise Exception('Failed to capture git diff!')
  /external/mesa3d/src/mesa/
Android.gen.mk 114 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git"
116 $(hide) if which git > /dev/null; then \
117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \
118 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 13 GIT_PATH = "git"
22 # by webkit-patch for git checkouts.
55 /^diff --git "?a\/.+"? "?b\/(.+)"?\r?$/,
70 GIT_BINARY_FILE_MARKER_FORMAT = /^GIT binary patch$/
587 @image_error = "Exception raised during decoding git binary patch:<pre>#{CGI.escapeHTML($!.to_s + "\n" + $!.backtrace.join("\n"))}</pre>"
685 diff --git a/#{filename} b/#{filename}
688 GIT binary patch
697 diff --git a/#{from_filename} b/#{to_filename}
701 GIT binary patch
729 # Apply the git binary patch using git-apply
    [all...]
  /external/bison/
maint.mk 60 GIT = git
61 VC = $(GIT)
102 ifeq ($(VC),$(GIT))
378 # git grep -l '\<exit *(1)' \
382 # git grep -l '\<exit *(0)' \
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 110 my $gitDiffStartRegEx = qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)#;
170 system("git", "mv", $source, $destination);
213 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
229 # if you're in a git-svn checkout. The best suggestions seen so far
231 my $output = `git config --get svn-remote.svn.fetch 2>& 1`;
239 chomp($gitBranch = `git symbolic-ref -q HEAD`);
251 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`);
256 chomp(my $gitBranchBuild = `git config --bool core.webKitBranchBuild`);
307 chomp(my $gitDir = `git rev-parse --git-dir`)
    [all...]

Completed in 1096 milliseconds