···1515### New features
16161717* The following diff formats now include information about copies and moves:
1818- `--color-words`, `--stat`, `--summary`, `--types`
1818+ `--color-words`, `--git`, `--stat`, `--summary`, `--types`
19192020* A tilde (`~`) at the start of the path will now be expanded to the user's home
2121 directory when configuring a `signing.key` for SSH commit signing.
···445445 insta::assert_snapshot!(stdout, @r###"
446446 D file1
447447 M file2
448448- A file3
448448+ C {file2 => file3}
449449 "###);
450450451451 // Nothing happens if the diff-editor exits with an error
···459459 insta::assert_snapshot!(stdout, @r###"
460460 D file1
461461 M file2
462462- A file3
462462+ C {file2 => file3}
463463 "###);
464464465465 // Can restore changes to individual files
+2-2
cli/tests/test_git_init.rs
···615615 insta::assert_snapshot!(stdout, @r###"
616616 @ sqpuoqvx test.user@example.com 2001-02-03 08:05:07 cd1e144d
617617 │ (no description set)
618618- │ A new-staged-file
618618+ │ C {some-file => new-staged-file}
619619 │ M some-file
620620- │ A unstaged-file
620620+ │ C {some-file => unstaged-file}
621621 ○ mwrttmos git.user@example.com 1970-01-01 11:02:03 my-branch HEAD@git 8d698d4a
622622 │ My commit message
623623 │ A some-file