credit given to original author

pull/1816/head
Gurkirat Singh 2020-12-28 00:00:20 +05:30 committed by Noah Gorny
parent 92d814b2f6
commit 63f9f660a9
1 changed files with 3 additions and 0 deletions

View File

@ -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]'