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
/// Access configuration values without a repository. Generally you want to access configuration via an instance of <see cref = "Repository" /> instead.
35
74
/// </summary>
36
-
publicConfiguration()
37
-
:this(null)
75
+
/// <param name="globalConfigurationFileLocation">Path to a Global configuration file. If null, the default path for a global configuration file will be probed.</param>
76
+
/// <param name="systemConfigurationFileLocation">Path to a System configuration file. If null, the default path for a system configuration file will be probed.</param>
thrownewArgumentException(string.Format(CultureInfo.InvariantCulture,"At least one member of the {0} instance has to be provided.",typeof(RepositoryOptions).Name));
62
-
}
63
-
64
62
if(isBare&&(isWorkDirNull^isIndexNull))
65
63
{
66
64
thrownewArgumentException("When overriding the opening of a bare repository, both RepositoryOptions.WorkingDirectoryPath an RepositoryOptions.IndexPath have to be provided.");
0 commit comments