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: 680d8a5b8697
Choose a base ref
...
head repository: NixOS/nix
compare: c5b42c5a4213
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 22, 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
    matthewbauer committed Jan 22, 2021
    Copy the full SHA
    a766824 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Copy the full SHA
    1ea5f0b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #4470 from matthewbauer/fix-4469

    Handle missing etag in 304 Not Modified response
    edolstra committed Jan 25, 2021
    Copy the full SHA
    c5b42c5 View commit details
    Browse the repository at this point in the history