summaryrefslogtreecommitdiff
path: root/mr-legacydev.config
blob: 4183acdad2dbcd62f4801d6c028d6ff39f80a761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# .mrconfig file for LibreOffice-related development repositories

# config file to generate stats exactly as the old scripts before -
# limited to LibreOffice core repo and LibreOffice Online repo
#  run as: mr log -p --since='Jan 1 19:00:00 2013' | \
#          gitdm -u -X '\.(sdf|po|dic)\$' -b . \
#                -x stats/git-hackers-data.csv \
#                -o stats/git-hackers-reports.txt \
#                -H stats/hackers.csv


[checkouts/dev/online]
checkout = git clone 'git://gerrit.libreoffice.org/online' 'online'

[checkouts/dev/core]
checkout = git clone 'git://gerrit.libreoffice.org/core' 'core'