ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/tests
Yuya Nishihara a7e3269ed8 log: add -p/--patch option to show diff along with commit meta data
"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().
2022-03-30 16:24:34 -07:00
..
smoke_test.rs
test_concurrent_operations.rs cli: display how many commits were rebased when merging operations (#111) 2022-03-26 22:31:49 -07:00
test_git_push.rs
test_gitignores.rs
test_global_opts.rs tests: add test for invalid config (#55) 2022-03-27 21:11:55 -07:00
test_init_command.rs
test_log_command.rs log: add -p/--patch option to show diff along with commit meta data 2022-03-30 16:24:34 -07:00
test_new.rs repo: don't abandon empty commit if it has descendants 2022-03-26 21:11:42 -07:00
test_ui.rs
test_undo.rs repo: when merging in removed head, rebase descendants (#111) 2022-03-26 22:31:49 -07:00
test_untrack_command.rs