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: cli/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.41.0
Choose a base ref
...
head repository: cli/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.42.0
Choose a head ref
  • 4 commits
  • 43 files changed
  • 4 contributors

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    c73f41b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Support template, jq flags with standard format flag (#7832)

    * Use standard JSON flags for project command
    
    Deprecates the --format flag and adds the standard JSON flags to properly filter, template, and write JSON.
    
    * Add format flags cmdutil
    
    Resolves PR feedback
    
    * Remove unnecessary fields from JSON format flags
    
    * Add standard format help to remaining commands
    
    * Add JSON format regression tests
    
    Also fixed a number of `project` commands that didn't format the right object as JSON.
    
    * Resolve PR feedback
    heaths authored Jan 9, 2024
    1 Configuration menu
    Copy the full SHA
    0cf5d22 View commit details
    Browse the repository at this point in the history
  2. Prevent downloading releases with assets that match windows reserved …

    …filenames (#8517)
    
    * Prevent downloading releases with assets that match windows reserved filenames
    
    * Add comment noting potential use of build constraints in the future
    samcoe authored Jan 9, 2024
    1 Configuration menu
    Copy the full SHA
    785a340 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge pull request #8479 from muzimuzhi/docs/backquote-gh-config

    Backquote settings in `gh-config` docs
    andyfeller authored Jan 10, 2024
    1 Configuration menu
    Copy the full SHA
    e9fabfe View commit details
    Browse the repository at this point in the history
Loading