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
Last revision Both sides next revision
howto:bisect [2010/12/02 20:03]
mcb30
howto:bisect [2022/02/17 12:29]
mcb30
Line 1: Line 1:
-====== Finding a bug using bisection ​======+====== Finding a bug using git-bisect ​======
  
 ''​git-bisect''​ is a powerful tool for quickly tracking down the precise change that introduced a bug in iPXE.  If you are encountering a problem with the [[:​download|latest version]] of iPXE, and you know that an older version of iPXE does not have the same problem, then you can use ''​git-bisect''​. ''​git-bisect''​ is a powerful tool for quickly tracking down the precise change that introduced a bug in iPXE.  If you are encountering a problem with the [[:​download|latest version]] of iPXE, and you know that an older version of iPXE does not have the same problem, then you can use ''​git-bisect''​.
Line 11: Line 11:
 First, check out a copy of the iPXE source tree: First, check out a copy of the iPXE source tree:
  
-    git clone git://git.ipxe.org/ipxe.git+    git clone https://github.com/ipxe/​ipxe.git
  
 and verify that you are able to build iPXE: and verify that you are able to build iPXE:
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.