Détection du fast-forward
This commit is contained in:
parent
ad0aa11ace
commit
1858205aff
@ -27,7 +27,7 @@ function callRequest(action, section, message) {
|
||||
|
||||
var splitLabel = xhr.responseText.split("\n").reverse();
|
||||
label.classList.remove('label-warning');
|
||||
if (splitLabel[1] !== 'nothing to commit (working directory clean)') {
|
||||
if (splitLabel[1] !== 'nothing to commit (working directory clean)' || xhr.responseText.match(/by [0-9]* commits/)) {
|
||||
label.classList.add('label-important');
|
||||
label.innerHTML = 'Update needed';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user