mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
enhance: QuerySingleCommit supports X.509 and SSH gpg signing formats
This commit is contained in:
parent
4b0af79f73
commit
5886997389
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ namespace SourceGit.Commands
|
||||||
{
|
{
|
||||||
public class QuerySingleCommit : Command
|
public class QuerySingleCommit : Command
|
||||||
{
|
{
|
||||||
private const string GPGSIG_START = "gpgsig -----BEGIN PGP SIGNATURE-----";
|
private const string GPGSIG_START = "gpgsig -----BEGIN ";
|
||||||
private const string GPGSIG_END = " -----END PGP SIGNATURE-----";
|
private const string GPGSIG_END = " -----END ";
|
||||||
|
|
||||||
public QuerySingleCommit(string repo, string sha) {
|
public QuerySingleCommit(string repo, string sha) {
|
||||||
WorkingDirectory = repo;
|
WorkingDirectory = repo;
|
||||||
|
|
Loading…
Reference in a new issue