aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-06-12 12:08:11 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-06-12 12:08:11 +0200
commitb06bcf0130fe18f8c3a5175806a1ec15f7bea727 (patch)
treebda3a6e1544975cef6a0c2d25d1e5ca2814f12bb
parent6640ac71b32204aedb744203ad39408372613f96 (diff)
document git-impport-dscs
-rw-r--r--docs/chapters/import.sgml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index 47377f73..6b2be569 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -5,7 +5,6 @@
<title>Importing already existing &debian; packages</title>
<para>Importing an already exsting debian package into a git repository is as easy as:
<screen>
-&git-import-dsc; package_0.1-1.dsc
</screen>
This will create a new git repository named after the imported package, put
the upstream sources onto the <option>upstream-branch</option> and the
@@ -26,6 +25,14 @@ cd package/
&git-import-dsc; package_0.2-1.dsc
</screen>
</para>
+ <para>
+Or you can import all versions at once using &git-import-dscs;:
+ <screen>
+&git-import-dscs; /path/to/history/package_*.dsc
+ </screen>
+This will create a &git; repository if necessary and import all versions sorted
+by version number.
+ </para>
</sect1>
<sect1 id="gbp.import.new.upstream">