Home
last modified time | relevance | path

Searched refs:commit_time (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_utils.py52 self.assertTrue(c2.commit_time > c1.commit_time)
58 self.assertTrue(c4.commit_time > c2.commit_time)
59 self.assertTrue(c4.commit_time > c3.commit_time)
84 self.assertEqual(124, c1.commit_time)
85 self.assertEqual(123, c2.commit_time)
86 self.assertTrue(c2.commit_time < c1.commit_time < c3.commit_time)
/dports/net/rsync/rsync-3.2.3/support/
H A Dgit-set-file-times50 commit_time = int(m[1])
61 print_line(fn, mtime, commit_time)
62 elif mtime != commit_time:
65 os.utime(fn, (commit_time, commit_time), follow_symlinks = False)
72 def print_line(fn, mtime, commit_time):
74 ts = str(commit_time).rjust(10)
76 ts = datetime.utcfromtimestamp(commit_time).strftime("%Y-%m-%d %H:%M:%S")
77 chg = '.' if mtime == commit_time else '*'
/dports/mail/sympa/sympa-6.2.62/support/
H A Dgit-set-file-times14 my $commit_time;
31 $commit_time = $1;
38 utime $commit_time, $commit_time, @files;
/dports/sysutils/fusefs-gitfs/gitfs-0.5.2/gitfs/cache/
H A Dcommits.py32 commit_time = datetime.fromtimestamp(commit.commit_time)
34 date = commit_time.date().strftime("%Y-%m-%d")
35 time = commit_time.time().strftime("%H-%M-%S")
41 new_commits[date], Commit(commit.commit_time, time, commit.hex[:10])
/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_mapping.py104 c.commit_time = 4
128 c.commit_time = 4
148 c.commit_time = 4
168 c.commit_time = 4
187 c.commit_time = 4
206 c.commit_time = 4
222 c.commit_time = 4
245 c.commit_time = 4
266 c.commit_time = 4
364 self.assertEqual(commit1.commit_time, commit2.commit_time)
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dreport_lite_binary_size.sh15 commit_time=$(git show -s --format=%ct)
35 commit_time="\"commit_time\": $commit_time"
39 …scribe_log="{\"int\":{$current_time, $commit_time, $binary_size}, \"normal\":{$commit_hash, $build…
/dports/devel/git-svn/git-2.34.1/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0 variable
46 if commit_time < info.date_time:
47 commit_time = info.date_time variable
63 mktime(commit_time + (0, 0, 0))
/dports/devel/git-gui/git-2.34.1/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0 variable
46 if commit_time < info.date_time:
47 commit_time = info.date_time variable
63 mktime(commit_time + (0, 0, 0))
/dports/devel/git-p4/git-2.34.1/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0
46 if commit_time < info.date_time:
47 commit_time = info.date_time
63 mktime(commit_time + (0, 0, 0))
/dports/devel/git/git-2.34.1/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0 variable
46 if commit_time < info.date_time:
47 commit_time = info.date_time variable
63 mktime(commit_time + (0, 0, 0))
/dports/devel/git-cvs/git-2.34.1/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0 variable
46 if commit_time < info.date_time:
47 commit_time = info.date_time variable
63 mktime(commit_time + (0, 0, 0))
/dports/devel/cgit/cgit-1.2.3/git/contrib/fast-import/
H A Dimport-zips.py35 commit_time = 0 variable
46 if commit_time < info.date_time:
47 commit_time = info.date_time variable
63 mktime(commit_time + (0, 0, 0))
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/caf/
H A Dbug31748_128 set commit_time [lindex [time {
43 puts "Creation commit time $commit_time mcs"
47 if {$creation_time > $commit_time} {
50 set max_creation $commit_time
H A Dbug31770_128 set commit_time [lindex [time {
43 puts "Creation commit time $commit_time mcs"
47 if {$creation_time > $commit_time} {
50 set max_creation $commit_time
/dports/devel/py-pygit2/pygit2-1.7.1/test/
H A Dtest_commit.py59 commit_time = 1288481576
60 assert commit_time == commit.commit_time
61 assert commit.committer == Signature('Dave Borowitz', 'dborowitz@google.com', commit_time, -420)
88 assert 12346 == commit.commit_time
116 assert 12346 == commit.commit_time
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/helpers/
H A Dcycle_analytics_helpers.rb109 …def create_commit(message, project, user, branch_name, count: 1, commit_time: nil, skip_push_handl…
114 mock_gitaly_multi_action_dates(repository, commit_time)
159 …create_commit(commit_message, project, user, source_branch, commit_time: Time.now + 1.second, skip…
226 def mock_gitaly_multi_action_dates(repository, commit_time) argument
228 new_date = commit_time || Time.now

12345678910>>...21