Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-07 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2020-04-07 | Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix | Eelco Dolstra | |
2020-03-29 | tests/fetchGitSubmodules.sh: more checks | Bjørn Forsman | |
2020-03-29 | fetchGit: fix submodule output attribute | Bjørn Forsman | |
Before this change it would be false for all evaluations but the first. Now it follows the input argument (as it should). | |||
2020-03-29 | tests/fetchGitSubmodules: add more tests | Bjørn Forsman | |
2020-03-29 | Fix typo in submodule test | Julian Stecklina | |
2020-03-29 | Rename fetchGit fetchSubmodules to just submodules | Julian Stecklina | |
2020-03-29 | Add more test for git submodule functionality | Julian Stecklina | |
2020-03-29 | Add git submodule fixes from @bjornfor | Julian Stecklina | |
This fixes fetching repositories with no submodules and also cleans up .git files in checkouts. | |||
2020-03-29 | Add test for fetchGit submodule support | Julian Stecklina | |