From db0099e84e1c5c7b9b115a806a775a56a35f25a5 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Thu, 23 Apr 2026 03:55:47 +0000 Subject: [PATCH] docs: add missing CHANGELOG entry for generic host port fix (#804) The [Unreleased] section was missing the Fixed entry documenting that clone and ls-remote error messages now surface host:port for self-hosted servers on non-default ports (e.g. Bitbucket Datacenter). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c42e4831..dff1d079a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New `enterprise/governance-guide.md` documentation page: flagship governance reference for CISO / VPE / Platform Tech Lead audiences, covering enforcement points, bypass contract, failure semantics, air-gapped operation, rollout playbook, and known gaps. Trims duplicated content in `governance.md`, `apm-policy.md`, and `integrations/github-rulesets.md`. Adds `templates/apm-policy-starter.yml`. (#851) +### Fixed + +- Generic host clone and `ls-remote` error messages now include the custom port (`host:port`) so users on Bitbucket Datacenter or other self-hosted servers running on non-default ports see the exact address they need to verify against their git credential helper. Closes #798 (#804) + ## [0.9.1] - 2026-04-22 ### Added