8000 Remove CannotPerformOnDirectoryException · mendix/libgit2sharp@05b0ef7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05b0ef7

Browse files
MarcellvanRooyenAlexander Ovchinnikov
authored andcommitted
Remove CannotPerformOnDirectoryException
1 parent c016150 commit 05b0ef7

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

LibGit2Sharp/CannotPerformOnDirectoryException.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

LibGit2Sharp/Core/Ensure.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ private static readonly Dictionary<GitErrorCode, Func<string, GitErrorCategory,
135135
{ GitErrorCode.Modified, (m, c) => new ReferenceValueDoesNotMatchException(m, c) },
136136
{ GitErrorCode.Uncommitted, (m, c) => new UncommittedChangesException(m, c) },
137137
{ GitErrorCode.EndOfFile, (m, c) => new EndOfFileException(m, c) },
138-
{ GitErrorCode.Directory, (m, c) => new CannotPerformOnDirectoryException(m, c) },
139138
{ GitErrorCode.MergeConflict, (m, c) => new MergeConflictException(m, c) },
140139
{ GitErrorCode.PassThrough, (m, c) => new PassThroughException(m, c) },
141140
{ GitErrorCode.IterOver, (m, c) => new GitIndexOutOfRangeException(m, c) },

0 commit comments

Comments
 (0)
0