From d9a54a6c31770f13fd77aecd012e1158b6140616 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 18:45:34 -0600 Subject: still rm old code --- git.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git.go') diff --git a/git.go b/git.go index c087f7e..8a8b79a 100644 --- a/git.go +++ b/git.go @@ -18,9 +18,11 @@ func (rs *RepoStatus) GetCurrentBranchVersion() string { return rs.currentVersion.String() } +/* func (rs *RepoStatus) LastGitPull() (time.Time, error) { return rs.mtime(".git/FETCH_HEAD") } +*/ func (rs *RepoStatus) Age() time.Duration { var t *Tag -- cgit v1.2.3