master
Name already in use
Commits on Dec 1, 2022
-
Merge pull request #3022 from github/dependabot/bundler/sinatra-2.2.3
Bump sinatra from 2.0.5 to 2.2.3
-
Bump sinatra from 2.0.5 to 2.2.3
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.3. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.0.5...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Commits on Apr 4, 2022
-
Merge pull request #2704 from rjmunro/increase-max-ci-statuses
Allow up to 100 CI checks for CI status command
Commits on Mar 28, 2022
-
Allow up to 100 CI checks for CI status command
I'm working on a project that has a complex CI setup, and reaches more than 30. Sometimes `hub ci-status` would report success when it was still pending, which was very annoying. per_page=100 is used in many other queries, and is the maximum that is allowed without paging.
Commits on Mar 25, 2022
-
Change default protocol to HTTPS (#2939)
Explicitly setting `hub.protocol` to `git` or using `HUB_PROTOCOL=git` still uses the `git` protocol. Co-authored-by: Mislav Marohnić <mislav@github.com>
-
-
-
-
-
-
This was fun and everything, but the patch makes it tricky to upgrade Aruba, so it should go for now.
Commits on Sep 4, 2021
-
Merge pull request #2796 from CyberFlameGO/patch-1
various docfile updates
Commits on Jul 4, 2021
Commits on Mar 19, 2021
Commits on Jan 6, 2021
-
Merge pull request #2682 from NeQuissimus/nix_install
📝 Add Nix installation to README
Commits on Dec 29, 2020
Commits on Dec 1, 2020
-
Merge pull request #2656 from cuonglm/master
github: fix unbuffered channel passed to signal.Notify
-
github: fix unbuffered channel passed to signal.Notify
The docs at os/signal.Notify warn about this signal delivery loss bug at https://golang.org/pkg/os/signal/#Notify, which says: Package signal will not block sending to c: the caller must ensure that c has sufficient buffer space to keep up with the expected signal rate. For a channel used for notification of just one signal value, a buffer of size 1 is sufficient. Caught by a static analysis tool from Orijtech, Inc. called "sigchanyzer"
Commits on Nov 17, 2020
Commits on Nov 16, 2020
Commits on Nov 10, 2020
Commits on Aug 24, 2020
-
Merge pull request #2598 from ryuichi1208/master
fix: Update checkout and cache to v2
-
Commits on Aug 11, 2020
-
Merge pull request #2591 from github/fix-bool-value-parsing
Fix parsing boolean flags with explicit values
Commits on Aug 2, 2020
-
-
-
-
Avoid literal mention of "GitHub CLI" because hub already ranks too high for those search terms and we don't want it to rank any higher. Closes #2458