diff options
| author | Jeff Carr <[email protected]> | 2024-12-27 04:55:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-27 04:55:57 -0600 |
| commit | 40830d3f383bd89993dec5edb0e3f7c814e7e71f (patch) | |
| tree | 65d86fc419f5d9b8312bb04fd1d3e70b854ee169 /repo.proto | |
| parent | 328fbe9fdd619d0e3cb44d8529e95eb73c65692f (diff) | |
weird. NewestAge() took _seconds_ to run in some casesv0.0.41
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ message GitTimes { google.protobuf.Timestamp mtimeIndex = 6; // mtime for ./git/HEAD // probably always in sync with HEAD google.protobuf.Timestamp mtimeFetch = 7; // mtime for ./git/FETCH_HEAD // last time 'git fetch' or 'git pull' was run on current branch? google.protobuf.Timestamp lastGoDep = 8; // mtime for last go.sum scan + google.protobuf.Timestamp newestCommit = 9; // when the newest commit was } // this is probably better. think about moving to this instead |
