Wow, now even post-review for RB works fine for me.

Following KDE's TechBase I inserted this into my ~/.gitconfig
---
[alias]
    post-review = !post-review --guess-summary --guess-description 
--username=kaning --parent=master --tracking-branch=origin/master 
--target-groups=kmymoney
---
which sets my username as well as the target group kmymoney.

Now, if I am on my own branch developing a patch for KMM, I can simply type
---
$ <DO WORK>
$ git commit -a
...
$ git post-review
---
and post-review will send the diffs and the configuration for a review request 
to KDE's review board, i.e. everything's set to go. Even guessing the 
description worked out fine.

Absolutely COOL!
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to