mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
enhance: ensure sourcegit_rebase_jobs.json
only being used when orig-head
and onto
are both matched
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
75b4a4b294
commit
413669741d
4 changed files with 35 additions and 36 deletions
|
@ -27,6 +27,8 @@ namespace SourceGit.Models
|
|||
|
||||
public class InteractiveRebaseJobCollection
|
||||
{
|
||||
public string OrigHead { get; set; } = string.Empty;
|
||||
public string Onto { get; set; } = string.Empty;
|
||||
public List<InteractiveRebaseJob> Jobs { get; set; } = new List<InteractiveRebaseJob>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue