Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Make marking of modified submodules optional #1347

Open
brettz9 opened this issue Jun 29, 2020 · 0 comments
Open

Make marking of modified submodules optional #1347

brettz9 opened this issue Jun 29, 2020 · 0 comments

Comments

@brettz9
Copy link

brettz9 commented Jun 29, 2020

Summary

Be able to disable the reporting of modified submodules, if not on a project-by-project basis, then globally.

Motivation

In some projects, submodules are modified much less frequently (e.g., in indexeddbshim, we have W3C tests as a submodule).

In such cases, one doesn't wish to be constantly reminded about a dependency's potentially very frequent updates, when one's primary focus is just on one's own project's files and ensuring changes have been committed. While modified submodules can be useful to know about for such purposes as well, it can be distracting to have these reminders across all projects at all times.

Describe alternatives you've considered

I looked into using CSS in Atom to effectively suppress color changes for modified submodules.

If there were CSS :has() support, one might be able to leverage this with :not() to revert colors to the original, non-distinct color in cases where a repository only had modified submodules.

But without this support, I was only able to apply color changes to either all repository names or to modified submodule folders, but not to the repository name of a modified submodule (when no other modifications existed).

My only other option has been to remove a project from my tree, as I find such out-of-place reminders to be too distracting to my work.

Additional context

N/A

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant