summaryrefslogtreecommitdiff
path: root/releasenotes/notes/git-remote-refs-71bd2fc2bb05155d.yaml
blob: 3c570c8e07c1144de226347f1ff9b053e75f562f (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Git repositories will have a ``origin`` remote with refs pointing to the
    previous change in the speculative state.

    This allows jobs to determine the commits that are part of a change, which
    was not possible before. The remote URL is set to a bogus value which
    won't work with git commands that need to talk to the remote repository.