From ca89f63aa935e0336c5dfbb6b2d8943767d45c0c Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 29 Feb 2008 18:03:45 +0100 Subject: update documentation about git-import-dsc and --filter --- docs/chapters/special.sgml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'docs/chapters/special.sgml') diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml index 951e378..02d9e05 100644 --- a/docs/chapters/special.sgml +++ b/docs/chapters/special.sgml @@ -48,19 +48,17 @@ cleanup-script.sh &gitcmd; nmu master - To import an NMU instead of a new upstream version simply import the - unpacked NMUs source tree into your repository using &git-import-orig: + To import an NMU change into the git repository and use &git-import-dsc;: &gitcmd; checkout master -&git-import-orig; 10-1.1 =nmu /path/to/nmu-10/ +&git-import-dsc; =nmu /path/to/package_1.0-1nmu0.dsc - This will import the NMU onto the branched named nmu branch instead of - the default and merge the changes to the - as usual. This method can also be used to - import "old" releases into the &git; repository when migrating to &git; from - another VCS. + This will import the NMU onto the branched named nmu + instead of the default . This method can also + be used to import "old" releases into the &git; repository when migrating + to &git; from another VCS. -- cgit v1.2.1