Skip to content

Commit

Permalink
changelog: simply bullet about diff formats supporting copies/renames
Browse files Browse the repository at this point in the history
Since only `--name-only` doesn't support copies/renames, it's simpler
to say that than to list the formats that do.
  • Loading branch information
martinvonz committed Aug 24, 2024
1 parent acdcb57 commit fc09be1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
of `prev/next`. The flag turns `edit` mode `on` and `off` permanently when set
respectively to `true` or `false`.

* The following diff formats now include information about copies and moves:
`--color-words`, `--git`, `--stat`, `--summary`, `--types`, and external diff
tools in file-by-file mode.
* All diff formats except `--name-only` now include information about copies and
moves. So do external diff tools in file-by-file mode.

* Color-words diff has gained [an option to display complex changes as separate
lines](docs/config.md#color-words-diff-options).
Expand Down

0 comments on commit fc09be1

Please sign in to comment.