This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
forked from extrawurst/gitui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use git2::DiffLineType enum instead of char values (extrawurst#655)
The DiffLineType enum in asyncgit has fewer variants: it maps context lines and line types we don't expect to None. This behavior is kept unchanged. Now calls `.origin_value()` rather than `.origin()` except in one debug log.
- Loading branch information
1 parent
ea14154
commit 295ba61
Showing
2 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters