diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-12-22 19:37:01 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-12-22 19:37:01 +0100 |
commit | ac44affcce64661fb8f9d820664a61486ebfc400 (patch) | |
tree | 18966b22df08823212b5c4dcf57a3c9b38df530a | |
parent | 356580c4b6332561d13b74cd5f37635e1559fa67 (diff) | |
download | git-buildpackage-ac44affcce64661fb8f9d820664a61486ebfc400.tar.gz git-buildpackage-ac44affcce64661fb8f9d820664a61486ebfc400.tar.bz2 git-buildpackage-ac44affcce64661fb8f9d820664a61486ebfc400.zip |
clarify --git-debian-branch
-rw-r--r-- | docs/manpages/git-buildpackage.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index a221f906..8be4f65b 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -114,8 +114,10 @@ </term> <listitem> <para>If you're not on this branch when invoking &git-buildpackage; - it will fail. Default is <replaceable>master</replaceable>. This - option will be ignored when using <option>--git-ignore-new</option>. + it will fail. Default is <replaceable>master</replaceable>. This is + done to make sure you don't accidentally release from a topic branch. + Not being on this branch will be ignored when using + <option>--git-ignore-new</option>. </para> </listitem> </varlistentry> |