moved load_conf top of files

This commit is contained in:
fatalerrors
2026-07-09 11:11:05 +02:00
parent d375a09623
commit 54da852ac3
14 changed files with 35 additions and 32 deletions

View File

@@ -34,8 +34,9 @@
# * OF SUCH DAMAGE.
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
load_conf git
# ------------------------------------------------------------------------------
# Built-in defaults (can be overridden from [git] section in profile.conf)
: "${GIT_MAIN_BRANCH:=main}"
: "${GIT_DEFAULT_REMOTE:=origin}"
@@ -651,6 +652,4 @@ export -f groot
# ------------------------------------------------------------------------------
load_conf git
# EOF