diff options
| author | Jeff Carr <[email protected]> | 2025-11-03 13:58:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-03 13:58:41 -0600 |
| commit | 61fac349e9cfb6dd60af2eec219886fce2f4a216 (patch) | |
| tree | 27e4fcf3b393ff51d0344d48dec54f0359ba23ca /stat.updateRefs.go | |
| parent | ed9c0917ae16ad2a5e2343799a16645497482918 (diff) | |
more refs update and check functions
Diffstat (limited to 'stat.updateRefs.go')
| -rw-r--r-- | stat.updateRefs.go | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
