lix/src
Chuck ed026f7206 Don't try to parse signature check as commit timestamp
When the log.showSignature git setting is enabled, the output of
"git log" contains signature verification information in addition to the
timestamp GitInputScheme::fetch wants:

  $ git log -1 --format=%ct
  gpg: Signature made Sat 07 Sep 2019 02:02:03 PM PDT
  gpg:                using RSA key 0123456789ABCDEF0123456789ABCDEF01234567
  gpg:                issuer "user@example.com"
  gpg: Good signature from "User <user@example.com>" [ultimate] 1567890123
  1567890123

For folks that had log.showSignature set, this caused all nix operations
on flakes to fail:

  $ nix build
  error: stoull
2020-08-13 17:44:42 -07:00
..
build-remote demote remote build message to Info 2020-08-11 10:29:43 -06:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr Remove name parameter from writeDerivation 2020-08-10 01:35:59 +00:00
libfetchers Don't try to parse signature check as commit timestamp 2020-08-13 17:44:42 -07:00
libmain Always reset ANSI colors in progress-bar line 2020-08-10 17:44:17 +02:00
libstore Use TeeSink and TeeSouce in a few more places 2020-08-13 14:51:17 +00:00
libutil Use TeeSink and TeeSouce in a few more places 2020-08-13 14:51:17 +00:00
nix Remove name parameter from writeDerivation 2020-08-10 01:35:59 +00:00
nix-build unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-copy-closure Revert the enum struct change 2020-06-18 22:11:26 +00:00
nix-daemon Separate auth and logic for the daemon 2020-08-12 15:22:33 +00:00
nix-env Get rid of basicDerivation::findOutput 2020-07-23 14:39:02 +00:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge branch 'hash-always-has-type' into better-ca-parse-errors 2020-07-13 03:02:09 +00:00
nix-store Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errors 2020-07-30 18:27:25 -04:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00