From 61fac349e9cfb6dd60af2eec219886fce2f4a216 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Nov 2025 13:58:41 -0600 Subject: more refs update and check functions --- stat.updateRefs.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'stat.updateRefs.go') diff --git a/stat.updateRefs.go b/stat.updateRefs.go index 1405303..4676fe9 100644 --- a/stat.updateRefs.go +++ b/stat.updateRefs.go @@ -20,9 +20,6 @@ func (r *Repo) LoadRefs() (*Stats, error) { return stats, err } -// cmd := []string{"git", "log", "-n", "100", makeFmts(), "origin/HEAD"} // HEAD is _NOT_ always set -// cmd := []string{"git", "log", "-n", "100", makeFmts(), "origin/HEAD"} // HEAD is _NOT_ always set - // parses "git show-ref" into a protobuf // returns err if anything changes or anything is wrong (todo: should these be different?) // todo: purge old ones -- cgit v1.2.3