-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Comparing changes
Open a pull request
base repository: cli/cli
base: v2.85.0
head repository: cli/cli
compare: v2.86.0
- 18 commits
- 13 files changed
- 6 contributors
Commits on Dec 26, 2025
-
fix: error when head and base refs are identical in pr create
When a user runs `gh pr create` with head and base refs pointing to the same ref in the same repository, the command now exits with an error instead of proceeding with an invalid PR creation. This prevents accidental pushes to the main branch and provides clear feedback when users attempt to create a PR from the base branch. Cross-repository PRs (e.g., from forks) with the same branch name continue to work as expected. Fixes #11903 Signed-off-by: majiayu000 <1835304752@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 9daa22e - Browse repository at this point
Copy the full SHA 9daa22eView commit details
Commits on Jan 19, 2026
-
refactor(run download): extract zip extraction func into a separate p…
…ackage Signed-off-by: Babak K. Shandiz <babakks@github.com> Co-authored-by: Kynan Ware <bagtoad@github.com> Co-authored-by: Devraj Mehta <devm33@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f32f2a - Browse repository at this point
Copy the full SHA 0f32f2aView commit details -
Signed-off-by: Babak K. Shandiz <babakks@github.com> Co-authored-by: Kynan Ware <bagtoad@github.com> Co-authored-by: Devraj Mehta <devm33@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3988065 - Browse repository at this point
Copy the full SHA 3988065View commit details -
chore(root): register
copilotcommandSigned-off-by: Babak K. Shandiz <babakks@github.com> Co-authored-by: Kynan Ware <bagtoad@github.com> Co-authored-by: Devraj Mehta <devm33@github.com>
Configuration menu - View commit details
-
Copy full SHA for 08a4413 - Browse repository at this point
Copy the full SHA 08a4413View commit details -
fix(root): avoid command name collision when registering extensions
Signed-off-by: Babak K. Shandiz <babakks@github.com> Co-authored-by: Kynan Ware <bagtoad@github.com> Co-authored-by: Devraj Mehta <devm33@github.com>
3Configuration menu - View commit details
-
Copy full SHA for 10b4a1f - Browse repository at this point
Copy the full SHA 10b4a1fView commit details -
fix(copilot): replace
windowswithwin32to match asset namesSigned-off-by: Babak K. Shandiz <babakks@github.com>
Configuration menu - View commit details
-
Copy full SHA for bc5a44a - Browse repository at this point
Copy the full SHA bc5a44aView commit details -
Fix OS name in test archive filename to 'win32'
Replaces runtime.GOOS with 'win32' in the test archive filename within TestDownloadCopilot. This ensures the test uses the expected archive name for Windows.
Configuration menu - View commit details
-
Copy full SHA for d187bef - Browse repository at this point
Copy the full SHA d187befView commit details -
Merge pull request #12444 from devm33/ghcopilot
feat: add native copilot command to shim copilot cli
Configuration menu - View commit details
-
Copy full SHA for 2728635 - Browse repository at this point
Copy the full SHA 2728635View commit details
Commits on Jan 20, 2026
-
feat(cache delete): allow for delete all caches for a ref
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
Configuration menu - View commit details
-
Copy full SHA for 6a798e7 - Browse repository at this point
Copy the full SHA 6a798e7View commit details -
fix(cache delete): add unit tests and expand help doc
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
1Configuration menu - View commit details
-
Copy full SHA for 9cdc0c4 - Browse repository at this point
Copy the full SHA 9cdc0c4View commit details -
test(copilot): fix windows asset URL
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Configuration menu - View commit details
-
Copy full SHA for da5e5ac - Browse repository at this point
Copy the full SHA da5e5acView commit details -
Merge pull request #12500 from cli/babakks/polish-copilot-cmd-tests
Fix Windows asset URL in `copilot` command tests
Configuration menu - View commit details
-
Copy full SHA for 3d89222 - Browse repository at this point
Copy the full SHA 3d89222View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4fd102 - Browse repository at this point
Copy the full SHA c4fd102View commit details -
Merge pull request #12101 from davidspek/feat/delete-all-cache-ref
feat(cache delete): allow for delete all caches for a ref
Configuration menu - View commit details
-
Copy full SHA for 3e8855f - Browse repository at this point
Copy the full SHA 3e8855fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fe72908 - Browse repository at this point
Copy the full SHA fe72908View commit details
Commits on Jan 21, 2026
-
refactor: address review comments
Signed-off-by: majiayu000 <1835304752@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 0f4b9b0 - Browse repository at this point
Copy the full SHA 0f4b9b0View commit details -
Merge pull request #12505 from cli/kw/contributing-guidelines-clarity
Update contributing guidelines for clarity
Configuration menu - View commit details
-
Copy full SHA for c34c47c - Browse repository at this point
Copy the full SHA c34c47cView commit details -
Merge pull request #12376 from majiayu000/fix-11903-pr-create-same-ref
fix: error when head and base refs are identical in pr create
Configuration menu - View commit details
-
Copy full SHA for 49f7223 - Browse repository at this point
Copy the full SHA 49f7223View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.85.0...v2.86.0