From a4886956418f429bbbd38f459973b974ff2276c8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 8 Nov 2012 23:05:30 +0100 Subject: Minor git-import-orig manpage improvements --- docs/manpages/git-import-orig.sgml | 49 ++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 13 deletions(-) diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml index 610f3ba2..054bc7cb 100644 --- a/docs/manpages/git-import-orig.sgml +++ b/docs/manpages/git-import-orig.sgml @@ -9,7 +9,7 @@ - git-import-orig + git-import-orig &dhsection; @@ -33,9 +33,13 @@ pattern + - + + upstream-source + + @@ -43,13 +47,15 @@ &git-import-orig; imports upstream-source into the &git; repository. upstream-source can either - be a gzip or bzip2 compressed tar archive or an already unpacked source - tree. If it is already of the form + be a gzip, bzip2, lzma or xz compressed tar archive, a zip 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 . - - + If the source package name or version can't be determined + &git-import-orig; will prompt for it unless + is given. + The sources are placed on the upstream branch (default: upstream), tagged and merged onto the debian branch (default: master). @@ -96,14 +102,14 @@ - Add tag_name as additional parent to the commit + Add tag_name as additional parent to the commit of the upstream tarball. Useful when upstream uses git and you want to link to it's revision history. - + verbose execution @@ -148,18 +154,32 @@ - + - generate pristine-tar delta file + generate pristine-tar delta file - + if using a filter also filter the files out of the tarball - passed to pristine tar + passed to pristine-tar + + + + + + + Whether to create and keep a symlink from the upstream tarball + to a Debian policy conformant upstream tarball name located in + ../. + + + This is a good idea if not using pristine-tar + since it avoids creating a new tarball with a different md5sum. + @@ -169,7 +189,7 @@ - + Use uscan to fetch new upstream version. @@ -214,3 +234,6 @@ + + -- cgit v1.2.3