git-annex/Database
Joey Hess 6db4aee7df
use --no-abbrev instead of --abbrev=40
This avoids hardcoding the sha size, so when git uses sha256, it will
output the full sha256 and not a truncation to 40 characters.

I reviewed git's history, and while there have been some
bugs with commands not supporting --no-abbrev (eg git diff --no-index
--no-abbrev was broken in git 2.1), none of the commands git-annex
uses will be impacted by those old bugs.
2020-01-07 12:29:37 -04:00
..
Keys convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Benchmark.hs cache the serialization of a Key 2019-11-22 17:49:16 -04:00
ContentIdentifier.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Export.hs support sha256 git repos 2020-01-07 12:22:19 -04:00
Fsck.hs fix flipped diffUTCTime 2019-10-03 09:54:19 -04:00
Handle.hs display sqlite error message when it crashes 2019-10-24 11:50:55 -04:00
Init.hs remove many old version ifdefs 2019-07-05 15:09:37 -04:00
Keys.hs use --no-abbrev instead of --abbrev=40 2020-01-07 12:29:37 -04:00
Queue.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Types.hs benchmark: Add --databases to benchmark sqlite databases 2019-10-29 16:59:27 -04:00