diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-05-29 08:28:19 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2007-05-29 08:28:19 +0200 |
commit | adab5241b90dcd33b9de8f8b2f9fefdaf7daa3d6 (patch) | |
tree | 60cd604e4d3c3e01b7bd1474bc4fa7745962393b /docs/chapters | |
parent | 846d4d136db2136c4b2379e1eedcfbb18ce070a8 (diff) | |
download | git-buildpackage-adab5241b90dcd33b9de8f8b2f9fefdaf7daa3d6.tar.gz git-buildpackage-adab5241b90dcd33b9de8f8b2f9fefdaf7daa3d6.tar.bz2 git-buildpackage-adab5241b90dcd33b9de8f8b2f9fefdaf7daa3d6.zip |
document --filter and remove git_load_dirs referenzes
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/import.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 1420999f..a9fd5e15 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -28,7 +28,11 @@ 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. + <option>--debian-branch</option> options. You can also filter out content + you don't want imported: + <screen> +&git-import-orig; --filter='CVS/*' /path/to/package_0.2.orig.tar.gz + </screen> </para> <para> If you expect a merge conflict you can delay the merge to |