OSDN Git Service

Fix example git command.
authorcon <qtc-committer@nokia.com>
Thu, 31 Mar 2011 08:47:56 +0000 (10:47 +0200)
committercon <qtc-committer@nokia.com>
Thu, 31 Mar 2011 08:50:04 +0000 (10:50 +0200)
dist/changes-2.2.0

index 2df4fe6..bd551b9 100644 (file)
@@ -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)