diff options
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 |
