6 Jan
2025
6 Jan
'25
11:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663 --- Comment #18 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #17)
If you can fetch the latest upstream and then rebase against that main branch, that should fix the problem for us.
The rebase is necessary, because if you did "git checkout -b bug_38663 origin/main" and then did "git bz apply 38663" it probably would work for you, because you have that ancestor elsewhere in your repo referenced by some other branch, tag, or just a dangling reference that hasn't been garbage collected yet. -- You are receiving this mail because: You are watching all bug changes.