about summary refs log tree commit diff
path: root/pkgs/build-support/fetchgitlocal
AgeCommit message (Collapse)AuthorFilesLines
2023-04-22treewide: Make some fetchers overridablepiegames1-1/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2016-02-01fetchgitlocal: be less chattyEric Seidel1-1/+1
2016-01-04fetchgitLocal: make it work in submodulesEric Seidel1-3/+3
2015-10-01Rewrite `fetchgitLocal`John Ericson1-21/+38
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.
2015-03-31fetchgitlocal: use output of `git show` and `git diff` to tell nix whether ↵Eric Seidel1-2/+15
the source has changed. this is way more hacky than i was hoping...
2015-03-28fetchgitlocal: don't force copying the whole source directory into the store..Eric Seidel1-2/+2
2015-03-28fetchgitlocal: local fetcher based on `git ls-files`Eric Seidel1-0/+10