Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-15 | lo-commit-stat: update list of available repositories | Petr Mladek | |
2011-05-31 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap | Jan Holesovsky | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk | |||
2011-05-30 | lo-commit-stat: add --log-dir option | Petr Mladek | |
allow to generate the log into another directory | |||
2011-04-28 | lo-commit-stat: new --bug-numbers option to print just bug numbers | Petr Mladek | |
2011-04-28 | lo-commit-stat: new --bug-numbers option to print just bug numbers | Petr Mladek | |
2011-04-26 | fix typos in messages | Andras Timar | |
2011-04-26 | lo-commit-stat: add --rev-list option | Petr Mladek | |
+ use "git log" again to get weekly commit logs + use "git rev-list" only with --rev-list option; useful to list differences between branches | |||
2011-04-26 | lo-commit-stat: allow to list commits between branches | Petr Mladek | |
use "git rev-list --pretty=medium" instead of "git log" to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3 to generate list of changes that are in 3.4 but not in 3.3 | |||
2011-04-26 | lo-commit-stat: detect mismatch of branches between repos | Petr Mladek | |
2011-04-26 | lo-commit-stat: detect mismatch of branches between repos | Petr Mladek | |
2011-04-19 | fix typos in messages | Andras Timar | |
2011-04-13 | lo-commit-stat: add --rev-list option | Petr Mladek | |
+ use "git log" again to get weekly commit logs + use "git rev-list" only with --rev-list option; useful to list differences between branches | |||
2011-04-11 | lo-commit-stat: allow to list commits between branches | Petr Mladek | |
use "git rev-list --pretty=medium" instead of "git log" to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3 to generate list of changes that are in 3.4 but not in 3.3 | |||
2011-04-04 | lo-commit-stat: do stat also from the new "translations" repo | Petr Mladek | |
2011-04-04 | lo-commit-stat: do stat also from the new "translations" repo | Petr Mladek | |
2011-03-28 | lo-commit-stat: print summary into log a file | Petr Mladek | |
the generated log file name is: + commit-log-<branch>-<log-suffix>.log by default + bugfixes-<branch>-<suffix>.log with the --bugs option , where <branch is automatically detected; <suffix> is defined by the --log-suffix=<suffix> option | |||
2011-03-01 | lo-commit-stat: replace "n#" with "bnc#" | Petr Mladek | |
the "bnc#" prefix is required by SUSE package conventions | |||
2011-02-14 | lo-commit-stat: new --bugs option to print just commits with bugs | Petr Mladek | |
all add support to filter the ouput by some flags | |||
2011-02-09 | lo-commit-stat: sort modules alphabeticaly | Petr Mladek | |
2011-02-09 | lo-commit-stat: fix bug detection | Petr Mladek | |
+ fix printing of i#123 bugs + removed debug stuff to be able to detect more bugs again | |||
2011-02-02 | lo-commit-stat: really print the found bug numbers | Petr Mladek | |
2011-01-31 | lo-commit-stat: new script for analyzing commit logs | Petr Mladek | |
this script can be used to generate the weekly news, release news; it might be extended to do even more commit statistics in the future; |