From 09e40806c66401745ef2bdc3d0d89f7bd07fb395 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 25 Feb 2012 15:57:48 +0100 Subject: docs: makeversion pattern match the code Closes: #650465 --- docs/chapters/import.sgml | 2 +- docs/manpages/git-buildpackage.sgml | 2 +- docs/manpages/git-dch.sgml | 2 +- docs/manpages/git-import-dsc.sgml | 4 ++-- docs/manpages/git-import-orig.sgml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 54d23b8d..a05b8aff 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -52,7 +52,7 @@ by version number. This puts the upstream souces onto the and tags them accordingly (the default tag format is - upstream/<version>). + upstream/%(version)s). The result is then merged onto the and a new &debian; changelog entry is created. You can again specify different branch names via the and diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 4a452cef..eaf33f44 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -292,7 +292,7 @@ use this tag format when tagging Debian versions, - default is debian/<version> + default is debian/%(version)s diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml index 55296763..5953a0a5 100644 --- a/docs/manpages/git-dch.sgml +++ b/docs/manpages/git-dch.sgml @@ -96,7 +96,7 @@ tag format used, when tagging debian versions, - default is debian/<version> + default is debian/%(version)s diff --git a/docs/manpages/git-import-dsc.sgml b/docs/manpages/git-import-dsc.sgml index 74f1fa82..01811208 100644 --- a/docs/manpages/git-import-dsc.sgml +++ b/docs/manpages/git-import-dsc.sgml @@ -102,7 +102,7 @@ use this tag format when tagging Debian versions, - default is debian/<version> + default is debian/%(version)s @@ -110,7 +110,7 @@ use this tag format when tagging upstream versions, - default is upstream/<version> + default is upstream/%(version)s diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml index b768fa9a..56f5660d 100644 --- a/docs/manpages/git-import-orig.sgml +++ b/docs/manpages/git-import-orig.sgml @@ -116,7 +116,7 @@ use this tag format when tagging upstream versions, - default is upstream/<version> + default is upstream/%(versions)s -- cgit v1.2.3