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/nix
base: 85329cac35b3
Choose a base ref
...
head repository: NixOS/nix
compare: 3cdd46421215
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2021

  1. Handle missing etag in 304 Not Modified response

    GitHub now omits the etag, but 304 implies it matches the one we
    provided. Just use that one to avoid having an etag-less resource.
    
    Fixes #4469
    
    (cherry picked from commit a766824)
    matthewbauer committed Jan 25, 2021
    Copy the full SHA
    f95c320 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4475 from matthewbauer/fix-4469-backport-2-3

    [backport 2.3] Fix #4469
    edolstra committed Jan 25, 2021
    Copy the full SHA
    3cdd464 View commit details
    Browse the repository at this point in the history