Skip to content

Commit

Permalink
Add GIT_EMERGECONFLICT and GIT_EDIRECTORY error mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
odedw committed Oct 23, 2015
1 parent 78cad1d commit 14ccd34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LibGit2Sharp/Core/GitErrorCode.cs
Expand Up @@ -106,6 +106,16 @@ internal enum GitErrorCode
/// </summary>
Uncommitted = -22,

/// <summary>
/// The operation is not valid for a directory.
/// </summary>
Directory = -23,

/// <summary>
/// A merge conflict exists and cannot continue
/// </summary>
MergeConflict = -24,

/// <summary>
/// Skip and passthrough the given ODB backend.
/// </summary>
Expand Down

0 comments on commit 14ccd34

Please sign in to comment.