Skip to content

Conversation

@postgnostic
Copy link

PR Description

Adds a Git config menu (global keybinding ;) for viewing and editing git config values in a tree view. Supports
switching scope (local/global/system) via l/g/s or ←/→, shows the active scope in the header, persists expanded
sections, and includes common keys even when unset.

Notes

  • Future idea (after approval): when committing without user.name/user.email, prompt to open this menu.
  • Observation: Integration tests need global user.name/user.email; I prefer per‑repo settings. It’d be nice
    if tests could set these locally or reuse the repo’s local config.

Please check if the PR fulfills these requirements

  • Cheatsheets are up-to-date (run go generate ./...)
  • Code has been formatted (see here)
  • Tests have been added/updated (see here for the integration test guide)
  • Text is internationalised (see here)
  • If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)
  • Docs have been updated if necessary
  • You've read through your own file changes for silly mistakes etc

@postgnostic postgnostic force-pushed the feature/git-config-menu branch from 7803203 to 9b3f1d0 Compare December 23, 2025 22:11
@postgnostic
Copy link
Author

ok should be ready now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant