Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorah <yoram.harmelin@gmail.com>2012-11-09 18:36:42 +0400
committernulltoken <emeric.fermas@gmail.com>2012-12-05 11:38:19 +0400
commitb7d44cfcf30151df728163cf13a30094b830e857 (patch)
tree991ed82090e198b1f35eb5d2a3c90469f2e85779 /LibGit2Sharp/RepositoryOptions.cs
parentbbf0b7fa60d9b44bd29361f728d1c00547bcb718 (diff)
Add XDG configuration store
Diffstat (limited to 'LibGit2Sharp/RepositoryOptions.cs')
-rw-r--r--LibGit2Sharp/RepositoryOptions.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/LibGit2Sharp/RepositoryOptions.cs b/LibGit2Sharp/RepositoryOptions.cs
index dfb06e33..81c667d1 100644
--- a/LibGit2Sharp/RepositoryOptions.cs
+++ b/LibGit2Sharp/RepositoryOptions.cs
@@ -36,6 +36,15 @@
public string GlobalConfigurationLocation { get; set; }
/// <summary>
+ /// Overrides the probed location of the XDG configuration file of a repository.
+ /// <para>
+ /// The path has either to lead to an existing valid configuration file,
+ /// or to a non existent configuration file which will be eventually created.
+ /// </para>
+ /// </summary>
+ public string XDGConfigurationLocation { get; set; }
+
+ /// <summary>
/// Overrides the probed location of the System configuration file of a repository.
/// <para>
/// The path has to lead to an existing valid configuration file,