In the ccnet documentation there is a reference to a variable called $LastIntegrationCommit. This line is throwing an error since I had to do a filter-branch and crush a bunch of bad stuff. I want to delete it, but can't seem to find it even by greping the directory.
Checking for modifications
Once the repository is initialized the "git fetch origin" command is issued to fetch the remote changes. Next, "git log $LastIntegrationCommit..origin/$BranchName --name-status -c", is issued to get a list of commits and their changes, where $LastIntegrationCommit is the commit which was checked out the last time an integration was run. If the project has not yet been integrated, a "git log origin/$BranchName --name-status -c" command is issued instead.