From af2fcfbc1043d82a9aceeec551a50dd9c758cedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Fri, 2 Mar 2012 14:23:08 +0100 Subject: [PATCH] update History Closes #139 --- HISTORY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d8d39ef6..5f1ec9a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,23 @@ +## master + +* fix `pull-request` from branch tracking another local branch +* fix `browse` command when not on any branch + +## 1.8.2 (2012-02-07) + +* 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 + +## 1.8.1 (2012-01-24) + +* fix JSON parsing error while using GitHub API +* HTTP(S) proxy support + ## 1.8.0 (2012-01-03) * fix `pull-request` on GH Enterprise project branch without upstream -- GitLab