Skip to content

Commit a721e74

Browse files
cruesslerholodorum
andcommitted
Adapt to change in gix-blame
Co-authored-by: Bart Dubbeldam <bartdubbeldam2000@gmail.com>
1 parent 2230fde commit a721e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plumbing/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ pub fn main() -> Result<()> {
16251625
&file,
16261626
gix::blame::Options {
16271627
diff_algorithm,
1628-
ranges: gix::blame::BlameRanges::from_ranges(ranges),
1628+
ranges: gix::blame::BlameRanges::from_one_based_inclusive_ranges(ranges)?,
16291629
since,
16301630
rewrites: Some(gix::diff::Rewrites::default()),
16311631
debug_track_path: false,

0 commit comments

Comments
 (0)