1
0

Add config for default branch name (#171)

Co-authored-by: Thomas Miceli <27960254+thomiceli@users.noreply.github.com>
هذا الالتزام موجود في:
Jacob Hands
2023-12-27 10:30:42 -06:00
ملتزم من قبل Thomas Miceli
الأصل 4bba26daf6
التزام 2f8435892e
9 ملفات معدلة مع 73 إضافات و42 حذوفات

عرض الملف

@@ -18,6 +18,10 @@ opengist-home:
# Name of the SQLite database file. Default: opengist.db
db-filename: opengist.db
# Default branch name used by Opengist when initializing Git repositories.
# If not set, uses the Git default branch name. See https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup#_new_default_branch
git.default-branch:
# Set the journal mode for SQLite. Default: WAL
# See https://www.sqlite.org/pragma.html#pragma_journal_mode
sqlite.journal-mode: WAL