summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
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()