mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
a7e3269ed8
"log -p | less" is the option I often use with hg/git to find interesting bits from the changelog, and I think it's also valid with jj. Unlike "hg log -p --stat", "jj log -p --summary" does not show both diff summary and patch to reflect the internal structure. This behavoir is arguable and may be changed later. The logic of show_patch() is extracted from cmd_show(). |
||
---|---|---|
.. | ||
smoke_test.rs | ||
test_concurrent_operations.rs | ||
test_git_push.rs | ||
test_gitignores.rs | ||
test_global_opts.rs | ||
test_init_command.rs | ||
test_log_command.rs | ||
test_new.rs | ||
test_ui.rs | ||
test_undo.rs | ||
test_untrack_command.rs |