mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
fix: commit stucks when using SSH formatted GPG signing with a key contains non-empty passphrase
This commit is contained in:
parent
386c92fa28
commit
9db050e8c2
5 changed files with 19 additions and 19 deletions
|
@ -17,7 +17,7 @@ namespace SourceGit.Views
|
|||
set => SetValue(ShowPasswordProperty, value);
|
||||
}
|
||||
|
||||
public string KeyName
|
||||
public string Description
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
|
@ -35,9 +35,9 @@ namespace SourceGit.Views
|
|||
InitializeComponent();
|
||||
}
|
||||
|
||||
public Askpass(string keyname)
|
||||
public Askpass(string description)
|
||||
{
|
||||
KeyName = keyname;
|
||||
Description = description;
|
||||
DataContext = this;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue