summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 03:48:40 -0500
committerJeff Carr <[email protected]>2025-10-10 03:48:40 -0500
commit0996047c5e8757c5fd034b1aa07156dd6471c292 (patch)
treec67c9a46a02d921b1baeb955b42194580346d382 /main.go
parent8b3996d0b9c443269cfc7d146443431740e26381 (diff)
finally able to go down a perfect road
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