Re: A hint: commits that are not cherry-picked between branches
Hi, Jaroslaw! I usually use the git cherry command to find out what commits are not yet ported. It uses some nice commit-diff algorithm so unless the commit was modified while cherry-picking it'll be reported correctly. git cherry -v HEAD origin/master I usually combine it with emacs and it's 'h
Re: A hint: commits that are not cherry-picked between branches
And the script... cherry2 Description: Binary data ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel