From bc5e07c66e7edc21241db413550cfe8c419300bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Wed, 21 Dec 2011 20:22:30 +0100 Subject: [PATCH] update History --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index fd99ff72..c9d346b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## master +* 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 -- GitLab