Norbert Rozmus

Results 2 comments of Norbert Rozmus

As I described in PR I've put `//#r` tag instead of `#r`. Comment sign allow me to use Roslyn Walker. Basicly im looking for all comments and those which contains...

Hi below is my solution it seems to work: ```c# using (var repo = new Repository(@"repoPath")) { //Get reference of head var headRef = repo.Refs.Where(r => r.CanonicalName == repo.Head.CanonicalName); //get...