mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue