Skip to content

Commit 2e704e3

Browse files
author
au.ganzha
committed
blame debug
1 parent b7c48dc commit 2e704e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/git.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,10 @@ pub fn blame(
12801280
// opts.first_parent(true);
12811281
// opts.use_mailmap(false);
12821282
// opts.ignore_whitespace(false);
1283-
debug!("blam: oid {:?} start_line {:?}", start_oid, line_no);
1283+
debug!(
1284+
"blame: {:?} oid {:?} start_line {:?}",
1285+
file_path, start_oid, line_no
1286+
);
12841287
let blame = repo.blame_file(&file_path, Some(&mut opts))?;
12851288
let blame_hunk = blame
12861289
.get_line(line_no.as_usize())

0 commit comments

Comments
 (0)