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: 049322702b56
Choose a base ref
...
head repository: NixOS/nix
compare: e38382895dee
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 30, 2017

  1. enable-http2 -> http2

    edolstra committed Oct 30, 2017
    Copy the full SHA
    f968688 View commit details
    Browse the repository at this point in the history
  2. builtins.fetchGit: Return an attrset with revision info

    This adds rev, shortRev and revCount attributes, equal to what Hydra
    provides. E.g.
    
      $ nix eval '(fetchGit https://github.com/NixOS/patchelf.git)'
      { outPath = "/nix/store/ghigrkw02l440g8vfxa9wj4c3zpfmw99-source"; rev = "29c085fd9d3fc972f75b3961905d6b4ecce7eb2b"; revCount = 303; shortRev = "29c085f"; }
    edolstra committed Oct 30, 2017
    3
    Copy the full SHA
    e383828 View commit details
    Browse the repository at this point in the history