- change
pull-request
interface to allow passing title & body - avoid hard breaks in
pull-request
message authored in Vim - save and reuse
pull-request
message if creating it failed - new
ci-status
command for checking GitHub Status API
- compensate for new GitHub API enforcement
- fix asking for password on Ruby <= 1.8.6
- fix
fetch
for forks where username contains a dash
- helpful
pull-request
error message when base project is invalid - fix
compare
for ranges containing "owner:branch" notation - enable
--name
argument forsubmodule add
- fixes for Windows
- display more validation errors on GitHub API failures
- persist correctly capitalized GitHub login name
- fix
browse
on Windows - fix hub on JRuby
- try fixing Ruby 1.8.7 error with API requests
- fix various edge cases around
create
command - have
fork
set up a remote even if own fork already exists - fix
pull-request
with Unicode chars on Ruby 1.8 - respect $GITHUB_USER & $GITHUB_PASSWORD
- improve reading git remotes configuration
- fix pushing multiple refs to multiple remotes
- support ssh.github.com
- security: mode for ~/.config/hub is 0600
- fix integration with GitHub Enterprise API
- fix cloning repos that start with a period
- don't choke on empty config file
- fix
browse
when not in git repo
- improve improved help text
- fix GitHub username prompt in
create
command - make
fetch
command work with private repos too - add
merge
command to merge pull requests
- internal refactoring and code reorganization
- switch to GitHub API v3 and authenticate via OAuth
- auth info is now stored in ~/.config/hub instead of ~/.gitconfig
- add bash, zsh completion
- improve
hub alias
command - change
git fork
so it fails when repo already exists under user - teach custom commands to respect
-h
&--help
flags pull-request
: better error message for invalid remotes/URLs- respect local SSH aliases for host names
- fix
pull-request
from branch tracking another local branch - fix
browse
command when not on any branch
- if
pull-request
editor is vim, set appropriate filetype pull-request
editor message defaults to single commit message- fix cherry-picking from an existing remote
- fix
clone
from local repository checkout
command forwards flags to internal checkout command, force-resets the existing local branch by default- fix
am
command when given URLs that include the fragment
- fix JSON parsing error while using GitHub API
- HTTP(S) proxy support
- fix
pull-request
on GH Enterprise project branch without upstream - ensure Content-Length for POST requests
- handle pull requests from private repos
- support branches with slashes in their name
- display server errors when creating pullrequest fails
- support GitHub Enterprise via multiple whitelisted host names
- GitHub remote urls don't have to necessarily end in ".git"
- fix
git init -g
- authenticate all API requests, helps dealing with private repos
- ensure periods are allowed in repository names
- fix am/apply commands if TMPDIR environment variable isn't set
- lock down standalone script to system ruby
- don't try to use command output pager on Windows
- opt in for HTTPS:
git config hub.protocol https
- add
hub pull-request
- improve detecting upstream configuration ("tracking" branches)
- introduce
hub --noop
hub apply
now downloads GitHub patches same ashub am
hub create <name>
to explicitly name a repository- switch API communication to HTTPS
- better handling of API HTTP exceptions
- replace two dots (
sha1..sha2
) with three for ranges incompare
- avoid ugly error & stack trace when git is not found on the system
git push remote1,remote2
without branch name pushes the current branch- fix
browse
command for current repo with no tracking setup - preserve global flags to git such as
--bare
and--git-dir=/some/path
- true cross-platform command detection and browser launcher
am
strips extra path from pull reqs URLs such as "pull/42/files"- Fixed permissions on
hub(1)
when installing - gem renamed from
git-hub
tohub
!
- support git aliases
- Bugfix:
browse/compare
for wiki repos - gracefully handle HTTP errors in
create
andfork
hub am
supports Gist URLs- Bugfix:
clone
command doesn't get confused by mixed arguments
- compensate for GitHub switch to HTTPS
hub am
: cherry-pick pull request and commit URLs- support multiple URLs for a single remote
- Bugfix: ensure that internal ruby methods can't pretend to be git commands
- Bugfix: don't show help when
--exec-path
or--html-path
flags are used - Support for
GITHUB_USER
andGITHUB_TOKEN
env variables - Eliminate some ruby warnings
- Added new
hub create
command - Added support for
remote set-url
- Bugfix: Don't try multiple git commands on a non-git dir when grabbing remote
- Bugfix: Adding remotes when no remotes exist
- bugfix: cherry picking of commit URL
- bugfix: git init -g
- Tracking branches awareness
git browse
subpages (e.g.git browse repo issues
)git fetch <fork>
adds new remotes if missingcherry-pick
supports GitHub commit URLs and "user@sha" notation
hub compare
command - Thanks joshthecoder!
hub fork
command - Thanks Mislav!
- Bugfix:
hub remote
for repos with -, /, etc
- Bugfix:
hub remote -f name
(for real this time) - Bugfix: zsh quoting [thommay]
- Bugfix:
hub remote -f name
hub browse
with no arguments uses the current repo.- `hub submodule add user/repo directory
hub remote add rtomayko/tilt
remote add -p origin rtomayko/tilt
- Fixed zshell git completion / aliasing -
hub alias zsh
.
- Add
hub remote origin
shortcut. Assumes your GitHub login.
- Add
hub browse
command for opening a repo in a browser. - Add
hub standalone
for installation of standalone via RubyGems - Bugfix: Don't run hub standalone in standalone mode
- Bugfix:
git clone
flags are now passed through. - Bugfix:
git clone
with url and path works. - Bugfix: basename call
- Bugfix: Check for local directories before cloning
- Respected GIT_PAGER and core.pager
- Aliased
--help
tohelp
- Ruby 1.9 fixes
- Respect git behavior when pager is empty string
git push
multi-remote supporthub.http-clone
configuration setting- Use the origin url to find the repo name
- Homebrew!
- Fix inaccuracy in man page
- Better help arrangement
- Bugfix: Path problems in standalone.rb
- Bugfix: Standalone not loaded by default
- Fixed README typos
- Better standalone install line
- Added man page
- Added
hub help hub
- Fixed gem problems
- First release