I have setup buildbot for my project with Git. I find that if I have several commits in my repository, the buildbot slaves will build and run all the changes instead of only the latest commit. Is there any method to set buildbot to only build my latest commit?
Thanks.
Merging Build Requests is the typical solution.