fix(git-branches): restore merging.md's provenance back-reference

references/sources.md credits atlassian-gitflow-tutorial with contributing
the `--no-ff` requirement on Gitflow supporting-branch merges to
references/merging.md, and merging.md:14 does carry that claim — but the
file's own source_keys listed only context7-git-htmldocs, so the chain was
one-directional.

Surfaced by repairing validate-provenance.sh's Contributing-files parser
in the same series; this skill was one of seven whose sources.md the old
parser could not read, so checks 4 and 5 had never run against it.

Refs #99
This commit is contained in:
2026-08-30 20:50:51 +00:00
parent 93d3263f8c
commit c5b207aee8
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
--- ---
source_keys: source_keys:
- context7-git-htmldocs - context7-git-htmldocs
- atlassian-gitflow-tutorial
--- ---
# Merging one branch into another # Merging one branch into another

View File

@@ -1,6 +1,7 @@
--- ---
source_keys: source_keys:
- context7-git-htmldocs - context7-git-htmldocs
- atlassian-gitflow-tutorial
--- ---
# Merging one branch into another # Merging one branch into another