summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-01 19:03:55 -0500
committerJeff Carr <[email protected]>2025-07-01 19:03:55 -0500
commit4fc9d038ca3e3caebd711d95fdcd6012d3552ba2 (patch)
tree2073b7a781384abb37edbbef8c263e12da32443c /doPull.go
parent1ea9bdf841cb4eae4cd7b1d96288852e799fbeb2 (diff)
working out testing
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/doPull.go b/doPull.go
index 35644a6..c700fd2 100644
--- a/doPull.go
+++ b/doPull.go
@@ -48,6 +48,18 @@ func doGitPullNew() error {
return fmt.Errorf("not really 'fetch pull'")
}
+ if argv.GitPull.Dirty != nil {
+ found := findDirty()
+ me.forge.PrintHumanTableFull(found)
+ return nil
+ }
+
+ if argv.GitPull.Patches != nil {
+ found := findReposWithPatches()
+ me.forge.PrintHumanTableFull(found)
+ return nil
+ }
+
if argv.GitPull.Test != nil {
log.Info("list repo's with updates here")
found := doFind()