Skip to content

Commit 6c74e8f

Browse files
committed
Add missing match
1 parent ffabfdb commit 6c74e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ impl Info {
538538

539539
match prefix.trim() {
540540
"D" => deleted += 1,
541-
"A" | "??" => added += 1,
541+
"A" | "AM" | "??" => added += 1,
542542
"M" | "MM" => modified += 1,
543543
_ => {}
544544
}

0 commit comments

Comments
 (0)