This commit is contained in:
Stephan Dilly 2020-03-18 12:16:05 +01:00
parent 79308db48d
commit 15fe2bdf23

View File

@ -67,9 +67,6 @@ impl StatusLists {
for e in statuses.iter() {
let status: Status = e.status();
// if status.is_ignored() {
// continue;
// }
let path = if let Some(diff) = e.head_to_index() {
String::from(diff.new_file().path().unwrap().to_str().unwrap())