You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, all command line arguments should be configurable in this way the values read from git config should be the defaults for the command line arguments.
The text was updated successfully, but these errors were encountered:
This requires changing command line argument parsing to use a 2-phase process: initially we *only* parse the flags to determine the git config location to use. We then read defaults from this git config for (most of the) remaining arguments added to the 2nd phase parser.
We already support some options being set via
git config
(extrakeys
andkeepmetadatakeys
).Ideally, all command line arguments should be configurable in this way the values read from
git config
should be the defaults for the command line arguments.The text was updated successfully, but these errors were encountered: