mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 03:45:00 +00:00
code_style: move commit link parser to Models.CommitLink.Get
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
750ca8ec61
commit
06d033464d
5 changed files with 47 additions and 31 deletions
|
@ -304,7 +304,7 @@ namespace SourceGit.ViewModels
|
|||
if (picker.Count == 1)
|
||||
{
|
||||
log = _repo.CreateLog("Save as Patch");
|
||||
|
||||
|
||||
var succ = false;
|
||||
for (var i = 0; i < selected.Count; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue