https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #227 from David Cook <dcook@prosentient.com.au> --- (In reply to Jonathan Druart from comment #226)
(In reply to David Cook from comment #225)
Aleisha, even if you don't squash them, could you let me know the parent commit for these patches from your last rebase?
I've reviewed it based on your suggestion, but it doesn't actually work. At least not with git 2.16.4. The git rev-list appears to be random, so returning the first result is like picking a name out of a hat. This can be verified by comparing the results of the following command: `git rev-list -n 15 --before="'Tue, 16 Apr 2019 23:00:05 +0000'" origin/master | less` Even if the list weren't random, the dates are from patch creation time rather than merge time, so it would still be a shot in the dark. -- You are receiving this mail because: You are watching all bug changes.