mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feat: Allow Swap Commits in Revision Compare
This commit is contained in:
parent
cd1eed4356
commit
5cc30f7d10
8 changed files with 91 additions and 70 deletions
7
src/Models/IObjectId.cs
Normal file
7
src/Models/IObjectId.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace SourceGit.Models
|
||||
{
|
||||
public interface IObjectId
|
||||
{
|
||||
string SHA { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue