summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-06-26 18:17:22 +0300
committerGuido Guenther <agx@sigxcpu.org>2007-06-26 18:17:22 +0300
commitaba456fde859c6baa7f3d6dc24b953edb84d0a09 (patch)
tree0d40a3b117446d571f51b3c3c6cb23287f70171e
parentd8061780fbb1a3bec4b91a0a022042339ade2b79 (diff)
We don't use git_load_dirs internally anymore
-rw-r--r--docs/chapters/import.sgml9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index a9fd5e15..30718f31 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -23,11 +23,10 @@
&git-import-orig; /path/to/package_0.2.tar.bz2
&git-import-orig; /path/to/package-0.2/
</screen>
- This puts the upstream souces onto the <emphasis>upstream</emphasis> branch
- using &gitloaddirs; to handle file removals and renames. The result of
- this is then merged onto the <emphasis>master</emphasis> branch and a new
- changelog entry is created. You can again specify different branch names
- via the <option>--upstream-branch</option> and
+ This puts the upstream souces onto the <emphasis>upstream</emphasis> branch.
+ The result of this is then merged onto the <emphasis>master</emphasis>
+ branch and a new changelog entry is created. You can again specify
+ different branch names via the <option>--upstream-branch</option> and
<option>--debian-branch</option> options. You can also filter out content
you don't want imported:
<screen>