summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 16:18:32 -0600
committerJeff Carr <[email protected]>2025-01-29 16:18:32 -0600
commit2395a4466e9c08112372c480b30ac0823eeeb549 (patch)
treeae008b2eadf649efd3950307f3896af891f84c33 /git.go
parent2b2de94eff3ec37566665a22804c58c1ce764665 (diff)
delete old code. start refactor to protobufv0.22.39v0.22.38v0.22.37
Diffstat (limited to 'git.go')
-rw-r--r--git.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/git.go b/git.go
index 060ad1e..4e0c394 100644
--- a/git.go
+++ b/git.go
@@ -1,13 +1,15 @@
package repostatus
-// remove this everything
+// most everything here needs to be deprecated now
func (rs *RepoStatus) Path() string {
return rs.realPath.String()
}
+/*
func (rs *RepoStatus) GitState() string {
return rs.gitState.String()
}
+*/
func (rs *RepoStatus) GetStatus() string {
return rs.gitState.String()