File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,15 @@ protected virtual void Dispose(bool disposing)
154
154
/// <summary>
155
155
/// Get a configuration value for a key. Keys are in the form 'section.name'.
156
156
/// <para>
157
+ /// The same escalation logic than in git.git will be used when looking for the key in the config files:
158
+ /// - local: the Git file in the current repository
159
+ /// - global: the Git file specific to the current interactive user (usually in `$HOME/.gitconfig`)
160
+ /// - XDG: another Git file specific to the current interactive user (usually in `$HOME/.config/git/config`)
161
+ /// - system: the system-wide Git file
162
+ ///
163
+ /// The first occurence of the key will be returned.
164
+ /// </para>
165
+ /// <para>
157
166
/// For example in order to get the value for this in a .git\config file:
158
167
///
159
168
/// <code>
You can’t perform that action at this time.
0 commit comments