HomeSort by relevance Sort by last modified time
    Searched refs:commits (Results 1 - 4 of 4) 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/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/libvncserver/webclients/novnc/
README.md 9 Notable commits, announcements and news are posted to

Completed in 224 milliseconds