Commit Graph

10 Commits

Author SHA1 Message Date
9ad9412a8c refactor: dynamically load all [DEFAULT] section aliases
Removed hardcoded alias handling (unregister, git_gc) in favor of
dynamically loading all key-value pairs from the [DEFAULT] section
into the Aliases map. This allows mrconfig files to define custom
aliases without code changes.

- Simplified switch statement in LoadMRConfig
- Updated function documentation
- All tests passing
2026-02-12 13:33:30 +00:00
cacdbf673f update to use /Users/tai 2025-08-10 15:15:50 -07:00
567ab899e0 fix conflict 2024-02-02 13:29:27 -08:00
cdb17168b3 add register command 2023-05-25 16:12:33 -07:00
9a4f8023d8 add mgconfig conversion to lib 2023-05-25 15:07:06 -07:00
93a21b8c61 add test stub and docstrings 2023-05-10 22:51:16 -07:00
28f0329d4a bump go version and fix invalid nil assignment 2023-05-06 16:00:24 -07:00
7455da4355 start work on more mr config, add readme 2023-03-08 17:21:02 -08:00
076f814d9a add support for ignoring comments in config 2023-01-28 01:13:19 -08:00
36260e2e09 initial commit 2023-01-27 23:50:56 -08:00