Skip to content

Instantly share code, notes, and snippets.

@wwahammy
Created February 17, 2014 23:25
Show Gist options
  • Save wwahammy/9061351 to your computer and use it in GitHub Desktop.
Save wwahammy/9061351 to your computer and use it in GitHub Desktop.
var ourQueries = Repository.Commits.QueryBy(new CommitFilter
{
Since = Repository.Refs
});
var queries = ourQueries.Where(i => i.Committer.When >= since).OrderByDescending(i => i.Committer.When)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment