acassis commented on issue #8839: URL: https://github.com/apache/nuttx/issues/8839#issuecomment-1475457509
Thank you @TheCranston there is a quick introduction to git bisect here: https://www.youtube.com/watch?v=z-AkSXDqodc In NuttX case the git bisect is a little bit more trickier because we have two separated repositories to bisect (nuttx and nuttx-apps). These two repositories normally "move" in sync, so the git bisect done in a repository needs to be replicated in the other repository. Maybe it could be possible to fuse/combine both repositories into a single one, but until now nobody did it this way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
