On 01/10/2013 11:29 PM, Peter Kümmel wrote:
> On 09.01.2013 17:11, Salovaara Akseli wrote:
>> Hi,
>>
>> Qt 5.0.1 release branching is ongoing and there are already around 300 
>> commits available since Qt 5.0.0 release.
>
> Ahm, what was the difference between release and a tag, and  between release 
> and stable?
>

cd qtbase
git checkout release
git pull --rebase

git log --oneline v5.0.0..release # between release and tag

git checkout stable
git pull --rebase

git log --oneline release..stable # between release and stable


or something like it ..

-- 
Sergio Ahumada
[email protected]
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to