Workaround for an issue with "git diff --quiet"
This commit is contained in:
parent
8784bc9bea
commit
1fd0e4fd21
|
@ -164,6 +164,7 @@ _release_diff_cvs()
|
|||
|
||||
_release_diff_git()
|
||||
{
|
||||
$DEBUG $GIT status > "$DEVNULL"
|
||||
$DEBUG $GIT diff --quiet
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user