mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Revert 2 commits to git-changelog
- Revert "FIX: check if un-pushed commits". This reverts commitbd80a4e512. - Revert "Add check for no changes in the tree (no sub-modules)". This reverts commitf2a41c54b1. Resolves #234
This commit is contained in:
parent
ee1a4f176a
commit
ba481f35c2
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue