Home | History | Annotate | Download | only in tools

Lines Matching refs:commit_time

1370     commit_time = int(output)
1374 cmd = ['log', '--format=%H', '-10', '--after=%d' % commit_time,
1381 cmd = ['log', '--format=%H', '-10', '--before=%d' % commit_time,
2825 commit_time = int(output)
2830 '--before=%d' % (commit_time + 900), '--after=%d' % commit_time,