Subject: CVS commit: pkgsrc/net/gh
From: Benny Siegert
Date: 2021-07-01 09:04:15
Message id: 20210701070415.51C4EFA95@cvs.NetBSD.org

Log Message:
Update gh to 1.12.1.

GitHub CLI 1.12.1
-----------------

  * Fix bug where branchProtectionRule doesn't exist in enterprise 2.22
  * fix repo create in org with license/ignore

GitHub CLI 1.12.0
-----------------

HELLO and welcome back to GitHub on the command line.

This is a pretty cool release.

gh browse

Taking inspiration from hub, we've added gh browse. This is a multipurpose
command for getting from your terminal to your browser.

My favorite use is to open up lines of code for sharing with others:

gh browse pkg/cmd/repo/garden/garden.go:520

You can also get directly to a repo's settings:

gh browse --settings

The command can do much more, check out gh browse -h!

We're also excited to shout out the contributors who made this new feature
possible, a group of students in the MinT program.

Add .gitignore and LICENSE when creating repositories

When creating a repository from scratch (gh repo create mycoolrepo), you can
now select from GitHub's .gitignore and LICENSE templates to include with the
new repository.

Connect via a unix socket

A new config value http_unix_socket can be configured to a local path to push
all of gh's traffic over a socket.

GitHub CLI 1.11.0
-----------------

  * Add support for environment secrets
  * run list: add "age" column and columns headers in output
  * Add support for XDG Base Directory specification

    Additionally, the default configuration location on Windows is now changed
    from ~/.config/gh/ to %AppData%.

  * Include number alongside the title in issue/pr view

GitHub CLI 1.10.0
-----------------

Improvements to JSON exporting

  * Add gh repo list/view --json support
  * Add gh release view --json support
  * Fixes numerous issues with gh pr list/view --json support
      + fetching closed field
      + fetching date fields like createdAt or mergedAt
      + fetching files field
  * Fix exporting milestone field for issues and PRs
  * Add commits field to JSON export for PRs
  * Show more than 100 comments in gh issue view --json comments
  * Add shell completion for valid --json flag values

New Features

  * Add gh repo fork --org option
  * Allow passinggh alias set value via standard input
  * Prompt for value in gh secret set
  * Update gh api placeholder syntax to {owner}, {repo} to match GitHub API
    documentation
  * Extend our package repository to support Ubuntu Hirsute and Kali linux

Files:
RevisionActionfile
1.20modifypkgsrc/net/gh/Makefile
1.12modifypkgsrc/net/gh/distinfo
1.10modifypkgsrc/net/gh/go-modules.mk