Skip to content

Commit 9fd861f

Browse files
committed
Merge pull request #243 from sanusart/issue234
Revert 2 commits to `git-changelog`
2 parents ee1a4f1 + ba481f3 commit 9fd861f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/git-changelog

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ LIST=false
55
TAG="n.n.n"
66
GIT_LOG_OPTS=""
77

8-
if [[ -z $(git log --ignore-submodules origin..HEAD) ]]; then
9-
echo 'No unpushed commits.';
10-
exit 1;
11-
fi
12-
138
while [ "$1" != "" ]; do
149
case $1 in
1510
-l | --list )

0 commit comments

Comments
 (0)