mirror of
https://github.com/taigrr/mg.git
synced 2026-04-02 03:28:42 -07:00
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