summaryrefslogtreecommitdiff
path: root/doCommon.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-24 02:07:58 -0600
committerJeff Carr <[email protected]>2024-12-24 02:07:58 -0600
commit2b087365f68cb57a7dbebc29ac4f18bece9b554a (patch)
tree04a34298254b2eae53e5f6039bc38031da5b9fc7 /doCommon.go
parentbd332301bea8c53d9ee1fe8da79da3c19176fbf2 (diff)
move things into 'find' and 'do' subcommands
Diffstat (limited to 'doCommon.go')
-rw-r--r--doCommon.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/doCommon.go b/doCommon.go
index 817bcfd..ef58738 100644
--- a/doCommon.go
+++ b/doCommon.go
@@ -34,9 +34,6 @@ func doGitPull() {
}
func doGitReset() {
- if !argv.DoGitReset {
- return
- }
all := me.found.SortByFullPath()
for all.Scan() {
repo := all.Next()