diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 21:57:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 21:57:56 -0600 |
| commit | 4d2f68606ef8d2ff4ce388a8da0c2eae53c276a9 (patch) | |
| tree | 3156bf56d141fe16846b3f0f96eb943a9b1db648 /gitConfig.go | |
| parent | 035b4eb44323e8d3b8f522b7144ba154a20b57cf (diff) | |
remove bad function namev0.21.1
Diffstat (limited to 'gitConfig.go')
| -rw-r--r-- | gitConfig.go | 2 |
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" { |
