Compare commits
No commits in common. "e33f4653f1758c9fab8ad70b526178869fcdd850" and "efc86e11a4a4073efc51345370ee14a7941139d9" have entirely different histories.
e33f4653f1
...
efc86e11a4
1 changed files with 9 additions and 10 deletions
|
|
@ -57,8 +57,8 @@ private: false
|
|||
|
||||
|
||||
## Private Synthesis (`wiki/private/`)
|
||||
_Restricted access. Requires `PRIVATE_CONTEXT: enabled` and unlocked repo._
|
||||
_List slug names ONLY. Do not append summaries — prevents metadata leakage._
|
||||
*Restricted access. Requires PRIVATE_CONTEXT: enabled and unlocked repo.*
|
||||
*List slug names ONLY. Do not append summaries — prevents metadata leakage.*
|
||||
EOF
|
||||
|
||||
cat > "${g}/wiki/log.md" <<'EOF'
|
||||
|
|
@ -88,17 +88,16 @@ EOF
|
|||
git init -q
|
||||
# Hermetic: ignore the user's global git config (signing, global hooks);
|
||||
# otherwise commit.gpgsign or a global core.hooksPath makes git commit fail here.
|
||||
git config --local user.name "Framework Test"
|
||||
git config --local user.email "test@genome.local"
|
||||
git config --local commit.gpgsign false
|
||||
git config --local core.hooksPath "${base}/nohooks"
|
||||
|
||||
git config commit.gpgsign false
|
||||
git config core.hooksPath "${base}/nohooks"
|
||||
git config user.email t@t
|
||||
git config user.name tester
|
||||
git add .
|
||||
git commit -qm init
|
||||
git branch -M main
|
||||
git remote add origin "${base}/origin.git"
|
||||
git add .
|
||||
git commit -q -m "chore: initial scaffold"
|
||||
git push -q -u origin main
|
||||
)
|
||||
) >/dev/null
|
||||
|
||||
echo "${g}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue