mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
I was wondering whether this is presentation issue or not, and I think it is a matter of DiffLineIterator. For matching hunks, DiffLineIterator flushes the current_line buffer and bumps the line numbers for the next line. This should guarantee that there are no blank DiffLine to be queued. However, for different hunks, only the left line number can be bumped in the first loop, so there may be an empty-looking hunk having the same right line number. Closes #6471 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||