summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.go b/main.go
index e4c08ee..cb2423a 100644
--- a/main.go
+++ b/main.go
@@ -195,6 +195,12 @@ func doShow() (string, error) {
return s, err
}
+ if argv.Show.Porcelain != nil {
+ s, err := getPorcelain()
+ me.forge.Repos.Save()
+ return s, err
+ }
+
if argv.Show.Tag != nil {
doTag()
return "tags shown", nil