summary refs log tree commit diff
path: root/pkgs/build-support/fetchgitlocal
Commit message (Collapse)AuthorAge
* treewide: Make some fetchers overridablepiegames2023-04-22
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fetchgitlocal: be less chattyEric Seidel2016-02-01
|
* fetchgitLocal: make it work in submodulesEric Seidel2016-01-04
|
* Rewrite `fetchgitLocal`John Ericson2015-10-01
| | | | | | | | | | | For practical purposes, here are the changes in behavior: - When fetching from a subdirectory of a repo, do not rebuild because of changes elsewhere in the repo - Fetch (not-ignored) untracked files too It does this by letting git hash and export the directory in question, which I believes makes for a cleaner implementation than the ad-hoc copying and hashing that was there before.
* fetchgitlocal: use output of `git show` and `git diff` to tell nix whether ↵Eric Seidel2015-03-31
| | | | | | the source has changed. this is way more hacky than i was hoping...
* fetchgitlocal: don't force copying the whole source directory into the store..Eric Seidel2015-03-28
|
* fetchgitlocal: local fetcher based on `git ls-files`Eric Seidel2015-03-28