diff options
| author | Jeff Carr <[email protected]> | 2025-09-07 12:05:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-07 12:05:51 -0500 |
| commit | e3c8669be446ec3529ea924ccd0034cd44dae170 (patch) | |
| tree | 16a09549e52991105162e85855986ca88d4963ea /patchset.Make.go | |
| parent | 964aaf823d220a3fad060f1ca6b61c504ac0520c (diff) | |
works at 80x24. I'm rather proud of this app.
Diffstat (limited to 'patchset.Make.go')
| -rw-r--r-- | patchset.Make.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.Make.go b/patchset.Make.go index 84d30ea..64bb2ce 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -184,7 +184,7 @@ func (p *Patchset) addPatchFiles(repo *gitpb.Repo) error { patch.Filename, _ = filepath.Rel(p.TmpDir, path) patch.Data = data patch.parseData() - patch.StartHash = repo.DevelHash() + patch.StartHash = repo.ActualDevelHash() patch.NewHash = "na" patch.Namespace = repo.GetGoPath() if p.Patches == nil { |
