File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ public static IEnumerable<string> GetConfigSearchPaths(ConfigurationLevel level)
217
217
218
218
/// <summary>
219
219
/// Set the paths under which libgit2 searches for the configuration file of a given level.
220
+ ///
221
+ /// <seealso cref="RepositoryOptions"/>.
220
222
/// </summary>
221
223
/// <param name="level">The level (global/system/XDG) of the config.</param>
222
224
/// <param name="paths">
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public sealed class RepositoryOptions
32
32
/// The path has either to lead to an existing valid configuration file,
33
33
/// or to a non existent configuration file which will be eventually created.
34
34
/// </para>
35
+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
35
36
/// </summary>
36
37
public string GlobalConfigurationLocation { get ; set ; }
37
38
@@ -41,6 +42,7 @@ public sealed class RepositoryOptions
41
42
/// The path has either to lead to an existing valid configuration file,
42
43
/// or to a non existent configuration file which will be eventually created.
43
44
/// </para>
45
+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
44
46
/// </summary>
45
47
public string XdgConfigurationLocation { get ; set ; }
46
48
@@ -50,6 +52,7 @@ public sealed class RepositoryOptions
50
52
/// The path has to lead to an existing valid configuration file,
51
53
/// or to a non existent configuration file which will be eventually created.
52
54
/// </para>
55
+ /// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
53
56
/// </summary>
54
57
public string SystemConfigurationLocation { get ; set ; }
55
58
You can’t perform that action at this time.
0 commit comments