]> git.cameronkatri.com Git - cgit.git/commit
global: replace references to 'sha1' with 'oid'
authorChristian Hesse <mail@eworm.de>
Tue, 20 Oct 2020 21:32:45 +0000 (23:32 +0200)
committerChristian Hesse <mail@eworm.de>
Tue, 20 Oct 2020 21:57:12 +0000 (23:57 +0200)
commit779631c6dc23c15bbbf45a7c7ab9fffb619037b7
tree99ddcae06134e97ef490fb1a4c9f6ab095ca5052
parent629659d2cffbf059374fc53e6400ff0bebe1ddde
global: replace references to 'sha1' with 'oid'

For some time now sha1 is considered broken and upstream is working to
replace it with sha256. Replace all references to 'sha1' with 'oid',
just as upstream does.

Signed-off-by: Christian Hesse <mail@eworm.de>
13 files changed:
cgit.c
cgit.css
cgit.h
cmd.c
parsing.c
tests/t0001-validate-git-versions.sh
ui-blame.c
ui-commit.c
ui-diff.c
ui-log.c
ui-plain.c
ui-shared.c
ui-tag.c