nix-super/src/libfetchers
Théophane Hufschmitt 6a94755b12 Allow user input in git commit
We occasionnally commit to git repositories (like with `nix flake update --commit-lock-file`).
This shells out to `git commit`, which might wait for user input (for a signing key passphrase for instance).
Disable the progress bar while this is running to make sure that the
user can enter it.
2023-11-24 11:45:37 +01: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 Merge remote-tracking branch 'origin/master' into libgit2 2023-11-09 16:48:41 +01:00
cache.hh Fix doxygen comments 2023-11-14 14:02:57 +01: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
fetchers.cc Persistently cache InputAccessor::fetchToStore() 2023-11-20 20:04:37 +01:00
fetchers.hh Persistently cache InputAccessor::fetchToStore() 2023-11-20 20:04:37 +01:00
fs-input-accessor.cc Improve SourceAccessor path display 2023-11-20 18:54:36 +01:00
fs-input-accessor.hh Introduce FSInputAccessor and use it 2023-10-18 17:37:32 +02:00
git-utils.cc Don't do shallow fetches over ssh 2023-11-20 17:25:40 +01:00
git-utils.hh Implement shallow fetching 2023-11-15 15:00:17 +01:00
git.cc Allow user input in git commit 2023-11-24 11:45:37 +01:00
github.cc Persistently cache InputAccessor::fetchToStore() 2023-11-20 20:04:37 +01:00
indirect.cc Merge pull request #9255 from NixOS/libfetcher-docs-json 2023-11-01 09:38:02 -04:00
input-accessor.cc Use the StorePath-based cache interface 2023-11-22 11:44:02 +01:00
input-accessor.hh Persistently cache InputAccessor::fetchToStore() 2023-11-20 20:04:37 +01:00
local.mk configure: Check for libgit2 2023-11-10 13:58:59 +01:00
memory-input-accessor.cc Factor out MemorySourceAccessor, implement missing features 2023-11-04 15:24:20 -04:00
memory-input-accessor.hh Introduce MemoryInputAccessor and use it for corepkgs 2023-10-18 17:38:11 +02:00
mercurial.cc Persistently cache InputAccessor::fetchToStore() 2023-11-20 20:04:37 +01: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 Systematize fetcher input attribute validation 2023-10-30 10:17:24 -04:00
tarball.hh Remove fetchers::Tree and move tarball-related stuff into its own header 2023-10-20 19:56:52 +02:00