Add todo about broken links after merging squashed commits

b7c25d665785d3e5b7aedb515bb2e84276b5588a

Tucker McKnight <tmcknight@instructure.com> | Sat Jun 20 2026

Add todo about broken links after merging squashed commits
wiki/index.md:51
Before
50
51
52
53





54
  - branch snapshots
  - tag snapshots
  - commit snapshots (i.e. when they are mentioned in a blog post)

⁣
⁣
⁣
⁣
⁣
### Completed
After
50
51
52
53
54
55
56
57
58
59
  - branch snapshots
  - tag snapshots
  - commit snapshots (i.e. when they are mentioned in a blog post)
- [ ] this is not finding commit `b30bd9fa7e0bc1ed9e557769a79dcff79458c83d` in the `file-caching` branch. Why?
  - It's because commits need to be allowed to have different parents on different
    branches
- [ ] If a commit is merged into a branch by squashing it, and the original branch is not
      being pulled, then all links to that commit will not work.

### Completed