The Git repository is online at http://quickgit.kde.org/?p=kdenlive.git&a=summary
Here's some quick instructions (I'll write some documentation later) for jb's urgent fixes. For 0.8.4: $ git checkout master If you feel the fixes are ok, just commit them to master (and, later, merge them to next), otherwise: $ git checkout -b $fix_branch ...apply the patches... $ git checkout master $ git merge $fix_branch And, still, merge to next. Or, for 0.8.2.1: $ git checkout v0.8.2 $ git checkout -b v0.8.2 (creates the branch) $ apply your fixes ...and merge to master, then merge master to next. KDE Git infrastructure requires tags to be annotated, so, when tagging a release, use: $ git tag -a v1.0.0 -m "Kdenlive 1.0.0" I guess you know that you need to `git push` stuff online. :) Later I'll find how and where to move translations. -- Alberto Villa, FreeBSD committer <avilla at FreeBSD.org> http://people.FreeBSD.org/~avilla If you have nothing to do, don't do it here. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 314 bytes Desc: This is a digitally signed message part. URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20111108/3b0a670b/attachment.sig>