aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..246a677
--- /dev/null
+++ b/README
@@ -0,0 +1,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>