aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-07-26 09:15:05 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-07-26 09:19:24 +0200
commit713ce53aa0cd093802895a7dc136096afa024b5e (patch)
treeb2c2814a6ec281e862e2ee794ba2b75c15e806a3 /README
parentba2115a3cbbf80cf860c316ebc28230f61b059a8 (diff)
downloadosc-fast-export-713ce53aa0cd093802895a7dc136096afa024b5e.tar.gz
Rename README.txt just to README
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>