+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ use anyhow::{anyhow, Context, Result};
11
11
use clap::{CommandFactory, Parser};
12
12
use gitoxide_core as core;
13
13
use gitoxide_core::{pack::verify, repository::PathsOrPatterns};
14
-
use gix::bstr::{io::BufReadExt, BString};
14
+
use gix::{bstr::{io::BufReadExt, BString}};
15
15
16
16
use crate::{
17
17
plumbing::{
@@ -1578,7 +1578,7 @@ pub fn main() -> Result<()> {
1578
1578
&file,
1579
1579
gix::blame::Options {
1580
1580
diff_algorithm,
1581
-
range,
1581
+
range: range.map(BlameRanges::from_range).unwrap_or_default(),
1582
1582
since,
1583
1583
},
1584
1584
out,
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4