aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 246a6771a966d1f52ac0c1afb6e9e9905a50c068 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OSC (openSUSE build service VCS tool) fast-export compatible with
git fast-import(1).

Just run this inside of the OBS package checkout and output
should be piped to git fast-import(1).

It is useful to prepare authors file (per default
.osc/authorsfile.txt) which is one-to-one mapping between logins
(used in osc log) and full names+emails. E.g., one line of the
file could be:

    mcepl = Matěj Cepl <mcepl@cepl.eu>