ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 78edc6aba5 op log: add --op-diff option to embed operation diffs
This is basically "log -p" for "op log". The flag name has "op" because --diff
and --patch mean a similar thing in this context. Since -p implies --op-diff,
user can just do "op log -p" if he's okay with verbose op + content diffs.
Note that --no-graph affects both "op log" and "op diff" parts.

We might want to do some style changes later, such as inserting/deleting blank
lines, highlighting headers, etc.
2024-09-12 06:51:45 +09:00
..
examples working_copy: pass SnapshotOptions by reference 2024-09-08 04:51:21 +09:00
src op log: add --op-diff option to embed operation diffs 2024-09-12 06:51:45 +09:00
testing formatting only: switch to Item level import ganularity 2024-08-22 14:52:54 -04:00
tests op log: add --op-diff option to embed operation diffs 2024-09-12 06:51:45 +09:00
build.rs cli/build-rs: remove metadata command dependency in favor of env vars 2024-09-03 22:31:17 -07:00
Cargo.toml cli/build-rs: remove metadata command dependency in favor of env vars 2024-09-03 22:31:17 -07:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00