From 0ecd9f70aef51e26c13a0fcc241a3dcb934aeaaf Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Wed, 13 Apr 2011 03:33:14 -0300 Subject: git-buildpackage: Add upstream-tree option to specify where the upstream tarball should be created from. The default is to create the upstream tarball from the exact tag and fail otherwise. To create the upstream tarball from the tip of the upstream branch use 'branch'. Based on a patch by Ricardo Salveti de Araujo --- docs/manpages/git-buildpackage.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/manpages') diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 78c7aca7..f79ad6a2 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -41,6 +41,7 @@ tag-format + [tag|branch] directory type level @@ -306,6 +307,19 @@ copy as is. + + [tag|branch] + + + How to find the upstream sources used to generate the tarball. + tag looks at a tag corresponding to the + version in the changelog. branch looks at + the upstream branch given via the + option. This doesn't have any effect if + is being used. + + + directory -- cgit v1.2.3