summaryrefslogtreecommitdiff
path: root/bin/lo-commit-stat
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15lo-commit-stat: update list of available repositoriesPetr Mladek1-5/+2
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapJan Holesovsky1-4/+11
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-0/+1
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-30lo-commit-stat: add --log-dir optionPetr Mladek1-4/+11
allow to generate the log into another directory
2011-04-28lo-commit-stat: new --bug-numbers option to print just bug numbersPetr Mladek1-11/+25
2011-04-28lo-commit-stat: new --bug-numbers option to print just bug numbersPetr Mladek1-11/+25
2011-04-26fix typos in messagesAndras Timar1-8/+8
2011-04-26lo-commit-stat: add --rev-list optionPetr Mladek1-11/+20
+ 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-26lo-commit-stat: allow to list commits between branchesPetr Mladek1-2/+2
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-26lo-commit-stat: detect mismatch of branches between reposPetr Mladek1-18/+23
2011-04-26lo-commit-stat: detect mismatch of branches between reposPetr Mladek1-18/+23
2011-04-19fix typos in messagesAndras Timar1-8/+8
2011-04-13lo-commit-stat: add --rev-list optionPetr Mladek1-11/+20
+ 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-11lo-commit-stat: allow to list commits between branchesPetr Mladek1-2/+2
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-04lo-commit-stat: do stat also from the new "translations" repoPetr Mladek1-1/+1
2011-04-04lo-commit-stat: do stat also from the new "translations" repoPetr Mladek1-1/+1
2011-03-28lo-commit-stat: print summary into log a filePetr Mladek1-10/+74
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-01lo-commit-stat: replace "n#" with "bnc#"Petr Mladek1-0/+7
the "bnc#" prefix is required by SUSE package conventions
2011-02-14lo-commit-stat: new --bugs option to print just commits with bugsPetr Mladek1-11/+41
all add support to filter the ouput by some flags
2011-02-09lo-commit-stat: sort modules alphabeticalyPetr Mladek1-1/+1
2011-02-09lo-commit-stat: fix bug detectionPetr Mladek1-4/+2
+ fix printing of i#123 bugs + removed debug stuff to be able to detect more bugs again
2011-02-02lo-commit-stat: really print the found bug numbersPetr Mladek1-9/+8
2011-01-31lo-commit-stat: new script for analyzing commit logsPetr Mladek1-0/+269
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;