code_style: move commit link parser to Models.CommitLink.Get

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-21 17:27:07 +08:00
parent 750ca8ec61
commit 06d033464d
No known key found for this signature in database
5 changed files with 47 additions and 31 deletions

View file

@ -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++)
{