From 40830d3f383bd89993dec5edb0e3f7c814e7e71f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Dec 2024 04:55:57 -0600 Subject: weird. NewestAge() took _seconds_ to run in some cases --- repo.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index 9fcb0c6..0e7ec44 100644 --- a/repo.proto +++ b/repo.proto @@ -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 -- cgit v1.2.3