Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Blixtleod/copilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 16, 2026

  1. fix: add --refs to git ls-remote to exclude dereferenced tag objects

    Without --refs, `git ls-remote --tags` also returns lines like
    `refs/tags/v1.0.69^{}` for annotated tags. After sorting by
    version:refname, the `^{}` entry sorts after the plain tag, so
    `tail -1` picks it up and `awk` extracts `v1.0.69^{}` — an invalid
    version string that corrupts the download URL and causes all
    VERSION=prerelease installs to fail with a 404.
    
    AI-Generated: true
    circleci-app[bot] authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e346f1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Blixtleod/chunk/fix-git-ls-remote-refs-flag

    fix: add --refs to git ls-remote to exclude dereferenced tag objects
    dariandawnblixtleo-hue authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    69f08af View commit details
    Browse the repository at this point in the history
Loading