summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitConfig.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitConfig.go b/gitConfig.go
index bc78f9d..03bac49 100644
--- a/gitConfig.go
+++ b/gitConfig.go
@@ -217,9 +217,11 @@ func (rs *RepoStatus) GitLsFiles() (bool, string) {
return true, output
}
+/*
func (rs *RepoStatus) Writable() {
rs.readOnly.SetText("false")
}
+*/
func (rs *RepoStatus) ReadOnly() bool {
if rs.readOnly.String() == "true" {