summaryrefslogtreecommitdiff
path: root/doShow.go
diff options
context:
space:
mode:
Diffstat (limited to 'doShow.go')
-rw-r--r--doShow.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/doShow.go b/doShow.go
index 0b53cb3..061f617 100644
--- a/doShow.go
+++ b/doShow.go
@@ -18,6 +18,11 @@ func doShow() (string, error) {
return "tags shown", nil
}
+ if argv.Show.Mtime != nil {
+ s, err := me.forge.Repos.ScanAllMtimesVerbose()
+ return s, err
+ }
+
found := findRepos()
if showUrls() {
found.SortNamespace()