# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: il> 2019-03-26T13:42:20+00:00 df30a4515b1303b0891baa53754fa9b3e47e0c02 Sometimes, developers mention other bugs in the body as related issues. This might create mislead information in the release notes E.g: https://wiki.documentfoundation.org/Releases/6.1.1/RC1 * Caolán is mentioned as fixer of i#66963 because the id is in the body of 9c3d8b1c64c2ce5a2fd39aa785df45f6b1d6628b which fixes tdf#98558 * M. Stahl is mentioned as fixer of tdf#112447 because the id is in the body of 31e66bd07c1082bb375be8aaf7835f019351d9bb This bug was fixed by Bjoern Michaelsen in ce2fce9a41729774689080c8b5552b60c2e6ee2d Change-Id: I8d0ee038741dbb27364a56a7fa9285f32839c37b Reviewed-on: https://gerrit.libreoffice.org/69750 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Sometimes, developers mention other bugs in the body as
related issues.
This might create mislead information in the release notes
E.g: https://wiki.documentfoundation.org/Releases/6.1.1/RC1
* Caolán is mentioned as fixer of i#66963 because the id is in
the body of 9c3d8b1c64c2ce5a2fd39aa785df45f6b1d6628b
which fixes tdf#98558
* M. Stahl is mentioned as fixer of tdf#112447 because the id is
in the body of 31e66bd07c1082bb375be8aaf7835f019351d9bb
This bug was fixed by Bjoern Michaelsen in
ce2fce9a41729774689080c8b5552b60c2e6ee2d

Change-Id: I8d0ee038741dbb27364a56a7fa9285f32839c37b
Reviewed-on: https://gerrit.libreoffice.org/69750
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Fix typo 2019-01-30T06:08:22+00:00 Andrea Gelmini andrea.gelmini@gelma.net 2019-01-28T10:43:44+00:00 44df356a075acadeb980bce80e99c73154e846ea Change-Id: I01f5a09e65091f460c28f6c18d683f5a3135762e Reviewed-on: https://gerrit.libreoffice.org/67100 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Change-Id: I01f5a09e65091f460c28f6c18d683f5a3135762e
Reviewed-on: https://gerrit.libreoffice.org/67100
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Fix typos 2017-08-17T19:53:28+00:00 Andrea Gelmini andrea.gelmini@gelma.net 2017-08-17T14:41:20+00:00 64a3124d928f337011cad137c2c059f1ef064377 Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
lo-commit-stat: use matching group before destroying it with another match 2017-04-29T17:18:50+00:00 Christian Lohmaier lohmaier+LibreOffice@googlemail.com 2017-04-29T17:15:26+00:00 249b6a552b00637ae7ad3dcb8d797befba1734ad it also doesn't make sense to numerically compare a %hash enable warnings in the script and remove a duplicated variable (and some unnecessary hash-declarations) Change-Id: I0a84dc28f369931ee31a1cf12849fde2b63f1ca2
it also doesn't make sense to numerically compare a %hash
enable warnings in the script and remove a duplicated variable (and
some unnecessary hash-declarations)

Change-Id: I0a84dc28f369931ee31a1cf12849fde2b63f1ca2
lo-commit-stat: improve sort in buglists (by number within a tracker) 2017-04-29T17:18:50+00:00 Christian Lohmaier lohmaier+LibreOffice@googlemail.com 2017-04-29T16:54:16+00:00 0b8cccdc20f7e9209de406ee1ec01aec8bfafceb Change-Id: I8eb5a3d3141fcc76bf5caffe0a7b30d5ec2b0c8c
Change-Id: I8eb5a3d3141fcc76bf5caffe0a7b30d5ec2b0c8c
lo-commit-stat: default to utf8, adjust regex for tdf bugzilla 2017-04-29T17:18:50+00:00 Christian Lohmaier lohmaier+LibreOffice@googlemail.com 2017-04-29T16:26:20+00:00 9c83796f45e634afd770b772a16209e1dbed7068 Change-Id: I61960512e297417eb096b3bc921974aa43f74ccc
Change-Id: I61960512e297417eb096b3bc921974aa43f74ccc
lo-commit-stat: drop unnecessary check whether hash is defined 2017-04-29T17:18:50+00:00 Christian Lohmaier lohmaier+LibreOffice@googlemail.com 2017-04-29T15:00:09+00:00 146258f82fc15d0a5f8779447a4919429496e9e3 besides using deprecated syntax – "if (defined %hash)" (or "if (defined @array)" for that matter) – just using "if (%hash)" (or "if (@array)") would do, it is also unnecessary to create the hash if it doesn't exist (autovivification will take care of that) Change-Id: Ib5704b2d609ae3658f3c166f9e26a051957149f8
besides using deprecated syntax – "if (defined %hash)" (or "if (defined
@array)" for that matter) – just using "if (%hash)" (or "if (@array)")
would do, it is also unnecessary to create the hash if it doesn't exist
(autovivification will take care of that)

Change-Id: Ib5704b2d609ae3658f3c166f9e26a051957149f8