Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • upstream/0.10.3
    Upstream version 0.10.3
  • v0.10.3
    Version v0.10.3
    
    This is an important security update fixing CVE-2016-7793 and CVE-2016-7794.
    
    **Upgrade is recommended for all users**
    
    Issues Fixed
    ============
    
    * man: wrong description of implicit `issues list` command
      (https://github.com/sociomantic-tsunami/git-hub/pull/207)
    
    * Explicitly pass the urltype to git_fetch
      (https://github.com/sociomantic-tsunami/git-hub/pull/205)
    
    * Validate received URLs before cloning
      (https://github.com/sociomantic-tsunami/git-hub/pull/204)
    
    * clone: Use option terminator after options
      (https://github.com/sociomantic-tsunami/git-hub/pull/203)
    
    * Missing sanitization of data received from GitHub
      (https://github.com/sociomantic-tsunami/git-hub/issues/197)
    
  • debian/0.10.2-2
    167aa812 · Release to unstable ·
    0.10.2-2 unstable; urgency=medium
    
  • debian/0.10.2-1
    1cd744bd · Release to unstable ·
    0.10.2-1 unstable; urgency=medium
    
  • upstream/0.10.2
    Upstream version 0.10.2
  • v0.10.2
    Version v0.10.2
    
    Issues Fixed
    ============
    
    * Fix nasty bug that triggered using push `--force`
      (https://github.com/sociomantic-tsunami/git-hub/pull/190)
    
    * Fix cloning when a fork with the same name exists
      (https://github.com/sociomantic-tsunami/git-hub/pull/189)
    
    * `clean_message()` doesn't require space after `#`
      (https://github.com/sociomantic-tsunami/git-hub/pull/186)
    
    * Fix typo
      (https://github.com/sociomantic-tsunami/git-hub/pull/185)
    
  • debian/0.10.1-1
    0.10.1-1 unstable; urgency=medium
    
  • upstream/0.10.1
    Upstream version 0.10.1
  • v0.10.1
    f0ac8928 · Fix pull show threading ·
    Version v0.10.1
    
    Issues Fixed
    ============
    
    * Fix pull show threading (https://github.com/sociomantic-tsunami/git-hub/pull/177)
    
    * Exception showing PR (https://github.com/sociomantic-tsunami/git-hub/issues/175)
  • debian/0.10-1
    d39c5279 · Release to unstable ·
    0.10-1 unstable; urgency=medium
    
  • upstream/0.10-rc1
    Upstream version 0.10-rc1
  • upstream/0.10
    Upstream version 0.10
  • v0.10
    Version v0.10
    
    Project Moving
    ==============
    
    The project home has moved to the new sociomantic-tsunami organization, a new home for all FLOSS Sociomantic projects. This is still a work in progress, and hopefully this new organization will start to grow very soon, and you'll get more information about the Sociomantic Tsunami Program in a near future.
    
    All requests to the old location will be automatically redirected to this new location though, so things should continue working, but we strongly suggest to update your URLs.
    
    You can check this guide to update Git URLs in your clones: https://help.github.com/articles/changing-a-remote-s-url/
    
    Quick summary is:
    
    ```
    git remote set-url <name> git@github.com:sociomantic-tsunami/git-hub.git
    ```
    
    Also, if you are using `git-hub`, you probably want to do this too:
    
    ```
    git config hub.upstream sociomantic-tsunami/git-hub
    ```
    
    Now to the changes in this new version :)
    
    New Features
    ============
    
    * Allow cloning over https instead of ssh (https://github.com/sociomantic-tsunami/git-hub/pull/149)
    
    * Pass GIT_EDITOR to sh (https://github.com/sociomantic-tsunami/git-hub/pull/147)
    
    Issues Fixed
    ============
    
    * Fix multiple typos, spelling mistakes and other minor documentation improvements (https://github.com/sociomantic-tsunami/git-hub/pull/173, https://github.com/sociomantic-tsunami/git-hub/pull/172, https://github.com/sociomantic-tsunami/git-hub/pull/170, https://github.com/sociomantic-tsunami/git-hub/issues/162, https://github.com/sociomantic-tsunami/git-hub/pull/151, https://github.com/sociomantic-tsunami/git-hub/pull/165, https://github.com/sociomantic-tsunami/git-hub/pull/140, https://github.com/sociomantic-tsunami/git-hub/pull/138)
    
    * Verbose cloning causes UnicodeDecodeError in debugf() (https://github.com/sociomantic-tsunami/git-hub/pull/167)
    
    * non-ASCII comments cause UnicodeEncodeError (https://github.com/sociomantic-tsunami/git-hub/pull/163)
    
    * Error on trivially incorrect usage of clone command (https://github.com/sociomantic-tsunami/git-hub/pull/160)
    
    * Fix: Config option hub.forkrepo was ignored (https://github.com/sociomantic-tsunami/git-hub/pull/157)
    
    * issue: Fix creating issue without labels (https://github.com/sociomantic-tsunami/git-hub/pull/145)
    
    * clone: Fix parsing URLs as repository locations (https://github.com/sociomantic-tsunami/git-hub/pull/144)
    
    * git hub clone https://github.com/foo/bar doesn't do the right thing (https://github.com/sociomantic-tsunami/git-hub/issues/137)
    
    * pull: Don't error and interrupt the rebase on branch deletion fail (https://github.com/sociomantic-tsunami/git-hub/pull/136)
    
    * setup: Feeding EOF to the prompted inputs causes a crash (https://github.com/sociomantic-tsunami/git-hub/pull/121)
  • v0.10-rc1
    Version v0.10-rc1
    
    New Features
    ============
    
    * Pass `GIT_EDITOR` to `sh`
      (https://github.com/sociomantic/git-hub/pull/147)
    
    * Allow cloning over HTTPS/git instead of SSH (and fix URL handling)
      (https://github.com/sociomantic/git-hub/issues/137,
      https://github.com/sociomantic/git-hub/issues/168,
      https://github.com/sociomantic/git-hub/pull/149)
    
    Issues Fixed
    ============
    
    * Fixes and improvements to the man page
      (https://github.com/sociomantic/git-hub/pull/172,
      https://github.com/sociomantic/git-hub/pull/170,
      https://github.com/sociomantic/git-hub/pull/151,
      https://github.com/sociomantic/git-hub/pull/140,
      https://github.com/sociomantic/git-hub/pull/138)
    
    * Fix some unicode errors:
      (https://github.com/sociomantic/git-hub/pull/167,
      https://github.com/sociomantic/git-hub/pull/163)
    
    * Fix config option `hub.forkrepo` that was ignored
      (https://github.com/sociomantic/git-hub/pull/157)
    
    * Fix creating issue without labels
      (https://github.com/sociomantic/git-hub/pull/145)
    
    * Fix crash when feeding EOF to the prompted inputs
      (https://github.com/sociomantic/git-hub/pull/121)
    
    * Use HTTPS URLs where possible
      (https://github.com/sociomantic/git-hub/pull/146)
    
    * Update the GitHub Flavored Markdown URL
      (https://github.com/sociomantic/git-hub/pull/165)
    
    * Fix parsing URLs as repository locations when cloning
      (https://github.com/sociomantic/git-hub/pull/144)
    
    * Fix crash on trivially incorrect usage of the `clone` command
      (https://github.com/sociomantic/git-hub/pull/160)
    
    * Don't error and interrupt the rebase on branch deletion fail
      (https://github.com/sociomantic/git-hub/pull/136)
    
    * Minor code cleanups
      (https://github.com/sociomantic/git-hub/pull/169,
      https://github.com/sociomantic/git-hub/issues/161)
  • debian/0.9.0-2
    991b9a47 · Release to unstable ·
    git-hub release 0.9.0-2 for unstable (sid) [dgit]
    [dgit distro=debian]
    
  • debian/0.9.0-1
    d1781c12 · Release to unstable ·
    0.9.0-1 unstable; urgency=medium
    
  • upstream/0.9.0
    Upstream version 0.9.0
  • v0.9.0
    Version v0.9.0
    
    Changes
    =======
    
    * `setup`: Ask the user for another note if the current is taken
    
      It is not possible to retrieve the OAuth token anymore using the GitHub API,
      so instead of doing that, we ask the user to create a new token if the
      default one is already used.
    
      https://github.com/sociomantic/git-hub/pull/133
    
    * `pull rebase`: Add `--delete-branch` option
    
      When this option is used, the branch used to make the pull request from will
      be deleted after rebasing the pull request.
    
      https://github.com/sociomantic/git-hub/pull/129
    
    * `man` page improvements
    
      Describe the missing global options and add a `FILES` section mentioning
      files used to keep, for example, the messages typed by the user.
    
      https://github.com/sociomantic/git-hub/pull/131
      https://github.com/sociomantic/git-hub/pull/126
    
    * Fix `--pause` resuming
    
      https://github.com/sociomantic/git-hub/pull/132
  • v0.8.1
    Version 0.8.1
  • v0.8.0
    Version 0.8.0