diff --git a/plugins/available/git.plugin.bash b/plugins/available/git.plugin.bash index 02d6d9d3..4c71c0b7 100644 --- a/plugins/available/git.plugin.bash +++ b/plugins/available/git.plugin.bash @@ -275,6 +275,9 @@ function gitignore-reload() { } function git-changelog(){ + # --------------------------------------------------------------- + # ORIGINAL ANSWER: https://stackoverflow.com/a/2979587/10362396 | + # --------------------------------------------------------------- about 'Creates the git changelog from one point to another by date' group 'git' example '$ git-changelog origin/master...origin/release [md|txt]'