summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-29 21:36:39 -0600
committerJeff Carr <[email protected]>2024-12-29 21:36:39 -0600
commit45c32bc7fc00fd43b1b54d36f96671368323d238 (patch)
treee33efb99a3dc5b775b59733ea9198b6ca1d9f8d9 /structs.go
parent16a6c8b11ae51c693011e7d107adb15e99d4fe54 (diff)
add git author and emailv0.22.32
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b5f5ee0..f079bc5 100644
--- a/structs.go
+++ b/structs.go
@@ -56,6 +56,9 @@ type mainType struct {
// what is being used as ~/go/src
goSrcPwd *gadgets.OneLiner
+ // ENV GIT_AUTHOR NAME and EMAIL
+ gitAuthor *gadgets.OneLiner
+
// displays a summary of all the repos
// has total dirty, total read-only
// total patches, etc