diff options
| author | Jeff Carr <[email protected]> | 2025-09-07 12:06:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-07 12:06:42 -0500 |
| commit | 97fe127345c1362803501d74c10d02d999edde5a (patch) | |
| tree | ad406ca89b8d6b04ebff09b9abd7e96aa5b8d10a /gitTag.common.go | |
| parent | da649abcebbcc71197d2eb4108535cead12c7004 (diff) | |
fields for 'forge pull'
Diffstat (limited to 'gitTag.common.go')
| -rw-r--r-- | gitTag.common.go | 2 |
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() { |
