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

  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
63 my $GIT = "git";
94 print STDERR "ERROR: --continue may only be used with a git repository\n";
97 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
100 print STDERR "ERROR: --merge-driver may only be used with a git repository\n";
111 -c|--[no-]continue run "git rebase --continue" after fixing ChangeLog
113 -f|--fix-merged [revision-range] fix git-merged ChangeLog entries; if a revision-range
114 is specified, run git filter-branch on the range
115 -m|--merge-driver %O %A %B act as a git merge-driver on files %O %A %
    [all...]
prepare-ChangeLog 32 # Git support added by Adam Roben <aroben@apple.com>
33 # --git-index flag added by Joe Mason <joe.mason@torchmobile.com>
122 "git-commit|g:s" => \$gitCommit,
123 "git-index" => \$gitIndex,
124 "git-reviewer:s" => \$gitReviewer,
130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
136 print STDERR " --git-index Populate the ChangeLogs from the git index only\n"
    [all...]
VCSUtils.pm 102 my $gitDiffStartRegEx = qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)#;
156 system("git", "mv", $source, $destination);
197 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
213 # if you're in a git-svn checkout. The best suggestions seen so far
215 my $output = `git config --get svn-remote.svn.fetch 2>& 1`;
223 chomp($gitBranch = `git symbolic-ref -q HEAD`);
235 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`);
240 chomp(my $gitBranchBuild = `git config --bool core.webKitBranchBuild`);
292 chomp(my $gitDir = `git rev-parse --git-dir`)
    [all...]
  /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/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/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...]

Completed in 60 milliseconds