This commit is contained in:
Edouard DUPIN 2022-02-21 18:21:50 +01:00
parent 1e1b4b723e
commit 0a0889afa3

View File

@ -177,12 +177,14 @@ public class Commands {
Log.print(" - " + elem);
}
}
/*
if (status.getIgnoredNotInIndex().size() != 0) {
Log.print(" * Ignored not in index: (" + status.getIgnoredNotInIndex().size() + ")");
for (String elem : status.getIgnoredNotInIndex()) {
Log.print(" - " + elem);
}
}
*/
if (status.getMissing().size() != 0) {
Log.print(" * Missing: (" + status.getMissing().size() + ")");
for (String elem : status.getMissing()) {