summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-11-01 16:42:03 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-11-02 13:15:33 +0100
commit53614cf1a7037a7cf355366880c44433674f19af (patch)
treef689c48ea3038333ebe4d91dfeb0bff2f478f2e2 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent415f41bf6888e32f9359c5e32f59c40855bf74f0 (diff)
nix-prefetch-git: fix determinism with leaveDotGit
Add more files to the delete list: * .git/FETCH_HEAD * .git/ORIG_HEAD * .git/refs/remotes/origin/HEAD * .git/config Further, remove all remote branches, remove tags not reachable from the given 'rev', do a full repack and then garbage collect unreferenced objects. According to my testing, the result is fully deterministic. As in "any change done to the upstream repo, ahead of 'rev', will not affect the hash of the resulting 'clone'". Even changing the clone URL will not change the output hash, because .git/config is removed. A new version of git can of course change store format, but that's unavoidable. For big repositories, the repack operation may be a bit heavy. But as far as I can see there is no cheaper way to determinism.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions