From a5fce9c9f8da5b1162c61460f1fbdcde071c8a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Thu, 9 Jun 2022 01:20:46 +0200 Subject: [PATCH 1/2] release.pl: fix remote name retrieval --- release.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/release.pl b/release.pl index 2e30b32..3e83e25 100755 --- a/release.pl +++ b/release.pl @@ -273,6 +273,7 @@ ($;@) git 'update-ref' => 'refs/heads/release' => $new_release_commit, $release_commit; my $remote = `git config --local branch.release.remote`; + chomp $remote; if ($version) { git tag => -a => From b5908057ecd1c1aa941ede0fc7c5bbc571cbb20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Thu, 9 Jun 2022 01:25:40 +0200 Subject: [PATCH 2/2] ssh_config: fix IgnoreUnknonw line --- bin/github-keygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-keygen b/bin/github-keygen index 5a7a27b..cd48ba1 100755 --- a/bin/github-keygen +++ b/bin/github-keygen @@ -598,7 +598,7 @@ HostName github.com Host github.com gist.github.com ssh.github.com 443.github.com *.github.com *.gist.github.com *.ssh.github.com *.443.github.com User git # Knwon options which are available only in some OpenSSH versions -IgnoreUnknown Protocol UseRoaming UseKeychain +IgnoreUnknown Protocol,UseRoaming,UseKeychain # Force SSH2 Protocol 2 # Enforce host checks