Skip to content

Instantly share code, notes, and snippets.

View pwkelley's full-sized avatar

pwkelley

  • Microsoft Corporation
View GitHub Profile
@pwkelley
pwkelley / SmartSubtransportFixture.cs
Created November 12, 2012 01:19
Libgit2sharp bindings for smart protocol subtransports
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using LibGit2Sharp.Tests.TestHelpers;
using Xunit;
using Xunit.Extensions;
namespace LibGit2Sharp.Tests
{