Files
nixpkgs/pkgs/build-support/fetchgit
Jan Tojnar 28faf5bc86 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.
2020-02-14 22:15:36 +01:00
..
2019-09-08 23:38:31 +00:00