fix(git): read remotes without formatting in remote_contains
Metadata
Current evaluation
Merged fix for GitRepo.remote_contains that reads remotes without formatting to prevent inconsistent output from local Git settings. Approved by two reviewers, passed CI, and ensures predictable repository discovery.
Suggested action: —
No scores available.
Issue body
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
Fix inconsistent output originating that could be affected by local user settings for `GitRepo.remote_contains` , so discovery is predictable.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged fix for GitRepo.remote_contains that reads remotes without formatting to prevent inconsistent output from local Git settings. Approved by two reviewers, passed CI, and ensures predictable repository discovery. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix for GitRepo.remote_contains that reads remotes without formatting to prevent inconsistent output from local Git settings, ensuring predictable repository discovery. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #310 fix(remote-build): enable git repo check | craft-application | merged | Successfully merged the fix enabling the git repository check for remote builds. Approved by two reviewers, the update modifies two files with 18 additions and 1 deletion, resolving the build configuration issue. | |
| #396 feat: add clone and remotes to GitRepo | craft-application | merged | Merged changes adding clone and remote management methods to the GitRepo class. Approved by two reviewers and passing CI, the update introduces repository cloning and remote creation, renaming, and verification functionality. |