We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be3193 commit 2d2365eCopy full SHA for 2d2365e
gix-blame/src/file/function.rs
@@ -401,7 +401,6 @@ fn coalesce_blame_entries(lines_blamed: Vec<BlameEntry>) -> Vec<BlameEntry> {
401
// As of 2024-09-19, the check below only is in `git`, but not in `libgit2`.
402
&& previous_source_range.end == current_source_range.start
403
{
404
- // let combined_range =
405
let coalesced_entry = BlameEntry {
406
start_in_blamed_file: previous_blamed_range.start as u32,
407
start_in_source_file: previous_source_range.start as u32,
0 commit comments