Skip to content

git submodule setting ignore = all should be followed #8792

@koppor

Description

@koppor

Version

0.14.26

Operating System

Windows

Distribution Method

msi (Windows)

Describe the issue

I have all my submodules set to ignore. In older versions, they did not show up as changes.

[submodule "abbrv.jabref.org"]
  path = jablib/src/main/abbrv.jabref.org
  url = https://github.com/JabRef/abbrv.jabref.org.git
  ignore = all
  shallow = true
[submodule "csl-styles"]
  path = jablib/src/main/resources/csl-styles
  url = https://github.com/citation-style-language/styles.git
  ignore = all
  shallow = true
[submodule "csl-locales"]
  path = jablib/src/main/resources/csl-locales
  url = https://github.com/citation-style-language/locales.git
  ignore = all
  shallow = true

Now, they do:

Image


Seems to be the opposite of #5749

How to reproduce (Optional)

No response

Expected behavior (Optional)

No response

Relevant log output (Optional)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working🦀gitoxide🦀`gitoxide` might help here

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions