aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.2.0
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-03-31 10:47:56 +0200
committercon <qtc-committer@nokia.com>2011-03-31 10:50:04 +0200
commit90679c06d55fb48ade7ce002d3a9d9f32656dec0 (patch)
tree298d9f4a5080c4f74a69e936b09d2ff99a7b97f6 /dist/changes-2.2.0
parent895442d65d8c0f30abd3ad41c702ccc3a9d0b806 (diff)
Fix example git command.
Diffstat (limited to 'dist/changes-2.2.0')
-rw-r--r--dist/changes-2.2.02
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-2.2.0 b/dist/changes-2.2.0
index 2df4fe6a16..bd551b9ff0 100644
--- a/dist/changes-2.2.0
+++ b/dist/changes-2.2.0
@@ -5,7 +5,7 @@ within the logs of Qt Creator sources. Simply check it out from the public git
repository. For example:
git clone git://gitorious.org/qt-creator/qt-creator.git
-git log --cherry-pick --pretty=oneline origin/master...origin/2.1
+git log --cherry-pick --pretty=oneline origin/2.1...origin/2.2
General
* Added support for running user defined external tools (Tools->External)