https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855
--- Comment #26 from M. Tompsett <[email protected]> --- (In reply to Alex Buckley from comment #25) > Did you get the same 'fatal: sha1 information is lacking or useless' error > stopping the patch apply? $ git checkout -b bug_17855_round2 origin/master $ git pull $ git remote update -p -- now I know this new branch is up to date. -- this is the beginning of a looping block $ git bz apply 17855 ... i -- for interactive -- There are 4 patches, comment out all but the first, the first time. -- Comment out all but the second, the second time. -- Comment out all but the third, the third time. -- Comment out all but the fourth, the fourth time. -- comments are lines beginning with # :wq -- I use vim, so whatever writes and quits is what you want -- now you will see the massive failure to apply $ git bz apply --abort $ git reset --hard origin/master -- loop 4 times from the beginning of the looping block And yes, yes it was. Attempting all four patches individually means I know that you didn't accidentally screw up the order of the patches on this bug, which is way to easy to do. Looking forward to testing something once it applies. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
