Merge pull request #243 from sanusart/issue234

Revert 2 commits to `git-changelog`
This commit is contained in:
hemanth.hm 2014-07-25 08:35:07 +05:30
commit 9fd861f775

View file

@ -5,11 +5,6 @@ LIST=false
TAG="n.n.n"
GIT_LOG_OPTS=""
if [[ -z $(git log --ignore-submodules origin..HEAD) ]]; then
echo 'No unpushed commits.';
exit 1;
fi
while [ "$1" != "" ]; do
case $1 in
-l | --list )