romkatv / romkatv/gitstatus

Respect git config's core.excludesfile

Open
#299 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.8k
Forks
134
Avg merge
2d 18h
Merged PRs (30d)
1

Description

You can configure a global gitignore file using the core.excludesfile git config setting.

This seems to be ignored currently.

Beyond that it can also be used to configure an additional gitignore file for a repository or to locally make the global gitignore file ineffective.
I would very much apprechiate this setting being respected.

Details are mentioned in the official docs: https://git-scm.com/docs/gitignore

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the existing gitignore and Git configuration handling, then compare its behavior with Git's core.excludesfile documentation. The change is done when global, repository-specific, and disabling configurations are respected; verify the behavior with the project's relevant tests or manual Git-status checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, git
Domain
cli, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.