##// END OF EJS Templates
git: updated git patches
git: updated git patches

File last commit:

r433:d0072f26 default
r465:a16bf543 stable
Show More
ssh-path.patch
26 lines | 797 B | text/x-diff | DiffLexer
git: updated git binaries to 2.13.5 release
r272 diff --git a/connect.c b/connect.c
git: updated git patches
r465 index c3a014c5b..fbca3262b 100644
git: updated git binaries to 2.13.5 release
r272 --- a/connect.c
+++ b/connect.c
git: updated git patches
r465 @@ -1010,7 +1010,7 @@ static void fill_ssh_args(struct child_process *conn, const char *ssh_host,
git: updated git binaries to 2.13.5 release
r272
git: updated git patches
r465 ssh = getenv("GIT_SSH");
if (!ssh)
- ssh = "ssh";
+ ssh = "@ssh@";
variant = determine_ssh_variant(ssh, 0);
}
git: updated git binaries to 2.13.5 release
r272 diff --git a/git-gui/lib/remote_add.tcl b/git-gui/lib/remote_add.tcl
git: updated git patches
r465 index 480a6b30d..781720424 100644
git: updated git binaries to 2.13.5 release
r272 --- a/git-gui/lib/remote_add.tcl
+++ b/git-gui/lib/remote_add.tcl
git: updated git patches
r465 @@ -139,7 +139,7 @@ method _add {} {
git: updated git binaries to 2.13.5 release
r272 # Parse the location
if { [regexp {(?:git\+)?ssh://([^/]+)(/.+)} $location xx host path]
|| [regexp {([^:][^:]+):(.+)} $location xx host path]} {
- set ssh ssh
+ set ssh @ssh@
if {[info exists env(GIT_SSH)]} {
set ssh $env(GIT_SSH)
}