mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-04 08:01:02 +01:00
deploy: 7d3d323e90
This commit is contained in:
parent
3c0f1505a3
commit
6fd593f9b9
1 changed files with 57 additions and 0 deletions
|
|
@ -35640,6 +35640,33 @@ one of “always”, “auto”, “never”</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"always"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/git.nix" target="_top">
|
||||
<home-manager/modules/programs/git.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.git.difftastic.context"></a><a class="term" href="options.xhtml#opt-programs.git.difftastic.context"><code class="option">programs.git.difftastic.context</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Determines the number of contextual lines to show around changed lines.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
32 bit unsigned integer; between 0 and 4294967295 (both inclusive)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">3</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">5</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
@ -35667,6 +35694,36 @@ one of “side-by-side”, “side-by-side-show-both”, “inline”</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"inline"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/git.nix" target="_top">
|
||||
<home-manager/modules/programs/git.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.git.difftastic.extraArgs"></a><a class="term" href="options.xhtml#opt-programs.git.difftastic.extraArgs"><code class="option">programs.git.difftastic.extraArgs</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Extra command line arguments to pass to <span class="command"><strong>difft</strong></span>.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or (list of string)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
|
||||
"--tab-width=8"
|
||||
"--sort-paths"
|
||||
]
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue