File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- using System ;
2
- using LibGit2Sharp ;
3
- using LibGit2Sharp . Core ;
4
- using Xunit ;
1
+ using Xunit ;
5
2
6
3
namespace LibGit2Sharp . Tests
7
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using LibGit2Sharp . Core ;
3
- using LibGit2Sharp . Handlers ;
4
3
5
4
namespace LibGit2Sharp
6
5
{
@@ -33,7 +32,7 @@ public static Version Version
33
32
/// with the server This is not commonly
34
33
/// used: some callers may want to re-use an existing connection to
35
34
/// perform fetch / push operations to a remote.
36
- ///
35
+ ///
37
36
/// Note that this configuration is global to an entire process
38
37
/// and does not honor application domains.
39
38
/// </summary>
Original file line number Diff line number Diff line change 1
- using System . Runtime . CompilerServices ;
2
- using LibGit2Sharp . Core ;
3
-
4
- namespace LibGit2Sharp
1
+ namespace LibGit2Sharp
5
2
{
6
3
internal class Log
7
4
{
You can’t perform that action at this time.
0 commit comments