From adab5241b90dcd33b9de8f8b2f9fefdaf7daa3d6 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Tue, 29 May 2007 08:28:19 +0200 Subject: document --filter and remove git_load_dirs referenzes --- docs/manpages/git-import-dsc.sgml | 8 ++++++++ docs/manpages/git-import-orig.sgml | 18 ++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) (limited to 'docs/manpages') diff --git a/docs/manpages/git-import-dsc.sgml b/docs/manpages/git-import-dsc.sgml index 1af9d77..df783d3 100644 --- a/docs/manpages/git-import-dsc.sgml +++ b/docs/manpages/git-import-dsc.sgml @@ -27,6 +27,7 @@ gpg-keyid tag-format tag-format + pattern debian-source.dsc @@ -86,6 +87,13 @@ use this tag format when tagging upstream versions + + filter + + + filter out these files during import + + diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml index a28047e..8553561 100644 --- a/docs/manpages/git-import-orig.sgml +++ b/docs/manpages/git-import-orig.sgml @@ -30,6 +30,7 @@ gpg-keyid tag-format + pattern upstream-source @@ -38,14 +39,16 @@ &git-import-orig; imports upstream-source into the &git; repository. upstream-source can either - be a gzip or bzip2 compressed tar archive or an alreay unpacked source + be a gzip or bzip2 compressed tar archive or an already unpacked source tree. If it is already of the form package-name_version.orig.tar.gz, the version information is read from the tarball's filename otherwise it can be given on the command line via . - - Upon import git_load_dirs is being used to detect file - renames and removals. + + + The sources are placed on the upstream branch (default: + upstream), tagged and merged onto the debian + branch (default: master). @@ -111,6 +114,13 @@ use this tag format when tagging upstream versions + + filter + + + filter out these files during import + + -- cgit v1.2.3