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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
102 $commits = $props[13]; variable
103 /* parse commits */
104 while (preg_match($percommit_regex, $commits, $revs))
106 $commits = substr($commits, strlen($revs[0]) - 28); //leave the \-{28} in tact variable
109 wmysql_query("INSERT INTO `commits` SET `fid` = '$row[0]', `revision` = '$revs[1]', $q ON DUPLICATE KEY UPDATE $q");
  /external/chromium_org/build/git-hooks/
pre-commit 32 Submodule commits are not allowed. Please run:
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 196 commits = self.GitLog(format="%H",
206 ] for commit in commits.splitlines()
248 MESSAGE = ("Fetch straggler commits that sneaked in since this script was "
257 MESSAGE = "Squash commits into one."
test_scripts.py 125 commits = [
137 MakeChangeLogBody(commits))
143 commits = [
159 MakeChangeLogBody(commits, True))
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 896 """Retrieves a list of all the commits between the bad revision and
910 # 2 (or more) commits will share the exact same timestamp, but it's
    [all...]

Completed in 411 milliseconds