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 ;
52
63namespace LibGit2Sharp . Tests
74{
Original file line number Diff line number Diff line change 11using System ;
22using LibGit2Sharp . Core ;
3- using LibGit2Sharp . Handlers ;
43
54namespace LibGit2Sharp
65{
@@ -33,7 +32,7 @@ public static Version Version
3332 /// with the server This is not commonly
3433 /// used: some callers may want to re-use an existing connection to
3534 /// perform fetch / push operations to a remote.
36- ///
35+ ///
3736 /// Note that this configuration is global to an entire process
3837 /// and does not honor application domains.
3938 /// </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
52{
63 internal class Log
74 {
You can’t perform that action at this time.
0 commit comments