https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36111 --- Comment #13 from Matthias Le Gac <matthias.le-gac@inlibro.com> --- (In reply to Victor Grousset/tuxayo from comment #12)
For some reason, when I signed off the patch the test plan was not included. I have amended the patch to include a description and have added the (very good) test plan.
Thanks David for the help :)
@Matthias I think that happens when the test plan is not written in the commit message but written in bugzilla's UI/git-bz when attaching a patch. The test plan needs to be in the commit message to be preserved between signoffs and in the Koha commit history.
---
If that can help someone to review this, here a git command to show the diff with additional colors for moved lines. To go more quickly and just checking that part of the stuff is just moved and not new or totally removed.
git show --color-moved --color-moved-ws=allow-indentation-change
That's was still not enough for me to be able to get a good grasp of this one, sorry ^^"
thank for the help, I need to amend the commit to attach the test plan ? -- You are receiving this mail because: You are watching all bug changes.