credit given to original author

This commit is contained in:
Gurkirat Singh
2020-12-28 00:00:20 +05:30
committed by Noah Gorny
parent 92d814b2f6
commit 63f9f660a9

View File

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