mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
cleanup
This commit is contained in:
parent
79308db48d
commit
15fe2bdf23
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user