Skip to content

Commit ba481f3

Browse files
committed
Revert 2 commits to git-changelog
- Revert "FIX: check if un-pushed commits". This reverts commit bd80a4e. - Revert "Add check for no changes in the tree (no sub-modules)". This reverts commit f2a41c5. Resolves #234
1 parent ee1a4f1 commit ba481f3

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)