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 --- gitConfig.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gitConfig.go') 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" { -- cgit v1.2.3