summaryrefslogtreecommitdiff
path: root/gitTag.common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-07 12:06:42 -0500
committerJeff Carr <[email protected]>2025-09-07 12:06:42 -0500
commit97fe127345c1362803501d74c10d02d999edde5a (patch)
treead406ca89b8d6b04ebff09b9abd7e96aa5b8d10a /gitTag.common.go
parentda649abcebbcc71197d2eb4108535cead12c7004 (diff)
fields for 'forge pull'
Diffstat (limited to 'gitTag.common.go')
-rw-r--r--gitTag.common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitTag.common.go b/gitTag.common.go
index f10548e..8aa76bf 100644
--- a/gitTag.common.go
+++ b/gitTag.common.go
@@ -7,7 +7,7 @@ import (
"go.wit.com/log"
)
-func (repo *Repo) DevelHash() string {
+func (repo *Repo) ActualDevelHash() string {
brname := repo.GetDevelBranchName()
refname := "refs/heads/" + brname
for tag := range repo.Tags.IterAll() {