Workaround for an issue with "git diff --quiet"

This commit is contained in:
Pierre Pronchery 2014-12-02 22:15:01 +01:00
parent 8784bc9bea
commit 1fd0e4fd21

View File

@ -164,6 +164,7 @@ _release_diff_cvs()
_release_diff_git()
{
$DEBUG $GIT status > "$DEVNULL"
$DEBUG $GIT diff --quiet
}