From 6ddf1687fc176575707a33be1b17aad8961953e5 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 17 May 2008 21:20:35 +0200 Subject: add git-import-dscs to import mutiple dscs in one go Closes: #471580 --- docs/manpages/git-import-dscs.sgml | 79 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 docs/manpages/git-import-dscs.sgml (limited to 'docs/manpages/git-import-dscs.sgml') diff --git a/docs/manpages/git-import-dscs.sgml b/docs/manpages/git-import-dscs.sgml new file mode 100644 index 0000000..c9ea7d8 --- /dev/null +++ b/docs/manpages/git-import-dscs.sgml @@ -0,0 +1,79 @@ + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + +
+ + git-import-dscs + &dhsection; + + + &git-import-dscs; + + Import multiple versions of a Debian source packages into a Git repository + + + + &git-import-dscs; + + pkg_1.dsc + pkg_2.dsc + ... + + + + DESCRIPTION + + &git-import-dscs; imports several versions of a Debian source package into + a &git; repository. To do so it sorts the packages by their versions first + and then imports them via calling &git-import-dsc; on each package. + + + + If the current directory isn't a &git; repository already the repository is + created in a subdir of the current working directory, named after the first + imported package, otherwise the &git; repository in the current working + directory is being used. This allows for incremental imports. + + + + OPTIONS + + All options are passed on verbatim to &git-import-dsc;. + + + + SEE ALSO + + + + git-import-dsc + 1 + , + + git-buildpackage + 1 + , + + git-import-orig + 1 + , + + git-dch + 1 + , + &man.seealso.common; + + + + AUTHOR + + &dhusername; &dhemail; + + +
-- cgit v1.2.3