lix/src
Martin Schwaighofer c7e527b82b git fetcher: invoke diff instead of diff-index
diff-index operates on the view that git has of the working tree,
which might be outdated. The higher-level diff command does this
automatically. This change also adds handling for submodules.

fixes #4140

Alternative fixes would be invoking update-index before diff-index or
matching more closely what require_clean_work_tree from git-sh-setup.sh
does, but both those options make it more difficult to reason about
correctness.
2022-02-19 22:58:23 +01:00
..
build-remote build-remote: Implicitly add the 'builtin' system type to all machines 2021-10-27 14:25:13 +02:00
libcmd InstallableFlake: Default attr paths cleanup 2022-02-14 21:06:11 +01:00
libexpr Merge pull request #6042 from pennae/fix-repl-a 2022-02-06 13:17:58 +01:00
libfetchers git fetcher: invoke diff instead of diff-index 2022-02-19 22:58:23 +01:00
libmain Respect /etc/hosts 2021-12-13 19:37:30 +01:00
libstore addToStoreFromDump(): Take std::string_view 2022-02-16 11:02:35 +01:00
libutil Make sure no exceptions leave ignoreException() 2022-02-07 16:20:56 +00:00
nix Merge pull request #6103 from Radvendii/welcomeText 2022-02-17 21:06:10 +01:00
nix-build nix-shell: set BASH variable to correct shell 2022-02-05 17:56:51 +01:00
nix-channel nix-channel: use nix-env -i --remove-all to upgrade 2021-07-25 12:00:00 +00:00
nix-collect-garbage Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Make most calls to determinePos() lazy 2022-02-04 00:33:21 +01:00
nix-instantiate Make most calls to determinePos() lazy 2022-02-04 00:33:21 +01:00
nix-store nix-store --serve: pass on settings.keepFailed from SSH store 2021-08-31 13:11:46 +02:00
resolve-system-dependencies convert a for more utilities to string_view 2022-01-27 17:15:43 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00