You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
now that rust-lang/git2-rs@ae256db was released we can switch our usage of the diff line types to enum values:
used for diff and line-ops OTOH
The text was updated successfully, but these errors were encountered: