Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 77cb7ad618a9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 666042141ed2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 21, 2020

  1. 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).
    primeos committed Apr 21, 2020
    Copy the full SHA
    6660421 View commit details
    Browse the repository at this point in the history