summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2026-08-07 05:34:30 +0200
committerJunio C Hamano <gitster@pobox.com>2026-08-06 21:24:25 -0700
commite927cfeb21d6a217b708216862deb36f144f064b (patch)
treed3d8ee5ac74b600103e2b1c4bfb69c75d70528b0 /gitweb/gitweb.css
parent335fe2545e4d64b79fc28acc945bc3278739d078 (diff)
odb: make creation of on-disk structures pluggable
When creating a new "files" object database source we have to create a couple of directories. These directories are of course specific to this particular backend, and a different backend may require a setup that is completely different. Make the creation of on-disk structures pluggable to accommodate for this. Note that there is one exception though: the "objects" directory must exist in a repository regardless of which backend is in use. If it doesn't exist then the repository is not treated as a Git repository at all. Consequently, we create this directory regardless of the backend. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/gitweb.css')
0 files changed, 0 insertions, 0 deletions