Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
howto:bisect [2010/12/02 18:39]
mcb30
howto:bisect [2010/12/02 18:44]
mcb30
Line 55: Line 55:
     git bisect good    (if the bug is not present)     git bisect good    (if the bug is not present)
  
-''​git-bisect''​ will choose another new version for you to test.  Build and test this new version, and again report the result using either ''​git bisect bad''​ or ''​git bisect good''​. +''​git-bisect''​ will choose another new version for you to test.  Build and test this new version, and again report the result using either ''​git bisect bad''​ or ''​git bisect good''​. ​ Repeat this process until you see a message such as
- +
-Repeat this process until you see a message such as+
  
     7e1b1d6145a36ae7ad1c58663c7116f96fada1f9 is the first bad commit     7e1b1d6145a36ae7ad1c58663c7116f96fada1f9 is the first bad commit
Line 66: Line 64:
     ​     ​
         [vlan] Allow duplicate VLAN creation attempts         [vlan] Allow duplicate VLAN creation attempts
 +
 +{{ :​clipart:​envelope.jpeg?​200x101|An envelope}}
  
 If you have followed the process correctly, then this is the commit that introduced the bug.  You can now [[:​contact|contact the developers]] with details of your bug, including the "first bad commit"​ (''​7e1b1d6145a36ae7ad1c58663c7116f96fada1f9''​ in the above example). If you have followed the process correctly, then this is the commit that introduced the bug.  You can now [[:​contact|contact the developers]] with details of your bug, including the "first bad commit"​ (''​7e1b1d6145a36ae7ad1c58663c7116f96fada1f9''​ in the above example).
howto/bisect.txt · Last modified: 2023/01/20 09:59 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.