]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add option to disable ctime check for manifest
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Tue, 3 Jul 2018 21:01:26 +0000 (23:01 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 23 Sep 2018 19:47:54 +0000 (21:47 +0200)
commitf7085d623fbffaee39002a47d1721ac894733b80
tree70df73a272594dbe656bda6d0eba61a7c95e00fb
parent181298b9eb32c4e31d207c7bedeaa58c29bbfe4a
Add option to disable ctime check for manifest

Make it possible to use e.g. "git-restore-mtime"*,
to use the original timestamps and avoid checksums.

* https://github.com/MestreLion/git-tools

Restoring ctime is much harder than restoring mtime,
since you need to change the system clock to do it.
doc/MANUAL.adoc
src/ccache.h
src/conf.c
src/manifest.c
unittest/test_conf.c