mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
feature: shows selected revision file size if it's a binary file
This commit is contained in:
parent
f6eb1281b5
commit
f4b396596b
3 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
namespace SourceGit.Models {
|
||||
public class RevisionBinaryFile {
|
||||
public long Size { get; set; } = 0;
|
||||
}
|
||||
|
||||
public class RevisionTextFile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue