https://bugs.documentfoundation.org/show_bug.cgi?id=101077

--- Comment #18 from MCbx <coronzo...@gmail.com> ---
Hello again!
It looks like there is no "latest" point to do bisection, but downloaded
"till52" repository is in "latest" state.
If I try:
git tag -a latest -m "latest ver"
I'm getting the missing tag. Now after running binary, I land in 5.3, then
checked out oldest, there is 5.1, checked back to latest. 
Then I decided to start bisection:
git bisect start latest oldest
Git responded me:
Bisecting: 91 revisions left to test after this (roughly 7 steps)

It should be noted in Wiki, about these missing tags, as step-by-step
instructions won't work if there is no tag. 
At least for someone who uses Git preconfigured in IDE  with a nice "in" and 
"out" buttons :) 
Here are the results:

641e9c41e8408515bf6b62b94c585c648f12251d is the first bad commit
commit 641e9c41e8408515bf6b62b94c585c648f12251d
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri Jan 1 05:37:14 2016 +0100

    2016-01-01: source-hash-e9598378b55cc05c95bd3f410c396bd44a74341d

:100644 100644 3612d53ed8f838773a19b9fd7094aa5896a80c5f
9201032ac44bf2bafae4249dcc92b97ff3230e8d M      build-info.txt
:040000 040000 03e1af3ce3c56493bc0c41671fb15dd21c70341a
e70d88db0eb53af8dbad39d5107ef350d91b3277 M      opt


And bisection log:
# bad: [d3acb9dfa21e2597d0affe3f04fe18b2022b9026] 2016-05-26:
source-hash-a042951ad4db2b84021e1d43361511dec998ce82
# good: [69eedb44a433e3be69137a83238a4184785c752f] 2015-11-25:
source-hash-7289a140fc68dc898ba2b2357cc960968195f236
git bisect start 'latest' 'oldest'
# bad: [7d1c6fda154836547542c6d741f34a158dd1102c] 2016-02-24:
source-hash-f84b8c03462238b821724b7f504ad141c83fcf8f
git bisect bad 7d1c6fda154836547542c6d741f34a158dd1102c
# bad: [6dd89e633720c3f49a4f6eae79311db185759525] 2016-01-09:
source-hash-85ac3cd63f6720ff2d3c4b7491f4ad296219fa53
git bisect bad 6dd89e633720c3f49a4f6eae79311db185759525
# good: [4106e1e219154f968de1ba085fa836ee35fb1aa1] 2015-12-17:
source-hash-15614c847dde4c52a4974022e5523c9c4fea856b
git bisect good 4106e1e219154f968de1ba085fa836ee35fb1aa1
# good: [56952997ec279fb6050589e00aa21428996850b2] 2015-12-28:
source-hash-4b57845388624251b121a3198ea9117a2b81ba14
git bisect good 56952997ec279fb6050589e00aa21428996850b2
# bad: [d7a80dc64f9af14f651b157795c3a1fc1b21c05b] 2016-01-03:
source-hash-91f41c3ec23eb063873db8a03c3f6806e2e68af8
git bisect bad d7a80dc64f9af14f651b157795c3a1fc1b21c05b
# good: [2d3c337e431c0a6a79897ee30b973e385204d61e] 2015-12-31:
source-hash-150ddbd6bf0aa92ee7b5677302362e7c3759a0ca
git bisect good 2d3c337e431c0a6a79897ee30b973e385204d61e
# bad: [10d08f9257a5b466836966da5f4a3fd652f94d76] 2016-01-02:
source-hash-c1258abe50f1508ea0f628ff963bc1914ab86b67
git bisect bad 10d08f9257a5b466836966da5f4a3fd652f94d76
# bad: [641e9c41e8408515bf6b62b94c585c648f12251d] 2016-01-01:
source-hash-e9598378b55cc05c95bd3f410c396bd44a74341d
git bisect bad 641e9c41e8408515bf6b62b94c585c648f12251d
# first bad commit: [641e9c41e8408515bf6b62b94c585c648f12251d] 2016-01-01:
source-hash-e9598378b55cc05c95bd3f410c396bd44a74341d

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to