Searched refs:last_commit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-speed.py | 96 % (email_header, pid, branch, commit, last_commit, 117 def git_get_changes(branch, commit, last_commit): argument 119 if last_commit is None: 122 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 192 last_commit = None 196 last_commit = infile.read() 199 return last_commit 203 last_commit, csize, cspeed, dspeed = get_last_results(resultsFileName) 356 last_commit = update_config_file(branch, commit) variable 357 if commit == last_commit: [all …]
|