1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
\r
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
\r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
\r
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
\r
6 <meta name="generator" content="AsciiDoc 7.0.2" />
\r
7 <style type="text/css">
\r
9 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
\r
11 border: 1px solid red;
\r
16 margin: 1em 5% 1em 5%;
\r
20 a:visited { color: fuchsia; }
\r
34 h1, h2, h3, h4, h5, h6 {
\r
36 font-family: sans-serif;
\r
38 margin-bottom: 0.5em;
\r
43 border-bottom: 2px solid silver;
\r
46 border-bottom: 2px solid silver;
\r
56 border: 1px solid silver;
\r
61 margin-bottom: 0.5em;
\r
71 font-family: sans-serif;
\r
78 font-family: sans-serif;
\r
82 font-family: sans-serif;
\r
84 border-top: 2px solid silver;
\r
90 padding-bottom: 0.5em;
\r
94 padding-bottom: 0.5em;
\r
98 div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
\r
99 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
\r
100 div.admonitionblock {
\r
103 margin-bottom: 1.5em;
\r
105 div.admonitionblock {
\r
107 margin-bottom: 2.5em;
\r
110 div.content { /* Block element content. */
\r
114 /* Block element titles. */
\r
115 div.title, caption.title {
\r
116 font-family: sans-serif;
\r
120 margin-bottom: 0.5em;
\r
126 td div.title:first-child {
\r
129 div.content div.title:first-child {
\r
132 div.content + div.title {
\r
136 div.sidebarblock > div.content {
\r
137 background: #ffffee;
\r
138 border: 1px solid silver;
\r
142 div.listingblock > div.content {
\r
143 border: 1px solid silver;
\r
144 background: #f4f4f4;
\r
148 div.quoteblock > div.content {
\r
149 padding-left: 2.0em;
\r
151 div.quoteblock .attribution {
\r
155 div.admonitionblock .icon {
\r
156 vertical-align: top;
\r
159 text-decoration: underline;
\r
161 padding-right: 0.5em;
\r
163 div.admonitionblock td.content {
\r
164 padding-left: 0.5em;
\r
165 border-left: 2px solid silver;
\r
168 div.exampleblock > div.content {
\r
169 border-left: 2px solid silver;
\r
173 div.verseblock div.content {
\r
177 div.imageblock div.content { padding-left: 0; }
\r
178 div.imageblock img { border: 1px solid silver; }
\r
179 span.image img { border-style: none; }
\r
183 margin-bottom: 0.8em;
\r
188 font-style: italic;
\r
190 dd > *:first-child {
\r
195 list-style-position: outside;
\r
198 list-style-type: lower-alpha;
\r
201 div.tableblock > table {
\r
202 border-color: #527bbd;
\r
206 font-family: sans-serif;
\r
215 margin-bottom: 0.8em;
\r
218 vertical-align: top;
\r
219 font-style: italic;
\r
220 padding-right: 0.8em;
\r
223 vertical-align: top;
\r
227 div#footer-badges { display: none; }
\r
229 include::./stylesheets/xhtml11-manpage.css[]
\r
230 /* Workarounds for IE6's broken and incomplete CSS2. */
\r
232 div.sidebar-content {
\r
233 background: #ffffee;
\r
234 border: 1px solid silver;
\r
237 div.sidebar-title, div.image-title {
\r
238 font-family: sans-serif;
\r
241 margin-bottom: 0.5em;
\r
244 div.listingblock div.content {
\r
245 border: 1px solid silver;
\r
246 background: #f4f4f4;
\r
250 div.quoteblock-content {
\r
251 padding-left: 2.0em;
\r
254 div.exampleblock-content {
\r
255 border-left: 2px solid silver;
\r
256 padding-left: 0.5em;
\r
259 <title>tigrc(5)</title>
\r
264 tigrc(5) Manual Page
\r
267 <div class="sectionbody">
\r
269 tig user configuration file
\r
274 <div class="sectionbody">
\r
275 <div class="verseblock">
\r
276 <div class="content"><strong>color</strong> <em>fgcolor</em> <em>bgcolor</em> <em>[attributes]</em></div></div>
\r
278 <h2>DESCRIPTION</h2>
\r
279 <div class="sectionbody">
\r
280 <p>You can permanently set an option by putting it in the <tt>~/.tigrc</tt> file.
\r
281 The file consists of a series of <em>commands</em>. Each
\r
282 line of the file may contain only one command.</p>
\r
283 <p>The hash mark (<em>#</em>), or semi-colon (<em>;</em>) is used as a <em>comment</em> character.
\r
284 All text after the comment character to the end of the line is ignored.
\r
285 You can use comments to annotate your initialization file.</p>
\r
287 <h2>Color options</h2>
\r
288 <div class="sectionbody">
\r
289 <p>Color options control highlighting and the user interface styles.
\r
290 If your terminal supports color, these commands can be used to assign
\r
291 foreground/backgound combinations to certain areas. Optionally, an
\r
292 attribute can be given as the last parameter. The syntax is:</p>
\r
293 <div class="verseblock">
\r
294 <div class="content"> <strong>color</strong> <em>area</em> <em>fgcolor</em> <em>bgcolor</em> <em>[attributes]</em></div></div>
\r
295 <p>Valid colors include: <strong>white</strong>, <strong>black</strong>, <strong>green</strong>, <strong>magenta</strong>, <strong>blue</strong>, <strong>cyan</strong>,
\r
296 <strong>yellow</strong>, <strong>red</strong>, <strong>default</strong>. Use <strong>default</strong> to refer to the default terminal
\r
298 <p>Valid attributes include: <strong>normal</strong>, <strong>blink</strong>, <strong>bold</strong>, <strong>dim</strong>, <strong>reverse</strong>, <strong>standout</strong>,
\r
299 and <strong>underline</strong>. Note, not all attributes may be supported by the terminal.</p>
\r
300 <p>Valid area names are described below. Note, all names are case-insensitive,
\r
301 and you may use <em>-</em>, <em>_</em>, and <em>.</em> interchangeably. So "Diff-Header",
\r
302 "DIFF_HEADER", and "diff.header" are the same.</p>
\r
303 <h3>Diff markup</h3>
\r
304 <p>Options concerning diff start, chunks and lines added and deleted.</p>
\r
305 <p><strong>diff-header</strong>, <strong>diff-chunk</strong>, <strong>diff-add</strong>, <strong>diff-del</strong></p>
\r
306 <h3>Enhanced git diff markup</h3>
\r
307 <p>Extra diff information emitted by the git diff machinery, such as mode
\r
308 changes, rename detection, and similarity.</p>
\r
309 <p><strong>diff-oldmode</strong>, <strong>diff-newmode</strong>, <strong>diff-copy-from</strong>, <strong>diff-copy-to</strong>,
\r
310 <strong>diff-rename-from</strong>, <strong>diff-rename-to</strong>, <strong>diff-similarity</strong> <strong>diff-dissimilarity</strong>
\r
311 <strong>diff-tree</strong>, <strong>diff-index</strong></p>
\r
312 <h3>Pretty print commit headers</h3>
\r
313 <p>Commit diffs and the revision logs are usually formatted using pretty
\r
314 printed headers , unless <tt>--pretty=raw</tt> was given. This includes lines,
\r
315 such as merge info, commit ID, and author and comitter date.</p>
\r
316 <p><strong>pp-author</strong>, <strong>pp-commit</strong>, <strong>pp-merge</strong>, <strong>pp-date</strong>, <strong>pp-adate</strong>, <strong>pp-cdate</strong></p>
\r
317 <h3>Raw commit header</h3>
\r
318 <p>Usually shown when <tt>--pretty=raw</tt> is given, however <em>commit</em> is pretty
\r
319 much omnipresent.</p>
\r
320 <p><strong>commit</strong>, <strong>parent</strong>, <strong>tree</strong>, <strong>author</strong>, <strong>committer</strong></p>
\r
321 <h3>Commit message</h3>
\r
322 <p>For now only <tt>Signed-off-by lines</tt> are colorized.</p>
\r
323 <p><strong>signoff</strong></p>
\r
325 <p>Colors for text not matching any of the above: <strong>default</strong></p>
\r
326 <p>Status window colors: <strong>status</strong></p>
\r
327 <p>Title window colors: <strong>title-blur</strong>, <strong>title-focus</strong></p>
\r
328 <p>Cursor line colors: <strong>cursor</strong></p>
\r
329 <p>Main view specific: <strong>main-date</strong>, <strong>main-author</strong>, <strong>main-commit</strong>, <strong>main-delim</strong>,
\r
330 <strong>main-tag</strong>, <strong>main-ref</strong></p>
\r
333 <div class="sectionbody">
\r
334 <p>Some sample options:</p>
\r
335 <div class="exampleblock">
\r
336 <div class="exampleblock-content">
\r
337 <div class="literalblock">
\r
338 <div class="content">
\r
339 <pre><tt># Diff colors
\r
340 color diff-header yellow default
\r
341 color diff-index blue default
\r
342 color diff-chunk magenta default
\r
344 color title-blur white blue
\r
345 color title-focus white blue bold</tt></pre>
\r
350 <div class="sectionbody">
\r
354 <div id="footer-text">
\r
355 Last updated 29-May-2006 21:46:30 CEST
\r