3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/version-management/git-and-tools/git
Michael Weiss 666042141e
git: Fix the update.sh script and use HTTPS
The syntax is ${parameter:-word} (i.e. previously this used
"latestTag" instead of the actual value).
(Fixes a regression from #85278.)

Also: Even though getting the latest tag isn't really security critical
(as long as Git itself is secure against untrusted input), I'd prefer to
switch from the Git to the HTTPS protocol (for authentication of the
server and encryption + uses a standard port).
2020-04-21 14:30:11 +02:00
..
default.nix git: 2.25.1 -> 2.26.1 2020-04-15 14:23:52 +10:00
docbook2texi.patch git: 2.19.2 -> 2.21.0 2019-02-25 19:21:45 +00:00
git-send-email-honor-PATH.patch git: 2.19.2 -> 2.21.0 2019-02-25 19:21:45 +00:00
git-sh-i18n.patch git: 2.19.2 -> 2.21.0 2019-02-25 19:21:45 +00:00
installCheck-path.patch git: 2.19.2 -> 2.21.0 2019-02-25 19:21:45 +00:00
ssh-path.patch git: 2.19.2 -> 2.21.0 2019-02-25 19:21:45 +00:00
update.sh git: Fix the update.sh script and use HTTPS 2020-04-21 14:30:11 +02:00