mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-18 00:45:00 +00:00
feature: show submodule's URL in tooltip (#1307)
This commit is contained in:
parent
20a239621b
commit
61bb0f7dc7
7 changed files with 81 additions and 15 deletions
|
@ -13,6 +13,7 @@
|
|||
{
|
||||
public string Path { get; set; } = string.Empty;
|
||||
public string SHA { get; set; } = string.Empty;
|
||||
public string URL { get; set; } = string.Empty;
|
||||
public SubmoduleStatus Status { get; set; } = SubmoduleStatus.Normal;
|
||||
public bool IsDirty => Status > SubmoduleStatus.NotInited;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue