mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
feature: support git.core.askpass (#239)
This commit is contained in:
@@ -28,12 +28,11 @@ namespace SourceGit.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
public Launcher()
|
||||
public Launcher(string[] commandlines)
|
||||
{
|
||||
Pages = new AvaloniaList<LauncherPage>();
|
||||
AddNewTab();
|
||||
|
||||
var commandlines = Environment.GetCommandLineArgs();
|
||||
|
||||
if (commandlines.Length == 2)
|
||||
{
|
||||
var path = commandlines[1];
|
||||
|
||||
Reference in New Issue
Block a user