Summary: | No FIXED-IN assignments for backported commits | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | bugtracker | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 381813 |
Description
Ralf Habacker
2017-07-01 09:33:56 UTC
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 (In reply to Ralf Habacker from comment #1) > bug 372435 This bug id is wrong; the remaining has been fixed. |