----- Original Message ----- From: Daniel Ferreira Maida To: Git for human beings Sent: Monday, February 20, 2017 4:53 PM Subject: [git-users] Git source code debugging
Hello! This is my first post here.n I need to do some changes in the git source code for a scientific research project. To be more precise, I need to change the behavior of git merge driver, conflict detection, etc. In order to do that, I need to debug the git source code to have a better understanding of the workflow of the project. But I have no idea of how I can do this, which IDE to use, how to setup the project, etc. Daniel, What OS are you on? If windows, try the Git-for Windows SDK. There is now a VS 2015 derivable project for understanding what is going on. However, have a look in the `git help attributes` (https://git-scm.com/docs/gitattributes) for "Defining a custom merge driver", and obviously the `git help config` (https://git-scm.com/docs/git-config#git-config-mergeltdrivergtname). It may be a much easier option than a deep dive into the source code! Philip -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
