mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
enhance: Git LFS support
This commit is contained in:
parent
e731807c91
commit
9a0b10bd9c
24 changed files with 780 additions and 34 deletions
9
src/Models/LFSLock.cs
Normal file
9
src/Models/LFSLock.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace SourceGit.Models
|
||||
{
|
||||
public class LFSLock
|
||||
{
|
||||
public string File { get; set; } = string.Empty;
|
||||
public string User { get; set; } = string.Empty;
|
||||
public long ID { get; set; } = 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue