jj-vcs/jj

FR: have a redacted version for `jj op log -d`

Open

#9,375 建立於 2026年4月24日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (28,830 star) (1,052 fork)batch import
good first issuepolish🪒🐃

描述

Is your feature request related to a problem? Please describe.

As https://github.com/jj-vcs/jj/pull/9374 points out, we currently have an option to make a nice redacted log with jj log -T builtin_log_redacted and jj op log -T builtin_op_log_redacted.

However, if you do jj op log -T builtin_op_log_redacted -d, the "Changed commits" section of the output is not redacted.

Describe the solution you'd like Ideally, the "changed commits" section would be redacted in the same way as jj log -T builtin_log_redacted. Then, we could ask that people send in this information.

Describe alternatives you've considered I am not sure how hard this is, it could be near-trivial if the "Changed commits" section is already templated, or hard if we want to have a modular system of applying regular log templates to the op log.

Additional context I'm marking this as a "good first issue" to go at least as far as figuring out how hard this is. If it's hard, we might want to remove the label (Feel free to remove the label for me; I'd put the label up tomorrow if I was sure I'd remember to, but I'm not so I'm doing it now)

Cc: #9372 (tangentially related)

貢獻者指南