summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
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()