]> git.cameronkatri.com Git - cgit.git/commit
snapshot: strip bit from struct cgit_snapshot_format
authorChristian Hesse <mail@eworm.de>
Mon, 11 Jun 2018 06:26:59 +0000 (08:26 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:13:00 +0000 (18:13 +0200)
commit2f8648ff7f5c7119ab035c134504f04eefe068fb
tree8fc7db6324b6483939cdfcf201793866877a5d92
parent30a378b571c9f826d37c913b32b363f54a8997f4
snapshot: strip bit from struct cgit_snapshot_format

We had a static bit value in struct cgit_snapshot_format. We do not rely
on it and things can be calculated on the fly. So strip it.

Signed-off-by: Christian Hesse <mail@eworm.de>
cgit.c
cgit.h
shared.c
ui-shared.c
ui-snapshot.c