diff --git a/man/git-changelog.1 b/man/git-changelog.1 index 46a4093..023ad32 100644 --- a/man/git-changelog.1 +++ b/man/git-changelog.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-CHANGELOG" "1" "April 2015" "" "" +.TH "GIT\-CHANGELOG" "1" "October 2015" "" "Git Extras" . .SH "NAME" \fBgit\-changelog\fR \- Generate a changelog report @@ -61,6 +61,12 @@ When specifying a range, the oldest tag to retrieve commits from\. Commits will Filters out merge commits (commits with more than 1 parent) from generated changelog\. . .P +\-m, \-\-merges\-only +. +.P +Uses only merge commits (commits with more than 1 parent) for generated changelog\. It also changes the default format to include the merge commit messages body, as on github the commits subject line only contains the branch name but no information about the content of the merge\. +. +.P \-p, \-\-prune\-old . .P diff --git a/man/git-changelog.html b/man/git-changelog.html index 14b39a5..ef6bc11 100644 --- a/man/git-changelog.html +++ b/man/git-changelog.html @@ -65,7 +65,7 @@
Filters out merge commits (commits with more than 1 parent) from generated changelog.
+-m, --merges-only
+ +Uses only merge commits (commits with more than 1 parent) for generated changelog. It also changes the default format to include the merge commit messages body, as on github the commits subject line only contains the branch name but no information about the content of the merge.
+-p, --prune-old
Replace existing changelog entirely with newly generated content, thereby disabling the default behavior of appending the content of any detected changelog to the end of newly generated content.
@@ -159,7 +163,7 @@Written by Mark Eissler <mark@mixtur.com>
+Written by Mark Eissler <mark@mixtur.com>