#807245 myrepos: Config files take precedence over command-line options

#807245#5
Date:
2015-12-06 17:01:56 UTC
From:
To:
I have "jobs = 5" in ~/.mrconfig, but when performing subtree updates,
only one job can run at a time.  I tried running "mr -j 1 up" to
override the config file, but that doesn't work.

GetOptions() is called before the config files are parsed (which
partially makes sense since -c may need to be handled), so the config
files override the command-line options.

#807245#16
Date:
2019-12-02 04:34:36 UTC
From:
To:
Control: tags -1 + fixed-upstream
Control: forwarded -1 http://source.myrepos.branchable.com/?p=source.git;a=commitdiff;h=6a1df1a

This now implemented in git.