Show More
@@ -16,10 +16,10 b' let' | |||||
16 | pkgs = pkgs_.overridePackages (self: super: { |
|
16 | pkgs = pkgs_.overridePackages (self: super: { | |
17 | # bump GIT version |
|
17 | # bump GIT version | |
18 | git = pkgs.lib.overrideDerivation pkgs_.git (oldAttrs: { |
|
18 | git = pkgs.lib.overrideDerivation pkgs_.git (oldAttrs: { | |
19 |
name = "git-2.13 |
|
19 | name = "git-2.16.3"; | |
20 | src = pkgs.fetchurl { |
|
20 | src = pkgs.fetchurl { | |
21 |
url = "https://www.kernel.org/pub/software/scm/git/git-2.13 |
|
21 | url = "https://www.kernel.org/pub/software/scm/git/git-2.16.3.tar.xz"; | |
22 | sha256 = "18fi18103n7grshm4ffb0fwsnvbl48sbqy5gqx528vf8maff5j91"; |
|
22 | sha256 = "0j1dwvg5llnj3g0fp8hdgpms4hp90qw9f6509vqw30dhwplrjpfn"; | |
23 | }; |
|
23 | }; | |
24 |
|
24 | |||
25 | patches = [ |
|
25 | patches = [ |
@@ -6,15 +6,15 b'' | |||||
6 |
|
6 | |||
7 | -# First decide what scheme to use... |
|
7 | -# First decide what scheme to use... | |
8 | -GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough |
|
8 | -GIT_INTERNAL_GETTEXT_SH_SCHEME=fallthrough | |
9 |
-if test -n " |
|
9 | -if test -n "$GIT_GETTEXT_POISON" | |
|
10 | -then | |||
|
11 | - GIT_INTERNAL_GETTEXT_SH_SCHEME=poison | |||
|
12 | -elif test -n "@@USE_GETTEXT_SCHEME@@" | |||
10 | -then |
|
13 | -then | |
11 | - GIT_INTERNAL_GETTEXT_SH_SCHEME="@@USE_GETTEXT_SCHEME@@" |
|
14 | - GIT_INTERNAL_GETTEXT_SH_SCHEME="@@USE_GETTEXT_SCHEME@@" | |
12 | -elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS" |
|
15 | -elif test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS" | |
13 | -then |
|
16 | -then | |
14 | - : no probing necessary |
|
17 | - : no probing necessary | |
15 | -elif test -n "$GIT_GETTEXT_POISON" |
|
|||
16 | -then |
|
|||
17 | - GIT_INTERNAL_GETTEXT_SH_SCHEME=poison |
|
|||
18 | -elif type gettext.sh >/dev/null 2>&1 |
|
18 | -elif type gettext.sh >/dev/null 2>&1 | |
19 | -then |
|
19 | -then | |
20 | - # GNU libintl's gettext.sh |
|
20 | - # GNU libintl's gettext.sh |
@@ -1,21 +1,21 b'' | |||||
1 | diff --git a/connect.c b/connect.c |
|
1 | diff --git a/connect.c b/connect.c | |
2 | index fd7ffe1..20cd992 100644 |
|
2 | index c3a014c5b..fbca3262b 100644 | |
3 | --- a/connect.c |
|
3 | --- a/connect.c | |
4 | +++ b/connect.c |
|
4 | +++ b/connect.c | |
5 | @@ -768,7 +768,7 @@ |
|
5 | @@ -1010,7 +1010,7 @@ static void fill_ssh_args(struct child_process *conn, const char *ssh_host, | |
6 |
|
6 | |||
7 |
|
|
7 | ssh = getenv("GIT_SSH"); | |
8 |
|
|
8 | if (!ssh) | |
9 |
- |
|
9 | - ssh = "ssh"; | |
10 |
+ |
|
10 | + ssh = "@ssh@"; | |
11 | else |
|
11 | variant = determine_ssh_variant(ssh, 0); | |
12 | handle_ssh_variant(ssh, 0, |
|
12 | } | |
13 | &port_option, |
|
13 | ||
14 | diff --git a/git-gui/lib/remote_add.tcl b/git-gui/lib/remote_add.tcl |
|
14 | diff --git a/git-gui/lib/remote_add.tcl b/git-gui/lib/remote_add.tcl | |
15 |
index |
|
15 | index 480a6b30d..781720424 100644 | |
16 | --- a/git-gui/lib/remote_add.tcl |
|
16 | --- a/git-gui/lib/remote_add.tcl | |
17 | +++ b/git-gui/lib/remote_add.tcl |
|
17 | +++ b/git-gui/lib/remote_add.tcl | |
18 | @@ -139,7 +139,7 @@ |
|
18 | @@ -139,7 +139,7 @@ method _add {} { | |
19 | # Parse the location |
|
19 | # Parse the location | |
20 | if { [regexp {(?:git\+)?ssh://([^/]+)(/.+)} $location xx host path] |
|
20 | if { [regexp {(?:git\+)?ssh://([^/]+)(/.+)} $location xx host path] | |
21 | || [regexp {([^:][^:]+):(.+)} $location xx host path]} { |
|
21 | || [regexp {([^:][^:]+):(.+)} $location xx host path]} { |
General Comments 0
You need to be logged in to leave comments.
Login now