You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gits...@googlegroups.com
Hi there,
i have a problem to get all commits from one selected branch. I've tried to get the commits via the class PlotWalk but it gives me all commits from every branch.
The code looks like this:
var list = new GitSharp.Core.RevPlot.PlotCommitList(); var plot = new PlotWalk(repo);