Using "git diff --quiet" instead of "git diff -q" (which did not work)
This commit is contained in:
parent
85acfdda59
commit
08c61d3107
|
@ -162,7 +162,7 @@ _release_diff_cvs()
|
|||
|
||||
_release_diff_git()
|
||||
{
|
||||
$DEBUG $GIT diff -q
|
||||
$DEBUG $GIT diff --quiet
|
||||
}
|
||||
|
||||
_release_fetch()
|
||||
|
|
Loading…
Reference in New Issue
Block a user