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
git_config_set_multivar_in_file_gently(): add a lock timeout
In particular when multiple processes want to write to the config
simultaneously, it would come in handy to not fail immediately when
another process locked the config, but to gently try again.
This will help with Scalar's functional test suite which wants to
register multiple repositories for maintenance semi-simultaneously.
As not all code paths calling this function read the config (e.g. `git
config`), we have to read the config setting via
`git_config_get_ulong()`.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments