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: 5c8f4772836c
Choose a base ref
...
head repository: NixOS/nix
compare: 33db1d35aeb0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 14, 2018

  1. fetchGit: allow fetching explicit refs

    Trying to fetch refs that are not in refs/heads currently fails because
    it looks for refs/heads/refs/foo instead of refs/foo.
    
    eg.
    
    	builtins.fetchGit {
    	  url = https://github.com/NixOS/nixpkgs.git;
    	  ref = "refs/pull/1024/head;
    	}
    LnL7 committed Dec 14, 2018
    Copy the full SHA
    7e35e91 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Copy the full SHA
    c8205a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2582 from LnL7/fetchgit-refs

    fetchGit: allow fetching explicit refs
    edolstra committed Jul 2, 2019
    Copy the full SHA
    33db1d3 View commit details
    Browse the repository at this point in the history