mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
Migrates from the deprecated toCommandLineShell to toCommandLineShellGNU. This changes the output format to use GNU-style concatenated options (--color=always) with shell escaping for git config values. Both formats were verified to work correctly with difftastic. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>