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: dcce49409584
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 477ea066ca10
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 14, 2020

  1. nix-prefetch-git: report deepClone & leaveDotGit

    Just like in be30ba8
    we want `fetchgit (builtins.fromJSON (builtins.readFile ./src.json))` to work.
    jtojnar committed Feb 14, 2020
    Copy the full SHA
    f19a101 View commit details
    Browse the repository at this point in the history
  2. nix-prefetch-git: Fix output mangling

    `git repack` and `git gc` sometimes print “Nothing new to pack.”
    to stdout, which breaks redirecting output to JSON file.
    
    Let’s move the stdout of all git calls where it is not used to stderr
    so that we still receive the info but it does not pollute our output.
    jtojnar committed Feb 14, 2020
    Copy the full SHA
    28faf5b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Merge pull request #80091 from NixOS/npregit-dumpall

    nix-prefetch-git: report deepClone & leaveDotGit
    jtojnar committed Feb 19, 2020
    Copy the full SHA
    477ea06 View commit details
    Browse the repository at this point in the history