Subject: [PATCH] docs/manpages/git-dch.sgml: Clarify that branch `master` is 
used by default.
Package: git-buildpackage
Version: 0.4.65
Severity: normal
Tags: patch

Dear Debian folks,


please find the patch attached.


Thanks,

Paul

From 2d5d91570aff0d64b4b0c7e809c6ad08b7b78133 Mon Sep 17 00:00:00 2001
From: Paul Menzel <pm.deb...@googlemail.com>
Date: Tue, 23 Feb 2010 10:07:29 +0100
Subject: [PATCH] docs/manpages/git-dch.sgml: Clarify that branch `master` is used by default.

$ git branch
* debian
$ git dch
You are not on branch 'master' but on 'debian'
Use --debian-branch to set the branch to pick changes from

Signed-off-by: Paul Menzel <pm.deb...@googlemail.com>
---
 docs/manpages/git-dch.sgml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index c45b5ac..cf7bdf4 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -42,11 +42,11 @@
     <para>
     &git-dch; reads git commit messages and generates the Debian changelog from
     it. If no arguments are given &git-dch; starts from the last tagged Debian
-    package version up to the current tip of the current branch. If the
-    distribution of the topmost section in
-    <filename>debian/changelog</filename> is <emphasis>UNRELEASED</emphasis>
-    the changelog entries will be inserted into this section. Otherwise a new
-    section will be created.</para>
+    package version up to the current tip of branch
+    <replaceable>master</replaceable>. If the distribution of the topmost
+    section in <filename>debian/changelog</filename> is
+    <emphasis>UNRELEASED</emphasis> the changelog entries will be inserted into
+    this section. Otherwise a new section will be created.</para>
     <para>If <option>--auto</option> is given &git-dch; tries to guess the
     last &git; commit documented in the changelog - this only works in snapshot
     mode. Otherwise <option>--since</option> can be used to tell &git-dch;
-- 
1.7.0

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to