https://bugs.documentfoundation.org/show_bug.cgi?id=149506
--- Comment #22 from bunkem <[email protected]> --- (In reply to Buovjaga from comment #17) > bunkem: just to be clear, before starting a bisecting session, you check > both the master commit and the oldest commit in the repository. If the bug > is not seen in the oldest, but is in master, you can start. > > Now, if you have doubts about the result, you can double-check by doing > > git checkout 846a5c424a6c16dc07eefb6827b362efed5075b1 > > Test, if the slowness is there. Then, do > > git checkout HEAD^ > > to go to the preceding commit and test again. If the slowness is still > there, your result is wrong. Hi again. Sorry I've tried to follow the instructions on the QA website link. THis is the first time I use git so I'm a bit lost. I followed the instructions and did: > git checkout 846a5c424a6c16dc07eefb6827b362efed5075b1 > open Libreoffice.app/ It takes about 9-10 sec to start. So this is a slow one. > git checkout HEAD^ gives > Previous HEAD position was 846a5c424 source > sha:ce69f71983a09416514f0569c6cdfbcde87d4b99 > HEAD is now at a5a14a421 source sha:b8f067dae3424c9cc2373e84c8a3465d477f9adc I don't know how to identify the last version. I presume it is 846a5c424 but that is the first 9 characters of the version checked out. I'm embarrassed for my lack of knowledge and the git bisect man page isn't helping me. :-( -- You are receiving this mail because: You are the assignee for the bug.
