-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gh] Go powered Hub 2.0 #641
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* master: Add test for the new git config functions. Use git's global config to store the crash report configuration. Add crash reporting to the readme. Remove nesting. Check string errors. Make gh project info constant. Do not modify fatal output. Capture panic errors and notify them as unexpected crashes. Generate man page for gh Add error type to the report. Report error, stack and runtime information. Move the crash report to the new editor. Generate crash report editor message. Simplify title and body hint message creation. Add github.ReportCrash to send user errors.
Allow to never update.
Add homebrew bottle to build
Fix git config typo in README
We could delegate all the flags back to `git-help`
…on_test Enable bash completion tests on Travis
Add contributing guide
Pull in Hub compatible fixes in f60fb89
Pull in Hub compatible fixes efe8c97
Conflicts: .gitignore .travis.yml Gemfile Gemfile.lock script/test
gh: Move away from using curl for patches and to GitHub API
* Prefer Ruby script to `gotask` script for packaging task * Clean up Vagrant file * Prefer `gox` to `goxc`
We need to run the packaging script for every platform using a Vagrant box. During the packaging step, cukes are run. However, the workspace is shared between host and the Vagrant box. Instead of cleaning up the built binary for each platform, build it into a temporary dir.
Clean up package script
[gh] Point crash report repo to github/hub
[gh] Fix exception when having no args for cherry-pick
[gh] Fix cuke failure due to missing port for original request
[gh] Show git’s own help when running `hub help <command>` for git commands
👍 |
owenthereal
pushed a commit
to owenthereal/homebrew
that referenced
this pull request
Oct 20, 2014
The `hub` 2.2.0 branch has been merged into master(mislav/hub#641). HEAD requires Go and a different script to build. The 1.x stable build should still work after 2.2.0 is officially released. Conflicts: Library/Formula/hub.rb
owenthereal
pushed a commit
to owenthereal/homebrew
that referenced
this pull request
Oct 20, 2014
The `hub` 2.2.0 branch has been [merged into master](mislav/hub#641). HEAD requires Go and a different script to build. The 1.x stable build should still work before 2.2.0 is officially released.
owenthereal
pushed a commit
to owenthereal/homebrew
that referenced
this pull request
Oct 20, 2014
The `hub` 2.2.0 branch has been [merged into master](mislav/hub#641). HEAD requires Go and a different script to build. The 1.x stable build should still work before 2.2.0 is officially released.
jacknagel
pushed a commit
to Homebrew/legacy-homebrew
that referenced
this pull request
Oct 21, 2014
The `hub` 2.2.0 branch has been [merged into master](mislav/hub#641). HEAD requires Go and a different script to build. The 1.x stable build should still work before 2.2.0 is officially released. Closes #33407. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
paullryan
pushed a commit
to ambientBOX/homebrew
that referenced
this pull request
Oct 23, 2014
The `hub` 2.2.0 branch has been [merged into master](mislav/hub#641). HEAD requires Go and a different script to build. The 1.x stable build should still work before 2.2.0 is officially released. Closes Homebrew#33407. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed in #475, the next major release of hub will be Go-powered by merging in jingweno/gh. It's been so long 😸
Some remaining works:
pull-request
should resolve base branch to upstream #636hub
2.2.0/cc @mislav