A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/4ef7806e62954d069861bddb06cb8c0baf47bb69 below:

adapt to changes in `gix-ignore` and `gix-glob`, and more. · GitoxideLabs/gitoxide@4ef7806 · GitHub

File tree Expand file treeCollapse file tree 14 files changed

+28

-9

lines changed

Filter options

Expand file treeCollapse file tree 14 files changed

+28

-9

lines changed Original file line number Diff line number Diff line change

@@ -37,7 +37,10 @@ pub fn query(

37 37

let index = repo.index()?;

38 38

let mut cache = repo.excludes(

39 39

&index,

40 -

Some(gix::ignore::Search::from_overrides(overrides.into_iter())),

40 +

Some(gix::ignore::Search::from_overrides(

41 +

overrides.into_iter(),

42 +

repo.ignore_pattern_parser()?,

43 +

)),

41 44

Default::default(),

42 45

)?;

43 46 Original file line number Diff line number Diff line change

@@ -330,6 +330,7 @@ pub fn try_collect_filtered_opts(

330 330

Default::default(),

331 331

None,

332 332

gix_worktree::stack::state::ignore::Source::WorktreeThenIdMappingIfNotSkipped,

333 +

gix_ignore::search::Ignore { support_precious: true },

333 334

)),

334 335

&index,

335 336

index.path_backing(),

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

File renamed without changes.

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