diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-05-26 13:24:23 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:22:00 +0200 |
commit | 157c6aa57e7df4725f80a2d17ba80b4eac8f43d3 (patch) | |
tree | b4679a5d1f43e5981a4b31c09f189b41290593c1 /docs | |
parent | 62b7a74fd5852806f83e817633df710df908854c (diff) | |
download | git-buildpackage-157c6aa57e7df4725f80a2d17ba80b4eac8f43d3.tar.gz git-buildpackage-157c6aa57e7df4725f80a2d17ba80b4eac8f43d3.tar.bz2 git-buildpackage-157c6aa57e7df4725f80a2d17ba80b4eac8f43d3.zip |
docs: document the --customizations option of gbp dch
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/gbp-dch.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml index 8ffdc4f6..0959ca22 100644 --- a/docs/manpages/gbp-dch.sgml +++ b/docs/manpages/gbp-dch.sgml @@ -372,6 +372,17 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><option>--customizations=</option><replaceable>customization-file</replaceable> + </term> + <listitem> + <para> + Load Python code from <replaceable>customization-file</replaceable>. + At the moment, the only useful thing the code can do is define a + custom format_changelog_entry() function. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |