nix-super/src
Eelco Dolstra 120bec5595 GitInputScheme: Do not record 'ref' for dirty trees
The URLs 'git+file:///foo' and 'git+file:///foo?rev=bla' are not
exactly the same. The former can use the dirty tree at /foo, while the
latter won't (it will use the latest committed revision of branch
'bla'). So since we use the latter in the in-memory lock file, the
subsequent call to fetchTree won't be able to see any dirty changes to
/foo, which isn't what we want.
2022-08-31 16:09:27 +02:00
..
build-remote Generalize DerivationType in preparation for impure derivations 2022-03-18 14:59:56 +00:00
libcmd Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-29 14:42:54 +02:00
libexpr Remove FIXME 2022-08-29 15:43:43 +02:00
libfetchers GitInputScheme: Do not record 'ref' for dirty trees 2022-08-31 16:09:27 +02:00
libmain Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-25 17:41:12 +02:00
libstore Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-29 14:42:54 +02:00
libutil Fix potential duplicate activity IDs in forked child processes 2022-08-26 13:14:04 +02:00
nix Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-25 17:41:12 +02:00
nix-build Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-25 17:41:12 +02:00
nix-channel Move download stuff into tarball.hh 2022-08-01 16:05:58 +02:00
nix-collect-garbage Add missing rethrows in conditional exception handlers 2022-06-10 10:52:41 -07:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-25 17:41:12 +02:00
nix-instantiate Merge remote-tracking branch 'origin/master' into lazy-trees 2022-08-25 17:41:12 +02:00
nix-store Fix a misplaced parenthese in serve protocol check 2022-08-24 01:54:43 +02:00
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00