wfxr.forgit/bin
sandroid b41e4ff1b4 Refactor: Parse environment variables into arrays
Forgit allows specifying git options in environment variables that are passed along to the individual git commands. We currently treat those as strings. This commit adds a _forgit_parse_array function and uses it to parse all such environment variables into arrays instead. This will allow us to get rid of deferred code, since we can pass the parsed arrays directly to the git commands and don't have to rely on eval.
2024-03-24 15:50:40 +01:00
..
git-forgit Refactor: Parse environment variables into arrays 2024-03-24 15:50:40 +01:00