[kmymoney4] [Bug 381853] No FIXED-IN assignments for backported commits
Ralf Habacker
bugzilla_noreply at kde.org
Sat Jul 1 09:36:28 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=381853
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
With the help of
for i in $(git log | grep "cherry picked" | sed 's,^.*commit ,,g;s,),,g'); do
git log -n 1 $i; done > out.log
and
cat out.log | gawk '$1 == "commit" { c=$2; if (b && f==0) print b; f=0 } $1 ~
/BUG:[^$]/ { gsub(/BUG:/,"",$1); b=$1; } $1 == "BUG:" { b=$2; } $1 ~
/FIXED-IN:/ { f=1}' | sort | uniq | sed 's,^,bug ,g'
I got the following list of potential tickets:
bug 276322
bug 300697
bug 303026
bug 313793
bug 314955
bug 322381
bug 325793
bug 330437
bug 330737
bug 331508
bug 332793
bug 334564
bug 337208
bug 338296
bug 338298
bug 339192
bug 339693
bug 340656
bug 341040
bug 342181
bug 342275
bug 342926
bug 343106
bug 343348
bug 345259
bug 345550
bug 345669
bug 345781
bug 372435
bug 374352
bug 374527
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list