summaryrefslogtreecommitdiff
path: root/gitConfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'gitConfig.go')
-rw-r--r--gitConfig.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitConfig.go b/gitConfig.go
index ddfaa8c..c397768 100644
--- a/gitConfig.go
+++ b/gitConfig.go
@@ -223,6 +223,7 @@ func (rs *RepoStatus) GitURL() string {
return ""
}
+/*
func (rs *RepoStatus) GitLsFiles() (bool, string) {
r := rs.Run([]string{"git", "ls-files"})
output := strings.Join(r.Stdout, "\n")
@@ -233,6 +234,7 @@ func (rs *RepoStatus) GitLsFiles() (bool, string) {
}
return true, output
}
+*/
func (rs *RepoStatus) ReadOnly() bool {
if rs.readOnly.String() == "true" {