Revert 2 commits to git-changelog

- Revert "FIX: check if un-pushed commits". This reverts commit bd80a4e512.

- Revert "Add check for no changes in the tree (no sub-modules)". This reverts commit f2a41c54b1.

Resolves #234
This commit is contained in:
Sasha Khamkov 2014-07-24 20:53:52 +03:00
parent ee1a4f176a
commit ba481f35c2

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 )