A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/8143d692e51c8d1b3d8c2323e83676e1be122f13 below:

adapt to changes in `gix-blame` · GitoxideLabs/gitoxide@8143d69 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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