Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-22 | Revert "Merge pull request #4922 from nrdxp/default-submodules" | Eelco Dolstra | |
This reverts commit 6678e98411cd3bfe8143a4ba1b35d1451babce32, reversing changes made to 90b2dd570cbd8313a8cf45b3cf66ddef2bb06e07. | |||
2021-06-17 | libfetchers/git: fetch submodules by default | Timothy DeHerrera | |
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 | |