diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-06-16 17:32:15 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-06-16 17:32:15 +0900 |
commit | 06e10c8b1f4f355e884d52a61b7762e733975d55 (patch) | |
tree | d16f1113bd5460842228e1b7e75ff38deb438163 /docs/manpages/gbp-dch.sgml | |
parent | 8e7c90b9ae69aad55495a8f5be4e94b498052166 (diff) | |
parent | 7d042a8203461117e8743bf1e879af431d3c31cd (diff) | |
download | git-buildpackage-06e10c8b1f4f355e884d52a61b7762e733975d55.tar.gz git-buildpackage-06e10c8b1f4f355e884d52a61b7762e733975d55.tar.bz2 git-buildpackage-06e10c8b1f4f355e884d52a61b7762e733975d55.zip |
Handle conflicts from git merge release-20160531release-20160930release-20160615
Change-Id: I1cae90068ab2576d756188e36e112550c7c293de
Diffstat (limited to 'docs/manpages/gbp-dch.sgml')
-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> |