Nix/src/libfetchers
DavHau bc00fa4647 fetchTree/fetchGit: re-enable shallow fetching
Add several tests for git fetching:
- shallow-cache-separation: can fetch the same repo shallowly and non-shallowly
- shallow-ignore-ref: ensure that ref gets ignored when shallow=true is set
- ssh-shallow: can fetch a git repo via ssh using shallow=1
2024-01-19 20:30:47 +07:00
..
attrs.cc Fix conversion from JSON to fetch attributes 2021-01-05 02:06:25 +00:00
attrs.hh Reword some comments/API docs to reflect libfetcher's multiple users 2023-09-28 21:10:51 -04:00
cache.cc Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
cache.hh Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
fetch-settings.cc Move some stuff from Settings to a new FetchSettings. 2022-03-01 01:39:25 +00:00
fetch-settings.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
fetch-to-store.cc Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
fetch-to-store.hh Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
fetchers.cc Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
fetchers.hh fetchGit/fetchTree: Improve exportIgnore, submodule interaction 2024-01-12 15:31:53 +01:00
filtering-input-accessor.cc libfetchers: Add CachingFilteringInputAccessor 2024-01-12 17:16:59 +01:00
filtering-input-accessor.hh libfetchers: Add CachingFilteringInputAccessor 2024-01-12 17:16:59 +01:00
fs-input-accessor.cc Move access control from FSInputAccessor to FilteringInputAccessor 2023-11-30 21:54:53 +01:00
fs-input-accessor.hh Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
git-utils.cc fetchTree/fetchGit: re-enable shallow fetching 2024-01-19 20:30:47 +07:00
git-utils.hh libfetchers/git: Move workdir accessor into GitRepo::getAccessor 2024-01-12 15:31:53 +01:00
git.cc fetchTree/fetchGit: re-enable shallow fetching 2024-01-19 20:30:47 +07:00
github.cc Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
indirect.cc HashType: Rename to HashAlgorithm 2023-12-06 23:43:42 +01:00
local.mk Only link with -pthread on Unix 2024-01-10 20:38:39 -05:00
memory-input-accessor.cc Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
memory-input-accessor.hh Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
mercurial.cc Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
mounted-input-accessor.cc Cleanup 2023-11-14 14:47:17 +01:00
mounted-input-accessor.hh Rename UnionInputAccessor to MountedInputAccessor 2023-11-14 14:02:57 +01:00
path.cc Merge pull request #9255 from NixOS/libfetcher-docs-json 2023-11-01 09:38:02 -04:00
registry.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
registry.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
tarball.cc Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
tarball.hh Remove fetchers::Tree and move tarball-related stuff into its own header 2023-10-20 19:56:52 +02:00