Skip to content
Unverified Commit 28faf5bc authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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.
parent f19a101a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment