aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-12-09 13:38:59 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-12-09 15:48:25 +0100
commit90dceec6e2dd043fca274528491855604ac45145 (patch)
treea66030f5787a8ef27b86003f59a5fa29f38656ff
parentc6fff90c734f2462ecf9bd3415bf7372b4f0a459 (diff)
Changelog: Update VCS changes
Mostly Git Change-Id: Id4471cfd26ca7832aa081fb29495d4e6f020f7b8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-rw-r--r--dist/changes-3.0.012
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-3.0.0 b/dist/changes-3.0.0
index bf5491f926..4f6cf897e3 100644
--- a/dist/changes-3.0.0
+++ b/dist/changes-3.0.0
@@ -91,6 +91,8 @@ Diff Viewer
Version Control Systems
* Fixed crash when reverting changes while commit editor is open (QTCREATORBUG-10190)
* Added VCS topic to window title
+ * Fixed that user was asked about adding file to VCS even if it already
+ was in VCS (QTCREATORBUG-2455)
* Git
* Added information about files with conflict when doing "git stash pop"
* Added action for opening "git gui"
@@ -98,6 +100,16 @@ Version Control Systems
* Added support for setting remote tracking branch (QTCREATORBUG-8863)
* Added disambiguation of branch names (QTCREATORBUG-9700)
* Fixed updating of log view from branches dialog (QTCREATORBUG-9783)
+ * Added support for cherry-picking top commit from a branch
+ * Changed log to follow renames
+ * Fixed that author data was discarded when commit window lost focus
+ * Added support for "git reflog"
+ * Added list of branches to header when showing commits
+ * Fixed that cloning showed progress messages only after the
+ operation was done (QTCREATORBUG-6565)
+ * Added support for recursive clone
+ * Added support for staging and unstaging chunks in unified diff editor (QTCREATORBUG-5875)
+ * Fixed "Blame <commit>" and "Blame Parent" for renamed files
* ClearCase
FakeVim