1.. SPDX-License-Identifier: GPL-2.0
2
3.. include:: ../disclaimer-zh_TW.rst
4
5:Original: :doc:`../../../admin-guide/bug-bisect`
6
7:������:
8
9 ��������� Wu XiangCheng <bobwxc@email.cn>
10 ��������� Hu Haowen <2023002089@link.tyut.edu.cn>
11
12���������bisect���������
13+++++++++++++++++++
14
15������������������������������2016���10���28���
16
17������
18=====
19
20���������������������kernel.org���������������������������������������������������������������������������
21������������������������������������������������������������������������
22
23���������������bug���������������������������������������������������������������������������������������������
24������������������������������������������������������������������������MAINTAINERS���������������������
25������������������������������������
26
27������������������������������������������Documentation/admin-guide/reporting-issues.rst������
28
29������������������Devices not appearing���
30====================================
31
32���������������udev/systemd������������������������������������������������������������
33
34���������������������������
35===================
36
37������ ``git`` ������������������������������������������������������������������������������
38
39���������������
40
41- ���git���������������������
42- ������������������ [#f1]_::
43
44	$ git bisect start
45
46- ������������������������::
47
48	$ git bisect bad [commit]
49
50- ������������������������������::
51
52	$ git bisect good [commit]
53
54- ���������������������������
55- ���������������������git bisect������������::
56
57	$ git bisect good
58
59  ���::
60
61	$ git bisect bad
62
63  ���������������������������������������������������
64- ������������������������git bisect������������������������������������������
65
66- ���������������������������������������������������4.8������������������������������������������������::
67
68	$ git bisect start
69	$ git bisect bad                 # Current version is bad
70	$ git bisect good v4.8
71
72
73.. [#f1] ���������������������������������git bisect���������������good���bad������
74         ``git bisect start [BAD] [GOOD]``
75
76������������������������������������
77
78- ``git-bisect`` ������������
79- `Fighting regressions with git bisect������git bisect���������������
80  <https://www.kernel.org/pub/software/scm/git/docs/git-bisect-lk2009.html>`_
81- `Fully automated bisecting with "git bisect run"���������git bisect run
82  ��������������������� <https://lwn.net/Articles/317154>`_
83- `Using Git bisect to figure out when brokenness was introduced
84  ���������Git��������������������������������������� <http://webchick.net/node/99>`_
85
86