ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Yuya Nishihara 300f744e41 cli: normalize line ending of edited commit description, ensure last newline
Since CR+LF vs LF things shouldn't matter in commit description, it's probably
better to normalize newline characters.

In Mercurial, ui.edit() and changelog.stripdesc() handle line normalization,
and trailing newlines are stripped. In Git, cleanup_message() handles that,
and the last newline is added after stripping trailing newlines.
2022-12-22 14:59:03 +09:00
..
cleanup_guard.rs
cli_util.rs cli: normalize line ending of edited commit description, ensure last newline 2022-12-22 14:59:03 +09:00
commands.rs cli: normalize line ending of edited commit description, ensure last newline 2022-12-22 14:59:03 +09:00
config.rs
diff_util.rs
formatter.rs
graphlog.rs
lib.rs
main.rs
merge_tool_config.toml
merge_tools.rs
progress.rs
template.pest
template_parser.rs
templater.rs
ui.rs