mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #243 from sanusart/issue234
Revert 2 commits to `git-changelog`
This commit is contained in:
commit
9fd861f775
|
|
@ -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