blob: ab12e918cac38642b6a90c8bcaf8633194ff60c1 [file] [log] [blame]
Junio C Hamanoccb82522018-05-08 07:52:091<?xml version="1.0" encoding="UTF-8"?>
Junio C Hamanoe90436a2007-04-22 07:22:132<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5<head>
Junio C Hamano9d971152012-12-19 00:43:116<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
Junio C Hamanoeaa95f72020-04-14 17:39:357<meta name="generator" content="AsciiDoc 9.0.0rc1" />
Junio C Hamanoeef01fe2010-12-13 08:31:588<title>gitattributes(5)</title>
Junio C Hamanoe90436a2007-04-22 07:22:139<style type="text/css">
Junio C Hamano9d971152012-12-19 00:43:1110/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
11
12/* Default font. */
13body {
14 font-family: Georgia,serif;
15}
16
17/* Title font. */
18h1, h2, h3, h4, h5, h6,
19div.title, caption.title,
20thead, p.table.header,
21#toctitle,
22#author, #revnumber, #revdate, #revremark,
23#footer {
24 font-family: Arial,Helvetica,sans-serif;
Junio C Hamanoe90436a2007-04-22 07:22:1325}
26
27body {
28 margin: 1em 5% 1em 5%;
29}
30
Junio C Hamanoba4b9282008-07-06 05:20:3131a {
32 color: blue;
33 text-decoration: underline;
34}
35a:visited {
36 color: fuchsia;
37}
Junio C Hamanoe90436a2007-04-22 07:22:1338
39em {
40 font-style: italic;
Junio C Hamanoeef01fe2010-12-13 08:31:5841 color: navy;
Junio C Hamanoe90436a2007-04-22 07:22:1342}
43
44strong {
45 font-weight: bold;
Junio C Hamanoeef01fe2010-12-13 08:31:5846 color: #083194;
Junio C Hamanoe90436a2007-04-22 07:22:1347}
48
Junio C Hamanoe90436a2007-04-22 07:22:1349h1, h2, h3, h4, h5, h6 {
50 color: #527bbd;
Junio C Hamanoe90436a2007-04-22 07:22:1351 margin-top: 1.2em;
52 margin-bottom: 0.5em;
53 line-height: 1.3;
54}
55
Junio C Hamanoba4b9282008-07-06 05:20:3156h1, h2, h3 {
Junio C Hamanoe90436a2007-04-22 07:22:1357 border-bottom: 2px solid silver;
58}
59h2 {
Junio C Hamanoe90436a2007-04-22 07:22:1360 padding-top: 0.5em;
61}
Junio C Hamanoba4b9282008-07-06 05:20:3162h3 {
63 float: left;
64}
65h3 + * {
66 clear: left;
67}
Junio C Hamano9d971152012-12-19 00:43:1168h5 {
69 font-size: 1.0em;
70}
Junio C Hamanoe90436a2007-04-22 07:22:1371
72div.sectionbody {
Junio C Hamanoe90436a2007-04-22 07:22:1373 margin-left: 0;
74}
75
76hr {
77 border: 1px solid silver;
78}
79
80p {
81 margin-top: 0.5em;
82 margin-bottom: 0.5em;
83}
84
Junio C Hamanoeef01fe2010-12-13 08:31:5885ul, ol, li > p {
86 margin-top: 0;
87}
Junio C Hamano9d971152012-12-19 00:43:1188ul > li { color: #aaa; }
89ul > li > * { color: black; }
Junio C Hamanoeef01fe2010-12-13 08:31:5890
Junio C Hamanoc14e6ad2014-10-31 20:25:5391.monospaced, code, pre {
92 font-family: "Courier New", Courier, monospace;
93 font-size: inherit;
94 color: navy;
Junio C Hamanoe90436a2007-04-22 07:22:1395 padding: 0;
96 margin: 0;
97}
Junio C Hamanoc14e6ad2014-10-31 20:25:5398pre {
99 white-space: pre-wrap;
100}
Junio C Hamanoe90436a2007-04-22 07:22:13101
Junio C Hamano9d971152012-12-19 00:43:11102#author {
Junio C Hamanoe90436a2007-04-22 07:22:13103 color: #527bbd;
Junio C Hamanoe90436a2007-04-22 07:22:13104 font-weight: bold;
Junio C Hamanoba4b9282008-07-06 05:20:31105 font-size: 1.1em;
Junio C Hamanoe90436a2007-04-22 07:22:13106}
Junio C Hamano9d971152012-12-19 00:43:11107#email {
Junio C Hamanoe90436a2007-04-22 07:22:13108}
Junio C Hamano9d971152012-12-19 00:43:11109#revnumber, #revdate, #revremark {
Junio C Hamanoe90436a2007-04-22 07:22:13110}
111
Junio C Hamano9d971152012-12-19 00:43:11112#footer {
Junio C Hamanoe90436a2007-04-22 07:22:13113 font-size: small;
114 border-top: 2px solid silver;
115 padding-top: 0.5em;
116 margin-top: 4.0em;
117}
Junio C Hamano9d971152012-12-19 00:43:11118#footer-text {
Junio C Hamanoe90436a2007-04-22 07:22:13119 float: left;
120 padding-bottom: 0.5em;
121}
Junio C Hamano9d971152012-12-19 00:43:11122#footer-badges {
Junio C Hamanoe90436a2007-04-22 07:22:13123 float: right;
124 padding-bottom: 0.5em;
125}
126
Junio C Hamano9d971152012-12-19 00:43:11127#preamble {
Junio C Hamanoeef01fe2010-12-13 08:31:58128 margin-top: 1.5em;
129 margin-bottom: 1.5em;
130}
Junio C Hamano9d971152012-12-19 00:43:11131div.imageblock, div.exampleblock, div.verseblock,
Junio C Hamanoe90436a2007-04-22 07:22:13132div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
133div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22134 margin-top: 1.0em;
Junio C Hamanoe90436a2007-04-22 07:22:13135 margin-bottom: 1.5em;
136}
137div.admonitionblock {
Junio C Hamano7bd050f2011-09-22 06:32:22138 margin-top: 2.0em;
139 margin-bottom: 2.0em;
140 margin-right: 10%;
141 color: #606060;
Junio C Hamanoe90436a2007-04-22 07:22:13142}
143
144div.content { /* Block element content. */
145 padding: 0;
146}
147
148/* Block element titles. */
149div.title, caption.title {
Junio C Hamanoeef01fe2010-12-13 08:31:58150 color: #527bbd;
Junio C Hamanoe90436a2007-04-22 07:22:13151 font-weight: bold;
152 text-align: left;
153 margin-top: 1.0em;
154 margin-bottom: 0.5em;
155}
156div.title + * {
157 margin-top: 0;
158}
159
160td div.title:first-child {
161 margin-top: 0.0em;
162}
163div.content div.title:first-child {
164 margin-top: 0.0em;
165}
166div.content + div.title {
167 margin-top: 0.0em;
168}
169
170div.sidebarblock > div.content {
171 background: #ffffee;
Junio C Hamano9d971152012-12-19 00:43:11172 border: 1px solid #dddddd;
173 border-left: 4px solid #f0f0f0;
Junio C Hamanoe90436a2007-04-22 07:22:13174 padding: 0.5em;
175}
176
177div.listingblock > div.content {
Junio C Hamano9d971152012-12-19 00:43:11178 border: 1px solid #dddddd;
179 border-left: 5px solid #f0f0f0;
180 background: #f8f8f8;
Junio C Hamanoe90436a2007-04-22 07:22:13181 padding: 0.5em;
182}
183
Junio C Hamano7bd050f2011-09-22 06:32:22184div.quoteblock, div.verseblock {
185 padding-left: 1.0em;
186 margin-left: 1.0em;
Junio C Hamanoeef01fe2010-12-13 08:31:58187 margin-right: 10%;
Junio C Hamano9d971152012-12-19 00:43:11188 border-left: 5px solid #f0f0f0;
189 color: #888;
Junio C Hamanoe90436a2007-04-22 07:22:13190}
Junio C Hamano7bd050f2011-09-22 06:32:22191
Junio C Hamanoeef01fe2010-12-13 08:31:58192div.quoteblock > div.attribution {
193 padding-top: 0.5em;
Junio C Hamanoe90436a2007-04-22 07:22:13194 text-align: right;
195}
Junio C Hamanoeef01fe2010-12-13 08:31:58196
Junio C Hamano9d971152012-12-19 00:43:11197div.verseblock > pre.content {
198 font-family: inherit;
199 font-size: inherit;
Junio C Hamanoeef01fe2010-12-13 08:31:58200}
201div.verseblock > div.attribution {
202 padding-top: 0.75em;
203 text-align: left;
204}
205/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
Junio C Hamanoba4b9282008-07-06 05:20:31206div.verseblock + div.attribution {
207 text-align: left;
208}
Junio C Hamanoe90436a2007-04-22 07:22:13209
210div.admonitionblock .icon {
211 vertical-align: top;
212 font-size: 1.1em;
213 font-weight: bold;
214 text-decoration: underline;
215 color: #527bbd;
216 padding-right: 0.5em;
217}
218div.admonitionblock td.content {
219 padding-left: 0.5em;
Junio C Hamano7bd050f2011-09-22 06:32:22220 border-left: 3px solid #dddddd;
Junio C Hamanoe90436a2007-04-22 07:22:13221}
222
223div.exampleblock > div.content {
Junio C Hamano7bd050f2011-09-22 06:32:22224 border-left: 3px solid #dddddd;
225 padding-left: 0.5em;
Junio C Hamanoe90436a2007-04-22 07:22:13226}
227
Junio C Hamanoe90436a2007-04-22 07:22:13228div.imageblock div.content { padding-left: 0; }
Junio C Hamanoc14e6ad2014-10-31 20:25:53229span.image img { border-style: none; vertical-align: text-bottom; }
Junio C Hamanoeef01fe2010-12-13 08:31:58230a.image:visited { color: white; }
Junio C Hamanoe90436a2007-04-22 07:22:13231
232dl {
233 margin-top: 0.8em;
234 margin-bottom: 0.8em;
235}
236dt {
237 margin-top: 0.5em;
238 margin-bottom: 0;
Junio C Hamanoeef01fe2010-12-13 08:31:58239 font-style: normal;
240 color: navy;
Junio C Hamanoe90436a2007-04-22 07:22:13241}
242dd > *:first-child {
Junio C Hamanoeef01fe2010-12-13 08:31:58243 margin-top: 0.1em;
Junio C Hamanoe90436a2007-04-22 07:22:13244}
245
246ul, ol {
247 list-style-position: outside;
248}
Junio C Hamanoeef01fe2010-12-13 08:31:58249ol.arabic {
250 list-style-type: decimal;
251}
252ol.loweralpha {
Junio C Hamanoe90436a2007-04-22 07:22:13253 list-style-type: lower-alpha;
254}
Junio C Hamanoeef01fe2010-12-13 08:31:58255ol.upperalpha {
256 list-style-type: upper-alpha;
257}
258ol.lowerroman {
259 list-style-type: lower-roman;
260}
261ol.upperroman {
262 list-style-type: upper-roman;
263}
264
265div.compact ul, div.compact ol,
266div.compact p, div.compact p,
267div.compact div, div.compact div {
268 margin-top: 0.1em;
269 margin-bottom: 0.1em;
270}
Junio C Hamanoe90436a2007-04-22 07:22:13271
Junio C Hamanoe90436a2007-04-22 07:22:13272tfoot {
273 font-weight: bold;
274}
Junio C Hamanoeef01fe2010-12-13 08:31:58275td > div.verse {
276 white-space: pre;
277}
Junio C Hamanoeef01fe2010-12-13 08:31:58278
279div.hdlist {
Junio C Hamanoe90436a2007-04-22 07:22:13280 margin-top: 0.8em;
281 margin-bottom: 0.8em;
282}
Junio C Hamanoeef01fe2010-12-13 08:31:58283div.hdlist tr {
284 padding-bottom: 15px;
Junio C Hamanoba4b9282008-07-06 05:20:31285}
Junio C Hamanoeef01fe2010-12-13 08:31:58286dt.hdlist1.strong, td.hdlist1.strong {
287 font-weight: bold;
288}
289td.hdlist1 {
Junio C Hamanoe90436a2007-04-22 07:22:13290 vertical-align: top;
Junio C Hamanoeef01fe2010-12-13 08:31:58291 font-style: normal;
Junio C Hamanoe90436a2007-04-22 07:22:13292 padding-right: 0.8em;
Junio C Hamanoeef01fe2010-12-13 08:31:58293 color: navy;
Junio C Hamanoe90436a2007-04-22 07:22:13294}
Junio C Hamanoeef01fe2010-12-13 08:31:58295td.hdlist2 {
Junio C Hamanoe90436a2007-04-22 07:22:13296 vertical-align: top;
297}
Junio C Hamanoeef01fe2010-12-13 08:31:58298div.hdlist.compact tr {
299 margin: 0;
300 padding-bottom: 0;
301}
302
303.comment {
304 background: yellow;
305}
Junio C Hamanoe90436a2007-04-22 07:22:13306
Junio C Hamano7bd050f2011-09-22 06:32:22307.footnote, .footnoteref {
308 font-size: 0.8em;
309}
310
311span.footnote, span.footnoteref {
312 vertical-align: super;
313}
314
315#footnotes {
316 margin: 20px 0 20px 0;
317 padding: 7px 0 0 0;
318}
319
320#footnotes div.footnote {
321 margin: 0 0 5px 0;
322}
323
324#footnotes hr {
325 border: none;
326 border-top: 1px solid silver;
327 height: 1px;
328 text-align: left;
329 margin-left: 0;
330 width: 20%;
331 min-width: 100px;
332}
333
Junio C Hamano9d971152012-12-19 00:43:11334div.colist td {
335 padding-right: 0.5em;
336 padding-bottom: 0.3em;
337 vertical-align: top;
338}
339div.colist td img {
340 margin-top: 0.3em;
Junio C Hamanoe90436a2007-04-22 07:22:13341}
Junio C Hamanoba4b9282008-07-06 05:20:31342
Junio C Hamano9d971152012-12-19 00:43:11343@media print {
344 #footer-badges { display: none; }
345}
346
347#toc {
Junio C Hamano7bd050f2011-09-22 06:32:22348 margin-bottom: 2.5em;
349}
350
Junio C Hamano9d971152012-12-19 00:43:11351#toctitle {
Junio C Hamanoba4b9282008-07-06 05:20:31352 color: #527bbd;
Junio C Hamanoba4b9282008-07-06 05:20:31353 font-size: 1.1em;
354 font-weight: bold;
355 margin-top: 1.0em;
356 margin-bottom: 0.1em;
357}
358
Junio C Hamanoc14e6ad2014-10-31 20:25:53359div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
Junio C Hamanoba4b9282008-07-06 05:20:31360 margin-top: 0;
361 margin-bottom: 0;
362}
363div.toclevel2 {
364 margin-left: 2em;
365 font-size: 0.9em;
366}
367div.toclevel3 {
368 margin-left: 4em;
369 font-size: 0.9em;
370}
371div.toclevel4 {
372 margin-left: 6em;
373 font-size: 0.9em;
374}
Junio C Hamano9d971152012-12-19 00:43:11375
376span.aqua { color: aqua; }
377span.black { color: black; }
378span.blue { color: blue; }
379span.fuchsia { color: fuchsia; }
380span.gray { color: gray; }
381span.green { color: green; }
382span.lime { color: lime; }
383span.maroon { color: maroon; }
384span.navy { color: navy; }
385span.olive { color: olive; }
386span.purple { color: purple; }
387span.red { color: red; }
388span.silver { color: silver; }
389span.teal { color: teal; }
390span.white { color: white; }
391span.yellow { color: yellow; }
392
393span.aqua-background { background: aqua; }
394span.black-background { background: black; }
395span.blue-background { background: blue; }
396span.fuchsia-background { background: fuchsia; }
397span.gray-background { background: gray; }
398span.green-background { background: green; }
399span.lime-background { background: lime; }
400span.maroon-background { background: maroon; }
401span.navy-background { background: navy; }
402span.olive-background { background: olive; }
403span.purple-background { background: purple; }
404span.red-background { background: red; }
405span.silver-background { background: silver; }
406span.teal-background { background: teal; }
407span.white-background { background: white; }
408span.yellow-background { background: yellow; }
409
410span.big { font-size: 2em; }
411span.small { font-size: 0.6em; }
412
413span.underline { text-decoration: underline; }
414span.overline { text-decoration: overline; }
415span.line-through { text-decoration: line-through; }
416
Junio C Hamanoc14e6ad2014-10-31 20:25:53417div.unbreakable { page-break-inside: avoid; }
418
Junio C Hamano9d971152012-12-19 00:43:11419
420/*
421 * xhtml11 specific
422 *
423 * */
424
425div.tableblock {
426 margin-top: 1.0em;
427 margin-bottom: 1.5em;
428}
429div.tableblock > table {
430 border: 3px solid #527bbd;
431}
432thead, p.table.header {
433 font-weight: bold;
434 color: #527bbd;
435}
436p.table {
437 margin-top: 0;
438}
Junio C Hamano725b0da2020-01-22 22:02:40439/* Because the table frame attribute is overridden by CSS in most browsers. */
Junio C Hamano9d971152012-12-19 00:43:11440div.tableblock > table[frame="void"] {
441 border-style: none;
442}
443div.tableblock > table[frame="hsides"] {
444 border-left-style: none;
445 border-right-style: none;
446}
447div.tableblock > table[frame="vsides"] {
448 border-top-style: none;
449 border-bottom-style: none;
450}
451
452
453/*
454 * html5 specific
455 *
456 * */
457
458table.tableblock {
459 margin-top: 1.0em;
460 margin-bottom: 1.5em;
461}
462thead, p.tableblock.header {
463 font-weight: bold;
464 color: #527bbd;
465}
466p.tableblock {
467 margin-top: 0;
468}
469table.tableblock {
470 border-width: 3px;
471 border-spacing: 0px;
472 border-style: solid;
473 border-color: #527bbd;
474 border-collapse: collapse;
475}
476th.tableblock, td.tableblock {
477 border-width: 1px;
478 padding: 4px;
479 border-style: solid;
480 border-color: #527bbd;
481}
482
483table.tableblock.frame-topbot {
484 border-left-style: hidden;
485 border-right-style: hidden;
486}
487table.tableblock.frame-sides {
488 border-top-style: hidden;
489 border-bottom-style: hidden;
490}
491table.tableblock.frame-none {
492 border-style: hidden;
493}
494
495th.tableblock.halign-left, td.tableblock.halign-left {
496 text-align: left;
497}
498th.tableblock.halign-center, td.tableblock.halign-center {
499 text-align: center;
500}
501th.tableblock.halign-right, td.tableblock.halign-right {
502 text-align: right;
503}
504
505th.tableblock.valign-top, td.tableblock.valign-top {
506 vertical-align: top;
507}
508th.tableblock.valign-middle, td.tableblock.valign-middle {
509 vertical-align: middle;
510}
511th.tableblock.valign-bottom, td.tableblock.valign-bottom {
512 vertical-align: bottom;
513}
514
515
516/*
517 * manpage specific
518 *
519 * */
520
521body.manpage h1 {
Junio C Hamanoeef01fe2010-12-13 08:31:58522 padding-top: 0.5em;
523 padding-bottom: 0.5em;
524 border-top: 2px solid silver;
525 border-bottom: 2px solid silver;
526}
Junio C Hamano9d971152012-12-19 00:43:11527body.manpage h2 {
Junio C Hamanoeef01fe2010-12-13 08:31:58528 border-style: none;
529}
Junio C Hamano9d971152012-12-19 00:43:11530body.manpage div.sectionbody {
531 margin-left: 3em;
Junio C Hamanoeef01fe2010-12-13 08:31:58532}
533
534@media print {
Junio C Hamano9d971152012-12-19 00:43:11535 body.manpage div#toc { display: none; }
Junio C Hamanoeef01fe2010-12-13 08:31:58536}
Junio C Hamanoc14e6ad2014-10-31 20:25:53537
538
Junio C Hamanoe90436a2007-04-22 07:22:13539</style>
Junio C Hamano7bd050f2011-09-22 06:32:22540<script type="text/javascript">
541/*<![CDATA[*/
Junio C Hamano7bd050f2011-09-22 06:32:22542var asciidoc = { // Namespace.
543
544/////////////////////////////////////////////////////////////////////
545// Table Of Contents generator
546/////////////////////////////////////////////////////////////////////
547
548/* Author: Mihai Bazon, September 2002
549 * http://students.infoiasi.ro/~mishoo
550 *
551 * Table Of Content generator
552 * Version: 0.4
553 *
554 * Feel free to use this script under the terms of the GNU General Public
555 * License, as long as you do not remove or alter this notice.
556 */
557
558 /* modified by Troy D. Hanson, September 2006. License: GPL */
559 /* modified by Stuart Rackham, 2006, 2009. License: GPL */
560
561// toclevels = 1..4.
562toc: function (toclevels) {
563
564 function getText(el) {
565 var text = "";
566 for (var i = el.firstChild; i != null; i = i.nextSibling) {
567 if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.
568 text += i.data;
569 else if (i.firstChild != null)
570 text += getText(i);
571 }
572 return text;
573 }
574
575 function TocEntry(el, text, toclevel) {
576 this.element = el;
577 this.text = text;
578 this.toclevel = toclevel;
579 }
580
581 function tocEntries(el, toclevels) {
582 var result = new Array;
Junio C Hamanoc14e6ad2014-10-31 20:25:53583 var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
Junio C Hamano7bd050f2011-09-22 06:32:22584 // Function that scans the DOM tree for header elements (the DOM2
585 // nodeIterator API would be a better technique but not supported by all
586 // browsers).
587 var iterate = function (el) {
588 for (var i = el.firstChild; i != null; i = i.nextSibling) {
589 if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {
590 var mo = re.exec(i.tagName);
591 if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {
592 result[result.length] = new TocEntry(i, getText(i), mo[1]-1);
593 }
594 iterate(i);
595 }
596 }
597 }
598 iterate(el);
599 return result;
600 }
601
602 var toc = document.getElementById("toc");
Junio C Hamano9d971152012-12-19 00:43:11603 if (!toc) {
604 return;
605 }
606
607 // Delete existing TOC entries in case we're reloading the TOC.
608 var tocEntriesToRemove = [];
609 var i;
610 for (i = 0; i < toc.childNodes.length; i++) {
611 var entry = toc.childNodes[i];
Junio C Hamanoc14e6ad2014-10-31 20:25:53612 if (entry.nodeName.toLowerCase() == 'div'
Junio C Hamano9d971152012-12-19 00:43:11613 && entry.getAttribute("class")
614 && entry.getAttribute("class").match(/^toclevel/))
615 tocEntriesToRemove.push(entry);
616 }
617 for (i = 0; i < tocEntriesToRemove.length; i++) {
618 toc.removeChild(tocEntriesToRemove[i]);
619 }
620
621 // Rebuild TOC entries.
Junio C Hamano7bd050f2011-09-22 06:32:22622 var entries = tocEntries(document.getElementById("content"), toclevels);
623 for (var i = 0; i < entries.length; ++i) {
624 var entry = entries[i];
625 if (entry.element.id == "")
626 entry.element.id = "_toc_" + i;
627 var a = document.createElement("a");
628 a.href = "#" + entry.element.id;
629 a.appendChild(document.createTextNode(entry.text));
630 var div = document.createElement("div");
631 div.appendChild(a);
632 div.className = "toclevel" + entry.toclevel;
633 toc.appendChild(div);
634 }
635 if (entries.length == 0)
636 toc.parentNode.removeChild(toc);
637},
638
639
640/////////////////////////////////////////////////////////////////////
641// Footnotes generator
642/////////////////////////////////////////////////////////////////////
643
644/* Based on footnote generation code from:
645 * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html
646 */
647
648footnotes: function () {
Junio C Hamano9d971152012-12-19 00:43:11649 // Delete existing footnote entries in case we're reloading the footnodes.
650 var i;
Junio C Hamano7bd050f2011-09-22 06:32:22651 var noteholder = document.getElementById("footnotes");
Junio C Hamano9d971152012-12-19 00:43:11652 if (!noteholder) {
653 return;
654 }
655 var entriesToRemove = [];
656 for (i = 0; i < noteholder.childNodes.length; i++) {
657 var entry = noteholder.childNodes[i];
Junio C Hamanoc14e6ad2014-10-31 20:25:53658 if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
Junio C Hamano9d971152012-12-19 00:43:11659 entriesToRemove.push(entry);
660 }
661 for (i = 0; i < entriesToRemove.length; i++) {
662 noteholder.removeChild(entriesToRemove[i]);
663 }
664
665 // Rebuild footnote entries.
666 var cont = document.getElementById("content");
Junio C Hamano7bd050f2011-09-22 06:32:22667 var spans = cont.getElementsByTagName("span");
668 var refs = {};
669 var n = 0;
670 for (i=0; i<spans.length; i++) {
671 if (spans[i].className == "footnote") {
672 n++;
Junio C Hamano9d971152012-12-19 00:43:11673 var note = spans[i].getAttribute("data-note");
674 if (!note) {
675 // Use [\s\S] in place of . so multi-line matches work.
676 // Because JavaScript has no s (dotall) regex flag.
677 note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];
678 spans[i].innerHTML =
679 "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +
680 "' title='View footnote' class='footnote'>" + n + "</a>]";
681 spans[i].setAttribute("data-note", note);
682 }
Junio C Hamano7bd050f2011-09-22 06:32:22683 noteholder.innerHTML +=
684 "<div class='footnote' id='_footnote_" + n + "'>" +
685 "<a href='#_footnoteref_" + n + "' title='Return to text'>" +
686 n + "</a>. " + note + "</div>";
Junio C Hamano7bd050f2011-09-22 06:32:22687 var id =spans[i].getAttribute("id");
688 if (id != null) refs["#"+id] = n;
689 }
690 }
691 if (n == 0)
692 noteholder.parentNode.removeChild(noteholder);
693 else {
694 // Process footnoterefs.
695 for (i=0; i<spans.length; i++) {
696 if (spans[i].className == "footnoteref") {
697 var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");
698 href = href.match(/#.*/)[0]; // Because IE return full URL.
699 n = refs[href];
700 spans[i].innerHTML =
701 "[<a href='#_footnote_" + n +
702 "' title='View footnote' class='footnote'>" + n + "</a>]";
703 }
704 }
705 }
Junio C Hamano9d971152012-12-19 00:43:11706},
707
708install: function(toclevels) {
709 var timerId;
710
711 function reinstall() {
712 asciidoc.footnotes();
713 if (toclevels) {
714 asciidoc.toc(toclevels);
715 }
716 }
717
718 function reinstallAndRemoveTimer() {
719 clearInterval(timerId);
720 reinstall();
721 }
722
723 timerId = setInterval(reinstall, 500);
724 if (document.addEventListener)
725 document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);
726 else
727 window.onload = reinstallAndRemoveTimer;
Junio C Hamano7bd050f2011-09-22 06:32:22728}
729
730}
Junio C Hamano9d971152012-12-19 00:43:11731asciidoc.install();
Junio C Hamano7bd050f2011-09-22 06:32:22732/*]]>*/
733</script>
Junio C Hamanoe90436a2007-04-22 07:22:13734</head>
Junio C Hamano9d971152012-12-19 00:43:11735<body class="manpage">
Junio C Hamanoe90436a2007-04-22 07:22:13736<div id="header">
737<h1>
738gitattributes(5) Manual Page
739</h1>
740<h2>NAME</h2>
741<div class="sectionbody">
742<p>gitattributes -
Junio C Hamanoc9cb5172018-06-01 07:13:44743 Defining attributes per path
Junio C Hamanoe90436a2007-04-22 07:22:13744</p>
745</div>
746</div>
Junio C Hamano7bd050f2011-09-22 06:32:22747<div id="content">
Junio C Hamano9d971152012-12-19 00:43:11748<div class="sect1">
Junio C Hamanoeef01fe2010-12-13 08:31:58749<h2 id="_synopsis">SYNOPSIS</h2>
Junio C Hamanoe90436a2007-04-22 07:22:13750<div class="sectionbody">
Junio C Hamanoeef01fe2010-12-13 08:31:58751<div class="paragraph"><p>$GIT_DIR/info/attributes, .gitattributes</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:13752</div>
Junio C Hamano9d971152012-12-19 00:43:11753</div>
754<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31755<h2 id="_description">DESCRIPTION</h2>
Junio C Hamanoe90436a2007-04-22 07:22:13756<div class="sectionbody">
Junio C Hamanoc14e6ad2014-10-31 20:25:53757<div class="paragraph"><p>A <code>gitattributes</code> file is a simple text file that gives
758<code>attributes</code> to pathnames.</p></div>
759<div class="paragraph"><p>Each line in <code>gitattributes</code> file is of form:</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:13760<div class="literalblock">
761<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:53762<pre><code>pattern attr1 attr2 ...</code></pre>
Junio C Hamanoe90436a2007-04-22 07:22:13763</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58764<div class="paragraph"><p>That is, a pattern followed by an attributes list,
Junio C Hamanocbe0eb22017-02-27 23:37:49765separated by whitespaces. Leading and trailing whitespaces are
766ignored. Lines that begin with <em>#</em> are ignored. Patterns
767that begin with a double quote are quoted in C style.
768When the pattern matches the path in question, the attributes
769listed on the line are given to the path.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58770<div class="paragraph"><p>Each attribute can be in one of these states for a given path:</p></div>
771<div class="dlist"><dl>
772<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13773Set
774</dt>
775<dd>
776<p>
777 The path has the attribute with special value "true";
778 this is specified by listing only the name of the
779 attribute in the attribute list.
780</p>
781</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58782<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13783Unset
784</dt>
785<dd>
786<p>
787 The path has the attribute with special value "false";
788 this is specified by listing the name of the attribute
Junio C Hamanoc14e6ad2014-10-31 20:25:53789 prefixed with a dash <code>-</code> in the attribute list.
Junio C Hamanoe90436a2007-04-22 07:22:13790</p>
791</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58792<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13793Set to a value
794</dt>
795<dd>
796<p>
797 The path has the attribute with specified string value;
798 this is specified by listing the name of the attribute
Junio C Hamanoc14e6ad2014-10-31 20:25:53799 followed by an equal sign <code>=</code> and its value in the
Junio C Hamanoe90436a2007-04-22 07:22:13800 attribute list.
801</p>
802</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58803<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13804Unspecified
805</dt>
806<dd>
807<p>
Junio C Hamanod533bdb2009-02-25 09:56:58808 No pattern matches the path, and nothing says if
Junio C Hamano22572e72007-04-25 05:59:25809 the path has or does not have the attribute, the
810 attribute for the path is said to be Unspecified.
Junio C Hamanoe90436a2007-04-22 07:22:13811</p>
812</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31813</dl></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58814<div class="paragraph"><p>When more than one pattern matches the path, a later line
Junio C Hamano22572e72007-04-25 05:59:25815overrides an earlier line. This overriding is done per
Junio C Hamano81000162018-03-21 19:54:50816attribute.</p></div>
817<div class="paragraph"><p>The rules by which the pattern matches paths are the same as in
818<code>.gitignore</code> files (see <a href="gitignore.html">gitignore(5)</a>), with a few exceptions:</p></div>
819<div class="ulist"><ul>
820<li>
821<p>
822negative patterns are forbidden
823</p>
824</li>
825<li>
826<p>
827patterns that match a directory do not recursively match paths
828 inside that directory (so using the trailing-slash <code>path/</code> syntax is
829 pointless in an attributes file; use <code>path/**</code> instead)
830</p>
831</li>
832</ul></div>
Junio C Hamano076ffcc2013-02-06 05:13:21833<div class="paragraph"><p>When deciding what attributes are assigned to a path, Git
Junio C Hamanoc14e6ad2014-10-31 20:25:53834consults <code>$GIT_DIR/info/attributes</code> file (which has the highest
835precedence), <code>.gitattributes</code> file in the same directory as the
Junio C Hamanob4a9ede2009-04-08 07:36:32836path in question, and its parent directories up to the toplevel of the
Junio C Hamanoc14e6ad2014-10-31 20:25:53837work tree (the further the directory that contains <code>.gitattributes</code>
Junio C Hamano3b4609d2010-09-30 00:04:34838is from the path in question, the lower its precedence). Finally
839global and system-wide files are considered (they have the lowest
840precedence).</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:53841<div class="paragraph"><p>When the <code>.gitattributes</code> file is missing from the work tree, the
Junio C Hamano6631a092012-10-10 22:50:57842path in the index is used as a fall-back. During checkout process,
Junio C Hamanoc14e6ad2014-10-31 20:25:53843<code>.gitattributes</code> in the index is used and then the file in the
Junio C Hamano6631a092012-10-10 22:50:57844working tree is used as a fall-back.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58845<div class="paragraph"><p>If you wish to affect only a single repository (i.e., to assign
Junio C Hamano3b4609d2010-09-30 00:04:34846attributes to files that are particular to
Junio C Hamanoeef01fe2010-12-13 08:31:58847one user&#8217;s workflow for that repository), then
Junio C Hamanoc14e6ad2014-10-31 20:25:53848attributes should be placed in the <code>$GIT_DIR/info/attributes</code> file.
Junio C Hamano99dc24a2008-03-27 23:49:50849Attributes which should be version-controlled and distributed to other
850repositories (i.e., attributes of interest to all users) should go into
Junio C Hamanoc14e6ad2014-10-31 20:25:53851<code>.gitattributes</code> files. Attributes that should affect all repositories
Junio C Hamano3b4609d2010-09-30 00:04:34852for a single user should be placed in a file specified by the
Junio C Hamano322c6242015-03-23 21:32:46853<code>core.attributesFile</code> configuration option (see <a href="git-config.html">git-config(1)</a>).
Junio C Hamano8edb4c72012-07-09 20:33:55854Its default value is $XDG_CONFIG_HOME/git/attributes. If $XDG_CONFIG_HOME
855is either not set or empty, $HOME/.config/git/attributes is used instead.
Junio C Hamano3b4609d2010-09-30 00:04:34856Attributes for all users on a system should be placed in the
Junio C Hamanoc14e6ad2014-10-31 20:25:53857<code>$(prefix)/etc/gitattributes</code> file.</p></div>
Junio C Hamanocbe0eb22017-02-27 23:37:49858<div class="paragraph"><p>Sometimes you would need to override a setting of an attribute
Junio C Hamanoc14e6ad2014-10-31 20:25:53859for a path to <code>Unspecified</code> state. This can be done by listing
860the name of the attribute prefixed with an exclamation point <code>!</code>.</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:13861</div>
Junio C Hamano9d971152012-12-19 00:43:11862</div>
863<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:31864<h2 id="_effects">EFFECTS</h2>
Junio C Hamanoe90436a2007-04-22 07:22:13865<div class="sectionbody">
Junio C Hamano076ffcc2013-02-06 05:13:21866<div class="paragraph"><p>Certain operations by Git can be influenced by assigning
Junio C Hamano2a8f6dc2007-07-09 08:48:38867particular attributes to a path. Currently, the following
Junio C Hamanoba4b9282008-07-06 05:20:31868operations are attributes-aware.</p></div>
Junio C Hamano9d971152012-12-19 00:43:11869<div class="sect2">
870<h3 id="_checking_out_and_checking_in">Checking-out and checking-in</h3>
Junio C Hamanoeef01fe2010-12-13 08:31:58871<div class="paragraph"><p>These attributes affect how the contents stored in the
Junio C Hamanoe90436a2007-04-22 07:22:13872repository are copied to the working tree files when commands
Junio C Hamanoc9f11c22019-07-10 02:54:04873such as <em>git switch</em>, <em>git checkout</em> and <em>git merge</em> run.
874They also affect how
Junio C Hamano076ffcc2013-02-06 05:13:21875Git stores the contents you prepare in the working tree in the
Junio C Hamano1aa40d22010-01-21 17:46:43876repository upon <em>git add</em> and <em>git commit</em>.</p></div>
Junio C Hamano9d971152012-12-19 00:43:11877<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:53878<h4 id="_code_text_code"><code>text</code></h4>
Junio C Hamanoeef01fe2010-12-13 08:31:58879<div class="paragraph"><p>This attribute enables and controls end-of-line normalization. When a
Junio C Hamanobb88cf42010-06-21 15:23:55880text file is normalized, its line endings are converted to LF in the
881repository. To control what line ending style is used in the working
Junio C Hamanoc14e6ad2014-10-31 20:25:53882directory, use the <code>eol</code> attribute for a single file and the
Junio C Hamanoeed15af2016-07-25 22:49:42883<code>core.eol</code> configuration variable for all text files.
Junio C Hamano23168ef2019-02-07 07:20:47884Note that setting <code>core.autocrlf</code> to <code>true</code> or <code>input</code> overrides
885<code>core.eol</code> (see the definitions of those options in
886<a href="git-config.html">git-config(1)</a>).</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58887<div class="dlist"><dl>
888<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13889Set
890</dt>
891<dd>
892<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53893 Setting the <code>text</code> attribute on a path enables end-of-line
Junio C Hamanobb88cf42010-06-21 15:23:55894 normalization and marks the path as a text file. End-of-line
895 conversion takes place without guessing the content type.
Junio C Hamanoe90436a2007-04-22 07:22:13896</p>
897</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58898<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13899Unset
900</dt>
901<dd>
902<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53903 Unsetting the <code>text</code> attribute on a path tells Git not to
Junio C Hamanofcb740a2008-08-31 06:32:05904 attempt any end-of-line conversion upon checkin or checkout.
Junio C Hamanoe90436a2007-04-22 07:22:13905</p>
906</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58907<dt class="hdlist1">
Junio C Hamanobb88cf42010-06-21 15:23:55908Set to string value "auto"
909</dt>
910<dd>
911<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53912 When <code>text</code> is set to "auto", the path is marked for automatic
Junio C Hamanoeed15af2016-07-25 22:49:42913 end-of-line conversion. If Git decides that the content is
914 text, its line endings are converted to LF on checkin.
Junio C Hamano0f1d17c2016-08-12 19:42:26915 When the file has been committed with CRLF, no conversion is done.
Junio C Hamanobb88cf42010-06-21 15:23:55916</p>
917</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58918<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:13919Unspecified
920</dt>
921<dd>
922<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:53923 If the <code>text</code> attribute is unspecified, Git uses the
924 <code>core.autocrlf</code> configuration variable to determine if the
Junio C Hamanobb88cf42010-06-21 15:23:55925 file should be converted.
Junio C Hamanoe90436a2007-04-22 07:22:13926</p>
927</dd>
Junio C Hamanoba4b9282008-07-06 05:20:31928</dl></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:53929<div class="paragraph"><p>Any other value causes Git to act as if <code>text</code> has been left
Junio C Hamanobb88cf42010-06-21 15:23:55930unspecified.</p></div>
Junio C Hamano9d971152012-12-19 00:43:11931</div>
932<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:53933<h4 id="_code_eol_code"><code>eol</code></h4>
Junio C Hamanoeef01fe2010-12-13 08:31:58934<div class="paragraph"><p>This attribute sets a specific line-ending style to be used in the
Junio C Hamanoeed15af2016-07-25 22:49:42935working directory. It enables end-of-line conversion without any
Junio C Hamano8d57fa92017-09-19 05:01:08936content checks, effectively setting the <code>text</code> attribute. Note that
937setting this attribute on paths which are in the index with CRLF line
938endings may make the paths to be considered dirty. Adding the path to
939the index again will normalize the line endings in the index.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:58940<div class="dlist"><dl>
941<dt class="hdlist1">
Junio C Hamanobb88cf42010-06-21 15:23:55942Set to string value "crlf"
943</dt>
944<dd>
945<p>
Junio C Hamano076ffcc2013-02-06 05:13:21946 This setting forces Git to normalize line endings for this
Junio C Hamanobb88cf42010-06-21 15:23:55947 file on checkin and convert them to CRLF when the file is
948 checked out.
949</p>
950</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:58951<dt class="hdlist1">
Junio C Hamanobb88cf42010-06-21 15:23:55952Set to string value "lf"
953</dt>
954<dd>
955<p>
Junio C Hamano076ffcc2013-02-06 05:13:21956 This setting forces Git to normalize line endings to LF on
Junio C Hamanobb88cf42010-06-21 15:23:55957 checkin and prevents conversion to CRLF when the file is
958 checked out.
959</p>
960</dd>
961</dl></div>
Junio C Hamano9d971152012-12-19 00:43:11962</div>
963<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:53964<h4 id="_backwards_compatibility_with_code_crlf_code_attribute">Backwards compatibility with <code>crlf</code> attribute</h4>
965<div class="paragraph"><p>For backwards compatibility, the <code>crlf</code> attribute is interpreted as
Junio C Hamanobb88cf42010-06-21 15:23:55966follows:</p></div>
967<div class="listingblock">
968<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:53969<pre><code>crlf text
Junio C Hamanobb88cf42010-06-21 15:23:55970-crlf -text
Junio C Hamanoc14e6ad2014-10-31 20:25:53971crlf=input eol=lf</code></pre>
Junio C Hamanobb88cf42010-06-21 15:23:55972</div></div>
Junio C Hamano9d971152012-12-19 00:43:11973</div>
974<div class="sect3">
Junio C Hamanobb88cf42010-06-21 15:23:55975<h4 id="_end_of_line_conversion">End-of-line conversion</h4>
Junio C Hamano076ffcc2013-02-06 05:13:21976<div class="paragraph"><p>While Git normally leaves file contents alone, it can be configured to
Junio C Hamanobb88cf42010-06-21 15:23:55977normalize line endings to LF in the repository and, optionally, to
978convert them to CRLF when files are checked out.</p></div>
Junio C Hamanoe7808d72016-08-26 21:48:01979<div class="paragraph"><p>If you simply want to have CRLF line endings in your working directory
980regardless of the repository you are working with, you can set the
981config variable "core.autocrlf" without using any attributes.</p></div>
982<div class="listingblock">
983<div class="content">
984<pre><code>[core]
985 autocrlf = true</code></pre>
986</div></div>
987<div class="paragraph"><p>This does not force normalization of text files, but does ensure
988that text files that you introduce to the repository have their line
989endings normalized to LF when they are added, and that files that are
990already normalized in the repository stay normalized.</p></div>
991<div class="paragraph"><p>If you want to ensure that text files that any contributor introduces to
992the repository have their line endings normalized, you can set the
993<code>text</code> attribute to "auto" for <em>all</em> files.</p></div>
994<div class="listingblock">
995<div class="content">
996<pre><code>* text=auto</code></pre>
997</div></div>
998<div class="paragraph"><p>The attributes allow a fine-grained control, how the line endings
999are converted.
1000Here is an example that will make Git normalize .txt, .vcproj and .sh
Junio C Hamanobb88cf42010-06-21 15:23:551001files, ensure that .vcproj files have CRLF and .sh files have LF in
1002the working directory, and prevent .jpg files from being normalized
1003regardless of their content.</p></div>
1004<div class="listingblock">
1005<div class="content">
Junio C Hamanoeed15af2016-07-25 22:49:421006<pre><code>* text=auto
1007*.txt text
1008*.vcproj text eol=crlf
1009*.sh text eol=lf
Junio C Hamanoc14e6ad2014-10-31 20:25:531010*.jpg -text</code></pre>
Junio C Hamanobb88cf42010-06-21 15:23:551011</div></div>
Junio C Hamanobb88cf42010-06-21 15:23:551012<div class="admonitionblock">
1013<table><tr>
1014<td class="icon">
1015<div class="title">Note</div>
1016</td>
Junio C Hamanoe7808d72016-08-26 21:48:011017<td class="content">When <code>text=auto</code> conversion is enabled in a cross-platform
1018project using push and pull to a central repository the text files
1019containing CRLFs should be normalized.</td>
Junio C Hamanobb88cf42010-06-21 15:23:551020</tr></table>
1021</div>
Junio C Hamanoe7808d72016-08-26 21:48:011022<div class="paragraph"><p>From a clean working directory:</p></div>
Junio C Hamanobb88cf42010-06-21 15:23:551023<div class="listingblock">
1024<div class="content">
Junio C Hamanoe7808d72016-08-26 21:48:011025<pre><code>$ echo "* text=auto" &gt;.gitattributes
Junio C Hamano4886c772017-11-27 03:33:281026$ git add --renormalize .
Junio C Hamanobb88cf42010-06-21 15:23:551027$ git status # Show files that will be normalized
Junio C Hamanoc14e6ad2014-10-31 20:25:531028$ git commit -m "Introduce end-of-line normalization"</code></pre>
Junio C Hamanobb88cf42010-06-21 15:23:551029</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581030<div class="paragraph"><p>If any files that should not be normalized show up in <em>git status</em>,
Junio C Hamanoc14e6ad2014-10-31 20:25:531031unset their <code>text</code> attribute before running <em>git add -u</em>.</p></div>
Junio C Hamanobb88cf42010-06-21 15:23:551032<div class="listingblock">
1033<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531034<pre><code>manual.pdf -text</code></pre>
Junio C Hamanobb88cf42010-06-21 15:23:551035</div></div>
Junio C Hamano076ffcc2013-02-06 05:13:211036<div class="paragraph"><p>Conversely, text files that Git does not detect can have normalization
Junio C Hamanobb88cf42010-06-21 15:23:551037enabled manually.</p></div>
1038<div class="listingblock">
1039<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531040<pre><code>weirdchars.txt text</code></pre>
Junio C Hamanobb88cf42010-06-21 15:23:551041</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531042<div class="paragraph"><p>If <code>core.safecrlf</code> is set to "true" or "warn", Git verifies if
Junio C Hamano26e590a2008-02-17 03:53:511043the conversion is reversible for the current setting of
Junio C Hamanoc14e6ad2014-10-31 20:25:531044<code>core.autocrlf</code>. For "true", Git rejects irreversible
Junio C Hamano076ffcc2013-02-06 05:13:211045conversions; for "warn", Git only prints a warning but accepts
Junio C Hamano26e590a2008-02-17 03:53:511046an irreversible conversion. The safety triggers to prevent such
1047a conversion done to the files in the work tree, but there are a
Junio C Hamanoba4b9282008-07-06 05:20:311048few exceptions. Even though&#8230;</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581049<div class="ulist"><ul>
Junio C Hamano26e590a2008-02-17 03:53:511050<li>
1051<p>
Junio C Hamano1aa40d22010-01-21 17:46:431052<em>git add</em> itself does not touch the files in the work tree, the
Junio C Hamano26e590a2008-02-17 03:53:511053 next checkout would, so the safety triggers;
1054</p>
1055</li>
1056<li>
1057<p>
Junio C Hamano1aa40d22010-01-21 17:46:431058<em>git apply</em> to update a text file with a patch does touch the files
Junio C Hamano26e590a2008-02-17 03:53:511059 in the work tree, but the operation is about text files and CRLF
1060 conversion is about fixing the line ending inconsistencies, so the
1061 safety does not trigger;
1062</p>
1063</li>
1064<li>
1065<p>
Junio C Hamano1aa40d22010-01-21 17:46:431066<em>git diff</em> itself does not touch the files in the work tree, it is
1067 often run to inspect the changes you intend to next <em>git add</em>. To
Junio C Hamano26e590a2008-02-17 03:53:511068 catch potential problems early, safety triggers.
1069</p>
1070</li>
Junio C Hamanoba4b9282008-07-06 05:20:311071</ul></div>
Junio C Hamano9d971152012-12-19 00:43:111072</div>
1073<div class="sect3">
Junio C Hamanoccb82522018-05-08 07:52:091074<h4 id="_code_working_tree_encoding_code"><code>working-tree-encoding</code></h4>
1075<div class="paragraph"><p>Git recognizes files encoded in ASCII or one of its supersets (e.g.
1076UTF-8, ISO-8859-1, &#8230;) as text files. Files encoded in certain other
1077encodings (e.g. UTF-16) are interpreted as binary and consequently
1078built-in Git text processing tools (e.g. <em>git diff</em>) as well as most Git
1079web front ends do not visualize the contents of these files by default.</p></div>
1080<div class="paragraph"><p>In these cases you can tell Git the encoding of a file in the working
1081directory with the <code>working-tree-encoding</code> attribute. If a file with this
Junio C Hamano8ef91f32019-12-01 22:58:271082attribute is added to Git, then Git re-encodes the content from the
Junio C Hamanoccb82522018-05-08 07:52:091083specified encoding to UTF-8. Finally, Git stores the UTF-8 encoded
1084content in its internal data structure (called "the index"). On checkout
Junio C Hamano8ef91f32019-12-01 22:58:271085the content is re-encoded back to the specified encoding.</p></div>
Junio C Hamanoccb82522018-05-08 07:52:091086<div class="paragraph"><p>Please note that using the <code>working-tree-encoding</code> attribute may have a
1087number of pitfalls:</p></div>
1088<div class="ulist"><ul>
1089<li>
1090<p>
1091Alternative Git implementations (e.g. JGit or libgit2) and older Git
1092 versions (as of March 2018) do not support the <code>working-tree-encoding</code>
1093 attribute. If you decide to use the <code>working-tree-encoding</code> attribute
1094 in your repository, then it is strongly recommended to ensure that all
1095 clients working with the repository support it.
1096</p>
Junio C Hamano94d00a52018-10-30 07:34:401097<div class="paragraph"><p>For example, Microsoft Visual Studio resources files (<code>*.rc</code>) or
1098PowerShell script files (<code>*.ps1</code>) are sometimes encoded in UTF-16.
1099If you declare <code>*.ps1</code> as files as UTF-16 and you add <code>foo.ps1</code> with
1100a <code>working-tree-encoding</code> enabled Git client, then <code>foo.ps1</code> will be
1101stored as UTF-8 internally. A client without <code>working-tree-encoding</code>
1102support will checkout <code>foo.ps1</code> as UTF-8 encoded file. This will
1103typically cause trouble for the users of this file.</p></div>
Junio C Hamano6b7d2152019-04-16 12:51:151104<div class="paragraph"><p>If a Git client that does not support the <code>working-tree-encoding</code>
1105attribute adds a new file <code>bar.ps1</code>, then <code>bar.ps1</code> will be
Junio C Hamanoccb82522018-05-08 07:52:091106stored "as-is" internally (in this example probably as UTF-16).
Junio C Hamano94d00a52018-10-30 07:34:401107A client with <code>working-tree-encoding</code> support will interpret the
Junio C Hamanoccb82522018-05-08 07:52:091108internal contents as UTF-8 and try to convert it to UTF-16 on checkout.
Junio C Hamano94d00a52018-10-30 07:34:401109That operation will fail and cause an error.</p></div>
Junio C Hamanoccb82522018-05-08 07:52:091110</li>
1111<li>
1112<p>
1113Reencoding content to non-UTF encodings can cause errors as the
1114 conversion might not be UTF-8 round trip safe. If you suspect your
1115 encoding to not be round trip safe, then add it to
1116 <code>core.checkRoundtripEncoding</code> to make Git check the round trip
1117 encoding (see <a href="git-config.html">git-config(1)</a>). SHIFT-JIS (Japanese character
1118 set) is known to have round trip issues with UTF-8 and is checked by
1119 default.
1120</p>
1121</li>
1122<li>
1123<p>
1124Reencoding content requires resources that might slow down certain
1125 Git operations (e.g <em>git checkout</em> or <em>git add</em>).
1126</p>
1127</li>
1128</ul></div>
1129<div class="paragraph"><p>Use the <code>working-tree-encoding</code> attribute only if you cannot store a file
1130in UTF-8 encoding and if you want Git to be able to process the content
1131as text.</p></div>
1132<div class="paragraph"><p>As an example, use the following attributes if your <em>*.ps1</em> files are
1133UTF-16 encoded with byte order mark (BOM) and you want Git to perform
1134automatic line ending conversion based on your platform.</p></div>
1135<div class="listingblock">
1136<div class="content">
1137<pre><code>*.ps1 text working-tree-encoding=UTF-16</code></pre>
1138</div></div>
1139<div class="paragraph"><p>Use the following attributes if your <em>*.ps1</em> files are UTF-16 little
1140endian encoded without BOM and you want Git to use Windows line endings
Junio C Hamanodecc7312019-03-11 09:02:541141in the working directory (use <code>UTF-16LE-BOM</code> instead of <code>UTF-16LE</code> if
Junio C Hamano23168ef2019-02-07 07:20:471142you want UTF-16 little endian with BOM).
1143Please note, it is highly recommended to
Junio C Hamanoccb82522018-05-08 07:52:091144explicitly define the line endings with <code>eol</code> if the <code>working-tree-encoding</code>
1145attribute is used to avoid ambiguity.</p></div>
1146<div class="listingblock">
1147<div class="content">
1148<pre><code>*.ps1 text working-tree-encoding=UTF-16LE eol=CRLF</code></pre>
1149</div></div>
1150<div class="paragraph"><p>You can get a list of all available encodings on your platform with the
1151following command:</p></div>
1152<div class="listingblock">
1153<div class="content">
1154<pre><code>iconv --list</code></pre>
1155</div></div>
1156<div class="paragraph"><p>If you do not know the encoding of a file, then you can use the <code>file</code>
1157command to guess the encoding:</p></div>
1158<div class="listingblock">
1159<div class="content">
1160<pre><code>file foo.ps1</code></pre>
1161</div></div>
1162</div>
1163<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531164<h4 id="_code_ident_code"><code>ident</code></h4>
1165<div class="paragraph"><p>When the attribute <code>ident</code> is set for a path, Git replaces
1166<code>$Id$</code> in the blob object with <code>$Id:</code>, followed by the
Junio C Hamano469d60e2007-04-29 18:30:34116740-character hexadecimal blob object name, followed by a dollar
Junio C Hamanoc14e6ad2014-10-31 20:25:531168sign <code>$</code> upon checkout. Any byte sequence that begins with
1169<code>$Id:</code> and ends with <code>$</code> in the worktree file is replaced
1170with <code>$Id$</code> upon check-in.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111171</div>
1172<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531173<h4 id="_code_filter_code"><code>filter</code></h4>
1174<div class="paragraph"><p>A <code>filter</code> attribute can be set to a string value that names a
Junio C Hamanoba4b9282008-07-06 05:20:311175filter driver specified in the configuration.</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531176<div class="paragraph"><p>A filter driver consists of a <code>clean</code> command and a <code>smudge</code>
Junio C Hamano469d60e2007-04-29 18:30:341177command, either of which can be left unspecified. Upon
Junio C Hamanoc14e6ad2014-10-31 20:25:531178checkout, when the <code>smudge</code> command is specified, the command is
Junio C Hamano361c1332007-11-14 12:17:221179fed the blob object from its standard input, and its standard
1180output is used to update the worktree file. Similarly, the
Junio C Hamanoc14e6ad2014-10-31 20:25:531181<code>clean</code> command is used to convert the contents of worktree file
Junio C Hamanof2f28b12016-10-31 21:41:581182upon checkin. By default these commands process only a single
1183blob and terminate. If a long running <code>process</code> filter is used
1184in place of <code>clean</code> and/or <code>smudge</code> filters, then Git can process
1185all blobs with a single filter command invocation for the entire
1186life of a single Git command, for example <code>git add --all</code>. If a
1187long running <code>process</code> filter is configured then it always takes
1188precedence over a configured single blob filter. See section
1189below for the description of the protocol used to communicate with
1190a <code>process</code> filter.</p></div>
Junio C Hamano90a5b7b2012-02-28 23:40:311191<div class="paragraph"><p>One use of the content filtering is to massage the content into a shape
1192that is more convenient for the platform, filesystem, and the user to use.
1193For this mode of operation, the key phrase here is "more convenient" and
1194not "turning something unusable into usable". In other words, the intent
1195is that if someone unsets the filter driver definition, or does not have
1196the appropriate filter program, the project should still be usable.</p></div>
1197<div class="paragraph"><p>Another use of the content filtering is to store the content that cannot
1198be directly used in the repository (e.g. a UUID that refers to the true
Junio C Hamano076ffcc2013-02-06 05:13:211199content stored outside Git, or an encrypted content) and turn it into a
Junio C Hamano90a5b7b2012-02-28 23:40:311200usable form upon checkout (e.g. download the external content, or decrypt
1201the encrypted content).</p></div>
1202<div class="paragraph"><p>These two filters behave differently, and by default, a filter is taken as
1203the former, massaging the contents into more convenient shape. A missing
1204filter driver definition in the config, or a filter driver that exits with
1205a non-zero status, is not an error but makes the filter a no-op passthru.</p></div>
1206<div class="paragraph"><p>You can declare that a filter turns a content that by itself is unusable
1207into a usable content by setting the filter.&lt;driver&gt;.required configuration
Junio C Hamanoc14e6ad2014-10-31 20:25:531208variable to <code>true</code>.</p></div>
Junio C Hamano4886c772017-11-27 03:33:281209<div class="paragraph"><p>Note: Whenever the clean filter is changed, the repo should be renormalized:
1210$ git add --renormalize .</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531211<div class="paragraph"><p>For example, in .gitattributes, you would assign the <code>filter</code>
Junio C Hamano6a548ef2009-12-17 00:16:201212attribute for paths.</p></div>
1213<div class="listingblock">
1214<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531215<pre><code>*.c filter=indent</code></pre>
Junio C Hamano6a548ef2009-12-17 00:16:201216</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581217<div class="paragraph"><p>Then you would define a "filter.indent.clean" and "filter.indent.smudge"
Junio C Hamano6a548ef2009-12-17 00:16:201218configuration in your .git/config to specify a pair of commands to
1219modify the contents of C programs when the source files are checked
1220in ("clean" is run) and checked out (no change is made because the
1221command is "cat").</p></div>
1222<div class="listingblock">
1223<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531224<pre><code>[filter "indent"]
Junio C Hamano6a548ef2009-12-17 00:16:201225 clean = indent
Junio C Hamanoc14e6ad2014-10-31 20:25:531226 smudge = cat</code></pre>
Junio C Hamano6a548ef2009-12-17 00:16:201227</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531228<div class="paragraph"><p>For best results, <code>clean</code> should not alter its output further if it is
Junio C Hamanoeef01fe2010-12-13 08:31:581229run twice ("clean&#8594;clean" should be equivalent to "clean"), and
Junio C Hamanoc14e6ad2014-10-31 20:25:531230multiple <code>smudge</code> commands should not alter <code>clean</code>'s output
Junio C Hamanoeef01fe2010-12-13 08:31:581231("smudge&#8594;smudge&#8594;clean" should be equivalent to "clean"). See the
Junio C Hamano2db3e752010-09-03 21:33:061232section on merging below.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581233<div class="paragraph"><p>The "indent" filter is well-behaved in this regard: it will not modify
Junio C Hamano2db3e752010-09-03 21:33:061234input that is already correctly indented. In this case, the lack of a
Junio C Hamanoeef01fe2010-12-13 08:31:581235smudge filter means that the clean filter <em>must</em> accept its own output
Junio C Hamano2db3e752010-09-03 21:33:061236without modifying it.</p></div>
Junio C Hamano90a5b7b2012-02-28 23:40:311237<div class="paragraph"><p>If a filter <em>must</em> succeed in order to make the stored contents usable,
Junio C Hamanoc14e6ad2014-10-31 20:25:531238you can declare that the filter is <code>required</code>, in the configuration:</p></div>
Junio C Hamano90a5b7b2012-02-28 23:40:311239<div class="listingblock">
1240<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531241<pre><code>[filter "crypt"]
Junio C Hamano90a5b7b2012-02-28 23:40:311242 clean = openssl enc ...
1243 smudge = openssl enc -d ...
Junio C Hamanoc14e6ad2014-10-31 20:25:531244 required</code></pre>
Junio C Hamano90a5b7b2012-02-28 23:40:311245</div></div>
Junio C Hamanoe0552e42011-01-06 00:34:471246<div class="paragraph"><p>Sequence "%f" on the filter command line is replaced with the name of
1247the file the filter is working on. A filter might use this in keyword
1248substitution. For example:</p></div>
1249<div class="listingblock">
1250<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531251<pre><code>[filter "p4"]
Junio C Hamanoe0552e42011-01-06 00:34:471252 clean = git-p4-filter --clean %f
Junio C Hamanoc14e6ad2014-10-31 20:25:531253 smudge = git-p4-filter --smudge %f</code></pre>
Junio C Hamanoe0552e42011-01-06 00:34:471254</div></div>
Junio C Hamanoe548d1b2016-08-08 22:26:491255<div class="paragraph"><p>Note that "%f" is the name of the path that is being worked on. Depending
1256on the version that is being filtered, the corresponding file on disk may
1257not exist, or may have different contents. So, smudge and clean commands
1258should not try to access the file on disk, but only act as filters on the
1259content provided to them on standard input.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111260</div>
1261<div class="sect3">
Junio C Hamanof2f28b12016-10-31 21:41:581262<h4 id="_long_running_filter_process">Long Running Filter Process</h4>
1263<div class="paragraph"><p>If the filter command (a string value) is defined via
1264<code>filter.&lt;driver&gt;.process</code> then Git can process all blobs with a
1265single filter invocation for the entire life of a single Git
Junio C Hamano640779d2018-02-14 01:29:141266command. This is achieved by using the long-running process protocol
1267(described in technical/long-running-process-protocol.txt).</p></div>
1268<div class="paragraph"><p>When Git encounters the first file that needs to be cleaned or smudged,
1269it starts the filter and performs the handshake. In the handshake, the
1270welcome message sent by Git is "git-filter-client", only version 2 is
Junio C Hamano8ef91f32019-12-01 22:58:271271supported, and the supported capabilities are "clean", "smudge", and
Junio C Hamano640779d2018-02-14 01:29:141272"delay".</p></div>
Junio C Hamanof2f28b12016-10-31 21:41:581273<div class="paragraph"><p>Afterwards Git sends a list of "key=value" pairs terminated with
1274a flush packet. The list will contain at least the filter command
1275(based on the supported capabilities) and the pathname of the file
1276to filter relative to the repository root. Right after the flush packet
1277Git sends the content split in zero or more pkt-line packets and a
1278flush packet to terminate content. Please note, that the filter
1279must not send any response before it received the content and the
Junio C Hamano9e35abf2016-12-27 22:37:271280final flush packet. Also note that the "value" of a "key=value" pair
1281can contain the "=" character whereas the key would never contain
1282that character.</p></div>
Junio C Hamanof2f28b12016-10-31 21:41:581283<div class="listingblock">
1284<div class="content">
1285<pre><code>packet: git&gt; command=smudge
1286packet: git&gt; pathname=path/testfile.dat
1287packet: git&gt; 0000
1288packet: git&gt; CONTENT
1289packet: git&gt; 0000</code></pre>
1290</div></div>
1291<div class="paragraph"><p>The filter is expected to respond with a list of "key=value" pairs
1292terminated with a flush packet. If the filter does not experience
1293problems then the list must contain a "success" status. Right after
1294these packets the filter is expected to send the content in zero
1295or more pkt-line packets and a flush packet at the end. Finally, a
1296second list of "key=value" pairs terminated with a flush packet
1297is expected. The filter can change the status in the second list
1298or keep the status as is with an empty list. Please note that the
1299empty list must be terminated with a flush packet regardless.</p></div>
1300<div class="listingblock">
1301<div class="content">
1302<pre><code>packet: git&lt; status=success
1303packet: git&lt; 0000
1304packet: git&lt; SMUDGED_CONTENT
1305packet: git&lt; 0000
1306packet: git&lt; 0000 # empty list, keep "status=success" unchanged!</code></pre>
1307</div></div>
1308<div class="paragraph"><p>If the result content is empty then the filter is expected to respond
1309with a "success" status and a flush packet to signal the empty content.</p></div>
1310<div class="listingblock">
1311<div class="content">
1312<pre><code>packet: git&lt; status=success
1313packet: git&lt; 0000
1314packet: git&lt; 0000 # empty content!
1315packet: git&lt; 0000 # empty list, keep "status=success" unchanged!</code></pre>
1316</div></div>
1317<div class="paragraph"><p>In case the filter cannot or does not want to process the content,
1318it is expected to respond with an "error" status.</p></div>
1319<div class="listingblock">
1320<div class="content">
1321<pre><code>packet: git&lt; status=error
1322packet: git&lt; 0000</code></pre>
1323</div></div>
1324<div class="paragraph"><p>If the filter experiences an error during processing, then it can
1325send the status "error" after the content was (partially or
1326completely) sent.</p></div>
1327<div class="listingblock">
1328<div class="content">
1329<pre><code>packet: git&lt; status=success
1330packet: git&lt; 0000
1331packet: git&lt; HALF_WRITTEN_ERRONEOUS_CONTENT
1332packet: git&lt; 0000
1333packet: git&lt; status=error
1334packet: git&lt; 0000</code></pre>
1335</div></div>
1336<div class="paragraph"><p>In case the filter cannot or does not want to process the content
1337as well as any future content for the lifetime of the Git process,
1338then it is expected to respond with an "abort" status at any point
1339in the protocol.</p></div>
1340<div class="listingblock">
1341<div class="content">
1342<pre><code>packet: git&lt; status=abort
1343packet: git&lt; 0000</code></pre>
1344</div></div>
1345<div class="paragraph"><p>Git neither stops nor restarts the filter process in case the
1346"error"/"abort" status is set. However, Git sets its exit code
1347according to the <code>filter.&lt;driver&gt;.required</code> flag, mimicking the
1348behavior of the <code>filter.&lt;driver&gt;.clean</code> / <code>filter.&lt;driver&gt;.smudge</code>
1349mechanism.</p></div>
1350<div class="paragraph"><p>If the filter dies during the communication or does not adhere to
1351the protocol then Git will stop the filter process and restart it
1352with the next file that needs to be processed. Depending on the
1353<code>filter.&lt;driver&gt;.required</code> flag Git will interpret that as error.</p></div>
Junio C Hamano4b2a6c12017-08-22 18:32:371354</div>
1355<div class="sect3">
1356<h4 id="_delay">Delay</h4>
1357<div class="paragraph"><p>If the filter supports the "delay" capability, then Git can send the
1358flag "can-delay" after the filter command and pathname. This flag
1359denotes that the filter can delay filtering the current blob (e.g. to
1360compensate network latencies) by responding with no content but with
1361the status "delayed" and a flush packet.</p></div>
1362<div class="listingblock">
1363<div class="content">
1364<pre><code>packet: git&gt; command=smudge
1365packet: git&gt; pathname=path/testfile.dat
1366packet: git&gt; can-delay=1
1367packet: git&gt; 0000
1368packet: git&gt; CONTENT
1369packet: git&gt; 0000
1370packet: git&lt; status=delayed
1371packet: git&lt; 0000</code></pre>
1372</div></div>
1373<div class="paragraph"><p>If the filter supports the "delay" capability then it must support the
1374"list_available_blobs" command. If Git sends this command, then the
1375filter is expected to return a list of pathnames representing blobs
1376that have been delayed earlier and are now available.
1377The list must be terminated with a flush packet followed
1378by a "success" status that is also terminated with a flush packet. If
1379no blobs for the delayed paths are available, yet, then the filter is
1380expected to block the response until at least one blob becomes
1381available. The filter can tell Git that it has no more delayed blobs
1382by sending an empty list. As soon as the filter responds with an empty
1383list, Git stops asking. All blobs that Git has not received at this
1384point are considered missing and will result in an error.</p></div>
1385<div class="listingblock">
1386<div class="content">
1387<pre><code>packet: git&gt; command=list_available_blobs
1388packet: git&gt; 0000
1389packet: git&lt; pathname=path/testfile.dat
1390packet: git&lt; pathname=path/otherfile.dat
1391packet: git&lt; 0000
1392packet: git&lt; status=success
1393packet: git&lt; 0000</code></pre>
1394</div></div>
1395<div class="paragraph"><p>After Git received the pathnames, it will request the corresponding
1396blobs again. These requests contain a pathname and an empty content
1397section. The filter is expected to respond with the smudged content
1398in the usual way as explained above.</p></div>
1399<div class="listingblock">
1400<div class="content">
1401<pre><code>packet: git&gt; command=smudge
1402packet: git&gt; pathname=path/testfile.dat
1403packet: git&gt; 0000
1404packet: git&gt; 0000 # empty content!
1405packet: git&lt; status=success
1406packet: git&lt; 0000
1407packet: git&lt; SMUDGED_CONTENT
1408packet: git&lt; 0000
1409packet: git&lt; 0000 # empty list, keep "status=success" unchanged!</code></pre>
1410</div></div>
1411</div>
1412<div class="sect3">
1413<h4 id="_example">Example</h4>
Junio C Hamanof2f28b12016-10-31 21:41:581414<div class="paragraph"><p>A long running filter demo implementation can be found in
1415<code>contrib/long-running-filter/example.pl</code> located in the Git
1416core repository. If you develop your own long running filter
1417process then the <code>GIT_TRACE_PACKET</code> environment variables can be
1418very helpful for debugging (see <a href="git.html">git(1)</a>).</p></div>
1419<div class="paragraph"><p>Please note that you cannot use an existing <code>filter.&lt;driver&gt;.clean</code>
1420or <code>filter.&lt;driver&gt;.smudge</code> command with <code>filter.&lt;driver&gt;.process</code>
1421because the former two use a different inter process communication
1422protocol than the latter one.</p></div>
1423</div>
1424<div class="sect3">
Junio C Hamanoba4b9282008-07-06 05:20:311425<h4 id="_interaction_between_checkin_checkout_attributes">Interaction between checkin/checkout attributes</h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581426<div class="paragraph"><p>In the check-in codepath, the worktree file is first converted
Junio C Hamanoc14e6ad2014-10-31 20:25:531427with <code>filter</code> driver (if specified and corresponding driver
1428defined), then the result is processed with <code>ident</code> (if
1429specified), and then finally with <code>text</code> (again, if specified
Junio C Hamanoba4b9282008-07-06 05:20:311430and applicable).</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581431<div class="paragraph"><p>In the check-out codepath, the blob content is first converted
Junio C Hamanoc14e6ad2014-10-31 20:25:531432with <code>text</code>, and then <code>ident</code> and fed to <code>filter</code>.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111433</div>
1434<div class="sect3">
Junio C Hamano2db3e752010-09-03 21:33:061435<h4 id="_merging_branches_with_differing_checkin_checkout_attributes">Merging branches with differing checkin/checkout attributes</h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581436<div class="paragraph"><p>If you have added attributes to a file that cause the canonical
Junio C Hamano2db3e752010-09-03 21:33:061437repository format for that file to change, such as adding a
1438clean/smudge filter or text/eol/ident attributes, merging anything
1439where the attribute is not in place would normally cause merge
1440conflicts.</p></div>
Junio C Hamano076ffcc2013-02-06 05:13:211441<div class="paragraph"><p>To prevent these unnecessary merge conflicts, Git can be told to run a
Junio C Hamano2db3e752010-09-03 21:33:061442virtual check-out and check-in of all three stages of a file when
Junio C Hamanoc14e6ad2014-10-31 20:25:531443resolving a three-way merge by setting the <code>merge.renormalize</code>
Junio C Hamano2db3e752010-09-03 21:33:061444configuration variable. This prevents changes caused by check-in
1445conversion from causing spurious merge conflicts when a converted file
1446is merged with an unconverted file.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581447<div class="paragraph"><p>As long as a "smudge&#8594;clean" results in the same output as a "clean"
Junio C Hamano2db3e752010-09-03 21:33:061448even on files that are already smudged, this strategy will
1449automatically resolve all filter-related conflicts. Filters that do
1450not act in this way may cause additional merge conflicts that must be
1451resolved manually.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111452</div>
1453</div>
1454<div class="sect2">
1455<h3 id="_generating_diff_text">Generating diff text</h3>
1456<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531457<h4 id="_code_diff_code"><code>diff</code></h4>
1458<div class="paragraph"><p>The attribute <code>diff</code> affects how Git generates diffs for particular
Junio C Hamano076ffcc2013-02-06 05:13:211459files. It can tell Git whether to generate a textual patch for the path
Junio C Hamano28363492008-11-14 08:26:311460or to treat the path as a binary file. It can also affect what line is
Junio C Hamanoc14e6ad2014-10-31 20:25:531461shown on the hunk header <code>@@ -k,l +n,m @@</code> line, tell Git to use an
Junio C Hamano076ffcc2013-02-06 05:13:211462external command to generate the diff, or ask Git to convert binary
Junio C Hamano28363492008-11-14 08:26:311463files to a text format before generating the diff.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581464<div class="dlist"><dl>
1465<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131466Set
1467</dt>
1468<dd>
1469<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531470 A path to which the <code>diff</code> attribute is set is treated
Junio C Hamanoe90436a2007-04-22 07:22:131471 as text, even when they contain byte values that
1472 normally never appear in text files, such as NUL.
1473</p>
1474</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581475<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131476Unset
1477</dt>
1478<dd>
1479<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531480 A path to which the <code>diff</code> attribute is unset will
1481 generate <code>Binary files differ</code> (or a binary patch, if
Junio C Hamano28363492008-11-14 08:26:311482 binary patches are enabled).
Junio C Hamanoe90436a2007-04-22 07:22:131483</p>
1484</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581485<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131486Unspecified
1487</dt>
1488<dd>
1489<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531490 A path to which the <code>diff</code> attribute is unspecified
Junio C Hamanoe90436a2007-04-22 07:22:131491 first gets its contents inspected, and if it looks like
Junio C Hamano8e61f1f2014-09-11 21:53:451492 text and is smaller than core.bigFileThreshold, it is treated
Junio C Hamanoc14e6ad2014-10-31 20:25:531493 as text. Otherwise it would generate <code>Binary files differ</code>.
Junio C Hamanoe90436a2007-04-22 07:22:131494</p>
1495</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581496<dt class="hdlist1">
Junio C Hamano9db95ca2007-04-23 07:27:051497String
1498</dt>
1499<dd>
1500<p>
Junio C Hamano28363492008-11-14 08:26:311501 Diff is shown using the specified diff driver. Each driver may
1502 specify one or more options, as described in the following
1503 section. The options for the diff driver "foo" are defined
1504 by the configuration variables in the "diff.foo" section of the
Junio C Hamano076ffcc2013-02-06 05:13:211505 Git config file.
Junio C Hamano9db95ca2007-04-23 07:27:051506</p>
1507</dd>
Junio C Hamanoba4b9282008-07-06 05:20:311508</dl></div>
Junio C Hamano9d971152012-12-19 00:43:111509</div>
1510<div class="sect3">
Junio C Hamano28363492008-11-14 08:26:311511<h4 id="_defining_an_external_diff_driver">Defining an external diff driver</h4>
Junio C Hamanoc14e6ad2014-10-31 20:25:531512<div class="paragraph"><p>The definition of a diff driver is done in <code>gitconfig</code>, not
1513<code>gitattributes</code> file, so strictly speaking this manual page is a
Junio C Hamanoba4b9282008-07-06 05:20:311514wrong place to talk about it. However&#8230;</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531515<div class="paragraph"><p>To define an external diff driver <code>jcdiff</code>, add a section to your
1516<code>$GIT_DIR/config</code> file (or <code>$HOME/.gitconfig</code> file) like this:</p></div>
Junio C Hamano9db95ca2007-04-23 07:27:051517<div class="listingblock">
1518<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531519<pre><code>[diff "jcdiff"]
1520 command = j-c-diff</code></pre>
Junio C Hamano9db95ca2007-04-23 07:27:051521</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531522<div class="paragraph"><p>When Git needs to show you a diff for the path with <code>diff</code>
1523attribute set to <code>jcdiff</code>, it calls the command you specified
1524with the above configuration, i.e. <code>j-c-diff</code>, with 7
1525parameters, just like <code>GIT_EXTERNAL_DIFF</code> program is called.
Junio C Hamanoa28a9202012-06-21 07:08:231526See <a href="git.html">git(1)</a> for details.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111527</div>
1528<div class="sect3">
Junio C Hamanoba4b9282008-07-06 05:20:311529<h4 id="_defining_a_custom_hunk_header">Defining a custom hunk-header</h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581530<div class="paragraph"><p>Each group of changes (called a "hunk") in the textual diff output
Junio C Hamanoba4b9282008-07-06 05:20:311531is prefixed with a line of the form:</p></div>
Junio C Hamano2a8f6dc2007-07-09 08:48:381532<div class="literalblock">
1533<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531534<pre><code>@@ -k,l +n,m @@ TEXT</code></pre>
Junio C Hamano2a8f6dc2007-07-09 08:48:381535</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581536<div class="paragraph"><p>This is called a <em>hunk header</em>. The "TEXT" portion is by default a line
Junio C Hamano5e4d8de2008-09-19 06:27:021537that begins with an alphabet, an underscore or a dollar sign; this
1538matches what GNU <em>diff -p</em> output uses. This default selection however
1539is not suited for some contents, and you can use a customized pattern
1540to make a selection.</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531541<div class="paragraph"><p>First, in .gitattributes, you would assign the <code>diff</code> attribute
Junio C Hamanoba4b9282008-07-06 05:20:311542for paths.</p></div>
Junio C Hamano2a8f6dc2007-07-09 08:48:381543<div class="listingblock">
1544<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531545<pre><code>*.tex diff=tex</code></pre>
Junio C Hamano2a8f6dc2007-07-09 08:48:381546</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581547<div class="paragraph"><p>Then, you would define a "diff.tex.xfuncname" configuration to
Junio C Hamano2a8f6dc2007-07-09 08:48:381548specify a regular expression that matches a line that you would
Junio C Hamano3bd66e92009-04-18 06:17:561549want to appear as the hunk header "TEXT". Add a section to your
Junio C Hamanoc14e6ad2014-10-31 20:25:531550<code>$GIT_DIR/config</code> file (or <code>$HOME/.gitconfig</code> file) like this:</p></div>
Junio C Hamano2a8f6dc2007-07-09 08:48:381551<div class="listingblock">
1552<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531553<pre><code>[diff "tex"]
1554 xfuncname = "^(\\\\(sub)*section\\{.*)$"</code></pre>
Junio C Hamano2a8f6dc2007-07-09 08:48:381555</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581556<div class="paragraph"><p>Note. A single level of backslashes are eaten by the
Junio C Hamano2a8f6dc2007-07-09 08:48:381557configuration file parser, so you would need to double the
1558backslashes; the pattern above picks a line that begins with a
Junio C Hamanoc14e6ad2014-10-31 20:25:531559backslash, and zero or more occurrences of <code>sub</code> followed by
1560<code>section</code> followed by open brace, to the end of line.</p></div>
1561<div class="paragraph"><p>There are a few built-in patterns to make this easier, and <code>tex</code>
Junio C Hamano2a8f6dc2007-07-09 08:48:381562is one of them, so you do not have to write the above in your
1563configuration file (you still need to enable this with the
Junio C Hamanoc14e6ad2014-10-31 20:25:531564attribute mechanism, via <code>.gitattributes</code>). The following built in
Junio C Hamanoa76cb0d2008-08-13 20:04:101565patterns are available:</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581566<div class="ulist"><ul>
Junio C Hamanoa76cb0d2008-08-13 20:04:101567<li>
1568<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531569<code>ada</code> suitable for source code in the Ada language.
Junio C Hamano4f07aec2012-09-25 19:08:441570</p>
1571</li>
1572<li>
1573<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531574<code>bibtex</code> suitable for files with BibTeX coded references.
Junio C Hamanoa76cb0d2008-08-13 20:04:101575</p>
1576</li>
1577<li>
1578<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531579<code>cpp</code> suitable for source code in the C and C++ languages.
Junio C Hamano20d47e32009-01-26 06:36:021580</p>
1581</li>
1582<li>
1583<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531584<code>csharp</code> suitable for source code in the C# language.
Junio C Hamano53ba6d02010-08-22 07:25:121585</p>
1586</li>
1587<li>
1588<p>
Junio C Hamanofedb1b42016-06-20 21:23:401589<code>css</code> suitable for cascading style sheets.
1590</p>
1591</li>
1592<li>
1593<p>
Junio C Hamanocb705392019-09-18 19:30:011594<code>dts</code> suitable for devicetree (DTS) files.
1595</p>
1596</li>
1597<li>
1598<p>
Junio C Hamano8ef91f32019-12-01 22:58:271599<code>elixir</code> suitable for source code in the Elixir language.
1600</p>
1601</li>
1602<li>
1603<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531604<code>fortran</code> suitable for source code in the Fortran language.
Junio C Hamano3b4609d2010-09-30 00:04:341605</p>
1606</li>
1607<li>
1608<p>
Junio C Hamanod7ed4042015-08-03 19:43:001609<code>fountain</code> suitable for Fountain documents.
1610</p>
1611</li>
1612<li>
1613<p>
Junio C Hamanoa25ccc42018-03-08 21:36:141614<code>golang</code> suitable for source code in the Go language.
1615</p>
1616</li>
1617<li>
1618<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531619<code>html</code> suitable for HTML/XHTML documents.
Junio C Hamanof24b8062008-09-09 01:34:391620</p>
1621</li>
1622<li>
1623<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531624<code>java</code> suitable for source code in the Java language.
Junio C Hamanoa76cb0d2008-08-13 20:04:101625</p>
1626</li>
1627<li>
1628<p>
Junio C Hamano73c64862019-06-18 03:24:201629<code>matlab</code> suitable for source code in the MATLAB and Octave languages.
Junio C Hamano92887a32011-12-07 00:26:291630</p>
1631</li>
1632<li>
1633<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531634<code>objc</code> suitable for source code in the Objective-C language.
Junio C Hamanoa476efa2008-10-10 15:31:421635</p>
1636</li>
1637<li>
1638<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531639<code>pascal</code> suitable for source code in the Pascal/Delphi language.
Junio C Hamanoa76cb0d2008-08-13 20:04:101640</p>
1641</li>
1642<li>
1643<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531644<code>perl</code> suitable for source code in the Perl language.
Junio C Hamano9b6fafe2011-01-14 00:43:221645</p>
1646</li>
1647<li>
1648<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531649<code>php</code> suitable for source code in the PHP language.
Junio C Hamanof24b8062008-09-09 01:34:391650</p>
1651</li>
1652<li>
1653<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531654<code>python</code> suitable for source code in the Python language.
Junio C Hamano3f2f6e52008-08-21 10:34:221655</p>
1656</li>
1657<li>
1658<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531659<code>ruby</code> suitable for source code in the Ruby language.
Junio C Hamanoa76cb0d2008-08-13 20:04:101660</p>
1661</li>
1662<li>
1663<p>
Junio C Hamanod0a99402019-06-21 18:58:411664<code>rust</code> suitable for source code in the Rust language.
1665</p>
1666</li>
1667<li>
1668<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531669<code>tex</code> suitable for source code for LaTeX documents.
Junio C Hamanoa76cb0d2008-08-13 20:04:101670</p>
1671</li>
1672</ul></div>
Junio C Hamano9d971152012-12-19 00:43:111673</div>
1674<div class="sect3">
Junio C Hamano20d47e32009-01-26 06:36:021675<h4 id="_customizing_word_diff">Customizing word diff</h4>
Junio C Hamanoc14e6ad2014-10-31 20:25:531676<div class="paragraph"><p>You can customize the rules that <code>git diff --word-diff</code> uses to
Junio C Hamano20d47e32009-01-26 06:36:021677split words in a line, by specifying an appropriate regular expression
1678in the "diff.*.wordRegex" configuration variable. For example, in TeX
1679a backslash followed by a sequence of letters forms a command, but
1680several such commands can be run together without intervening
Junio C Hamano3bd66e92009-04-18 06:17:561681whitespace. To separate them, use a regular expression in your
Junio C Hamanoc14e6ad2014-10-31 20:25:531682<code>$GIT_DIR/config</code> file (or <code>$HOME/.gitconfig</code> file) like this:</p></div>
Junio C Hamano20d47e32009-01-26 06:36:021683<div class="listingblock">
1684<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531685<pre><code>[diff "tex"]
1686 wordRegex = "\\\\[a-zA-Z]+|[{}]|\\\\.|[^\\{}[:space:]]+"</code></pre>
Junio C Hamano20d47e32009-01-26 06:36:021687</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581688<div class="paragraph"><p>A built-in pattern is provided for all languages listed in the
Junio C Hamano20d47e32009-01-26 06:36:021689previous section.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111690</div>
1691<div class="sect3">
Junio C Hamano28363492008-11-14 08:26:311692<h4 id="_performing_text_diffs_of_binary_files">Performing text diffs of binary files</h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581693<div class="paragraph"><p>Sometimes it is desirable to see the diff of a text-converted
Junio C Hamano28363492008-11-14 08:26:311694version of some binary files. For example, a word processor
1695document can be converted to an ASCII text representation, and
1696the diff of the text shown. Even though this conversion loses
1697some information, the resulting diff is useful for human
1698viewing (but cannot be applied directly).</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531699<div class="paragraph"><p>The <code>textconv</code> config option is used to define a program for
Junio C Hamano28363492008-11-14 08:26:311700performing such a conversion. The program should take a single
1701argument, the name of a file to convert, and produce the
1702resulting text on stdout.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581703<div class="paragraph"><p>For example, to show the diff of the exif information of a
Junio C Hamano28363492008-11-14 08:26:311704file instead of the binary information (assuming you have the
Junio C Hamano3bd66e92009-04-18 06:17:561705exif tool installed), add the following section to your
Junio C Hamanoc14e6ad2014-10-31 20:25:531706<code>$GIT_DIR/config</code> file (or <code>$HOME/.gitconfig</code> file):</p></div>
Junio C Hamano28363492008-11-14 08:26:311707<div class="listingblock">
1708<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531709<pre><code>[diff "jpg"]
1710 textconv = exif</code></pre>
Junio C Hamano28363492008-11-14 08:26:311711</div></div>
1712<div class="admonitionblock">
1713<table><tr>
1714<td class="icon">
1715<div class="title">Note</div>
1716</td>
1717<td class="content">The text conversion is generally a one-way conversion;
1718in this example, we lose the actual image contents and focus
1719just on the text data. This means that diffs generated by
Junio C Hamanoeef01fe2010-12-13 08:31:581720textconv are <em>not</em> suitable for applying. For this reason,
Junio C Hamanoc14e6ad2014-10-31 20:25:531721only <code>git diff</code> and the <code>git log</code> family of commands (i.e.,
1722log, whatchanged, show) will perform text conversion. <code>git
1723format-patch</code> will never generate this output. If you want to
Junio C Hamano28363492008-11-14 08:26:311724send somebody a text-converted diff of a binary file (e.g.,
1725because it quickly conveys the changes you have made), you
Junio C Hamanoeef01fe2010-12-13 08:31:581726should generate it separately and send it as a comment <em>in
1727addition to</em> the usual binary diff that you might send.</td>
Junio C Hamano28363492008-11-14 08:26:311728</tr></table>
1729</div>
Junio C Hamanoeef01fe2010-12-13 08:31:581730<div class="paragraph"><p>Because text conversion can be slow, especially when doing a
Junio C Hamanoc14e6ad2014-10-31 20:25:531731large number of them with <code>git log -p</code>, Git provides a mechanism
Junio C Hamanocb39aea2010-05-09 07:24:481732to cache the output and use it in future diffs. To enable
Junio C Hamanoeef01fe2010-12-13 08:31:581733caching, set the "cachetextconv" variable in your diff driver&#8217;s
Junio C Hamanocb39aea2010-05-09 07:24:481734config. For example:</p></div>
1735<div class="listingblock">
1736<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531737<pre><code>[diff "jpg"]
Junio C Hamanocb39aea2010-05-09 07:24:481738 textconv = exif
Junio C Hamanoc14e6ad2014-10-31 20:25:531739 cachetextconv = true</code></pre>
Junio C Hamanocb39aea2010-05-09 07:24:481740</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581741<div class="paragraph"><p>This will cache the result of running "exif" on each blob
Junio C Hamanocb39aea2010-05-09 07:24:481742indefinitely. If you change the textconv config variable for a
Junio C Hamano076ffcc2013-02-06 05:13:211743diff driver, Git will automatically invalidate the cache entries
Junio C Hamanocb39aea2010-05-09 07:24:481744and re-run the textconv filter. If you want to invalidate the
1745cache manually (e.g., because your version of "exif" was updated
1746and now produces better output), you can remove the cache
Junio C Hamanoc14e6ad2014-10-31 20:25:531747manually with <code>git update-ref -d refs/notes/textconv/jpg</code> (where
Junio C Hamanocb39aea2010-05-09 07:24:481748"jpg" is the name of the diff driver, as in the example above).</p></div>
Junio C Hamano9d971152012-12-19 00:43:111749</div>
1750<div class="sect3">
Junio C Hamanof93530e2011-05-25 23:59:591751<h4 id="_choosing_textconv_versus_external_diff">Choosing textconv versus external diff</h4>
1752<div class="paragraph"><p>If you want to show differences between binary or specially-formatted
1753blobs in your repository, you can choose to use either an external diff
1754command, or to use textconv to convert them to a diff-able text format.
1755Which method you choose depends on your exact situation.</p></div>
1756<div class="paragraph"><p>The advantage of using an external diff command is flexibility. You are
1757not bound to find line-oriented changes, nor is it necessary for the
1758output to resemble unified diff. You are free to locate and report
1759changes in the most appropriate way for your data format.</p></div>
1760<div class="paragraph"><p>A textconv, by comparison, is much more limiting. You provide a
Junio C Hamano076ffcc2013-02-06 05:13:211761transformation of the data into a line-oriented text format, and Git
Junio C Hamanof93530e2011-05-25 23:59:591762uses its regular diff tools to generate the output. There are several
1763advantages to choosing this method:</p></div>
1764<div class="olist arabic"><ol class="arabic">
1765<li>
1766<p>
1767Ease of use. It is often much simpler to write a binary to text
1768 transformation than it is to perform your own diff. In many cases,
1769 existing programs can be used as textconv filters (e.g., exif,
1770 odt2txt).
1771</p>
1772</li>
1773<li>
1774<p>
1775Git diff features. By performing only the transformation step
Junio C Hamano076ffcc2013-02-06 05:13:211776 yourself, you can still utilize many of Git&#8217;s diff features,
Junio C Hamanof93530e2011-05-25 23:59:591777 including colorization, word-diff, and combined diffs for merges.
1778</p>
1779</li>
1780<li>
1781<p>
1782Caching. Textconv caching can speed up repeated diffs, such as those
Junio C Hamanoc14e6ad2014-10-31 20:25:531783 you might trigger by running <code>git log -p</code>.
Junio C Hamanof93530e2011-05-25 23:59:591784</p>
1785</li>
1786</ol></div>
Junio C Hamano9d971152012-12-19 00:43:111787</div>
1788<div class="sect3">
Junio C Hamano9b6fafe2011-01-14 00:43:221789<h4 id="_marking_files_as_binary">Marking files as binary</h4>
1790<div class="paragraph"><p>Git usually guesses correctly whether a blob contains text or binary
1791data by examining the beginning of the contents. However, sometimes you
1792may want to override its decision, either because a blob contains binary
1793data later in the file, or because the content, while technically
1794composed of text characters, is opaque to a human reader. For example,
Junio C Hamanofb5ffde2014-11-04 22:38:561795many postscript files contain only ASCII characters, but produce noisy
Junio C Hamano9b6fafe2011-01-14 00:43:221796and meaningless diffs.</p></div>
1797<div class="paragraph"><p>The simplest way to mark a file as binary is to unset the diff
Junio C Hamanoc14e6ad2014-10-31 20:25:531798attribute in the <code>.gitattributes</code> file:</p></div>
Junio C Hamano9b6fafe2011-01-14 00:43:221799<div class="listingblock">
1800<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531801<pre><code>*.ps -diff</code></pre>
Junio C Hamano9b6fafe2011-01-14 00:43:221802</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531803<div class="paragraph"><p>This will cause Git to generate <code>Binary files differ</code> (or a binary
Junio C Hamano9b6fafe2011-01-14 00:43:221804patch, if binary patches are enabled) instead of a regular diff.</p></div>
1805<div class="paragraph"><p>However, one may also want to specify other diff driver attributes. For
Junio C Hamanoc14e6ad2014-10-31 20:25:531806example, you might want to use <code>textconv</code> to convert postscript files to
Junio C Hamanofb5ffde2014-11-04 22:38:561807an ASCII representation for human viewing, but otherwise treat them as
Junio C Hamanoc14e6ad2014-10-31 20:25:531808binary files. You cannot specify both <code>-diff</code> and <code>diff=ps</code> attributes.
1809The solution is to use the <code>diff.*.binary</code> config option:</p></div>
Junio C Hamano9b6fafe2011-01-14 00:43:221810<div class="listingblock">
1811<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531812<pre><code>[diff "ps"]
Junio C Hamano9b6fafe2011-01-14 00:43:221813 textconv = ps2ascii
Junio C Hamanoc14e6ad2014-10-31 20:25:531814 binary = true</code></pre>
Junio C Hamano9b6fafe2011-01-14 00:43:221815</div></div>
Junio C Hamano9d971152012-12-19 00:43:111816</div>
1817</div>
1818<div class="sect2">
1819<h3 id="_performing_a_three_way_merge">Performing a three-way merge</h3>
1820<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531821<h4 id="_code_merge_code"><code>merge</code></h4>
1822<div class="paragraph"><p>The attribute <code>merge</code> affects how three versions of a file are
1823merged when a file-level merge is necessary during <code>git merge</code>,
1824and other commands such as <code>git revert</code> and <code>git cherry-pick</code>.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581825<div class="dlist"><dl>
1826<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131827Set
1828</dt>
1829<dd>
1830<p>
1831 Built-in 3-way merge driver is used to merge the
Junio C Hamanoc14e6ad2014-10-31 20:25:531832 contents in a way similar to <em>merge</em> command of <code>RCS</code>
Junio C Hamanoe90436a2007-04-22 07:22:131833 suite. This is suitable for ordinary text files.
1834</p>
1835</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581836<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131837Unset
1838</dt>
1839<dd>
1840<p>
1841 Take the version from the current branch as the
1842 tentative merge result, and declare that the merge has
Junio C Hamanofa28cb12011-03-19 01:35:351843 conflicts. This is suitable for binary files that do
Junio C Hamanoe90436a2007-04-22 07:22:131844 not have a well-defined merge semantics.
1845</p>
1846</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581847<dt class="hdlist1">
Junio C Hamanoe90436a2007-04-22 07:22:131848Unspecified
1849</dt>
1850<dd>
1851<p>
1852 By default, this uses the same built-in 3-way merge
Junio C Hamanoc14e6ad2014-10-31 20:25:531853 driver as is the case when the <code>merge</code> attribute is set.
1854 However, the <code>merge.default</code> configuration variable can name
Junio C Hamanofa28cb12011-03-19 01:35:351855 different merge driver to be used with paths for which the
Junio C Hamanoc14e6ad2014-10-31 20:25:531856 <code>merge</code> attribute is unspecified.
Junio C Hamanoe90436a2007-04-22 07:22:131857</p>
1858</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581859<dt class="hdlist1">
Junio C Hamano9db95ca2007-04-23 07:27:051860String
Junio C Hamanoe90436a2007-04-22 07:22:131861</dt>
1862<dd>
1863<p>
1864 3-way merge is performed using the specified custom
1865 merge driver. The built-in 3-way merge driver can be
1866 explicitly specified by asking for "text" driver; the
1867 built-in "take the current branch" driver can be
Junio C Hamano22572e72007-04-25 05:59:251868 requested with "binary".
Junio C Hamanoe90436a2007-04-22 07:22:131869</p>
1870</dd>
Junio C Hamanoba4b9282008-07-06 05:20:311871</dl></div>
Junio C Hamano9d971152012-12-19 00:43:111872</div>
1873<div class="sect3">
Junio C Hamanoba4b9282008-07-06 05:20:311874<h4 id="_built_in_merge_drivers">Built-in merge drivers</h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581875<div class="paragraph"><p>There are a few built-in low-level merge drivers defined that
Junio C Hamanoc14e6ad2014-10-31 20:25:531876can be asked for via the <code>merge</code> attribute.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581877<div class="dlist"><dl>
1878<dt class="hdlist1">
Junio C Hamanof556fc22007-12-23 08:16:381879text
1880</dt>
1881<dd>
1882<p>
1883 Usual 3-way file level merge for text files. Conflicted
Junio C Hamanoc14e6ad2014-10-31 20:25:531884 regions are marked with conflict markers <code>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</code>,
1885 <code>=======</code> and <code>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</code>. The version from your branch
1886 appears before the <code>=======</code> marker, and the version
1887 from the merged branch appears after the <code>=======</code>
Junio C Hamanof556fc22007-12-23 08:16:381888 marker.
1889</p>
1890</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581891<dt class="hdlist1">
Junio C Hamanof556fc22007-12-23 08:16:381892binary
1893</dt>
1894<dd>
1895<p>
1896 Keep the version from your branch in the work tree, but
1897 leave the path in the conflicted state for the user to
1898 sort out.
1899</p>
1900</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581901<dt class="hdlist1">
Junio C Hamanof556fc22007-12-23 08:16:381902union
1903</dt>
1904<dd>
1905<p>
1906 Run 3-way file level merge for text files, but take
1907 lines from both versions, instead of leaving conflict
1908 markers. This tends to leave the added lines in the
1909 resulting file in random order and the user should
1910 verify the result. Do not use this if you do not
1911 understand the implications.
1912</p>
1913</dd>
Junio C Hamanoba4b9282008-07-06 05:20:311914</dl></div>
Junio C Hamano9d971152012-12-19 00:43:111915</div>
1916<div class="sect3">
Junio C Hamanoba4b9282008-07-06 05:20:311917<h4 id="_defining_a_custom_merge_driver">Defining a custom merge driver</h4>
Junio C Hamanoc14e6ad2014-10-31 20:25:531918<div class="paragraph"><p>The definition of a merge driver is done in the <code>.git/config</code>
1919file, not in the <code>gitattributes</code> file, so strictly speaking this
Junio C Hamanoba4b9282008-07-06 05:20:311920manual page is a wrong place to talk about it. However&#8230;</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531921<div class="paragraph"><p>To define a custom merge driver <code>filfre</code>, add a section to your
1922<code>$GIT_DIR/config</code> file (or <code>$HOME/.gitconfig</code> file) like this:</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:131923<div class="listingblock">
1924<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531925<pre><code>[merge "filfre"]
Junio C Hamanoe90436a2007-04-22 07:22:131926 name = feel-free merge driver
Junio C Hamanodf5384b2015-06-24 21:12:121927 driver = filfre %O %A %B %L %P
Junio C Hamanoc14e6ad2014-10-31 20:25:531928 recursive = binary</code></pre>
Junio C Hamanoe90436a2007-04-22 07:22:131929</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531930<div class="paragraph"><p>The <code>merge.*.name</code> variable gives the driver a human-readable
Junio C Hamanoba4b9282008-07-06 05:20:311931name.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581932<div class="paragraph"><p>The &#8216;merge.*.driver` variable&#8217;s value is used to construct a
Junio C Hamanoc14e6ad2014-10-31 20:25:531933command to run to merge ancestor&#8217;s version (<code>%O</code>), current
1934version (<code>%A</code>) and the other branches&#8217; version (<code>%B</code>). These
Junio C Hamanoe90436a2007-04-22 07:22:131935three tokens are replaced with the names of temporary files that
1936hold the contents of these versions when the command line is
Junio C Hamano86660db2010-02-24 01:12:541937built. Additionally, %L will be replaced with the conflict marker
1938size (see below).</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581939<div class="paragraph"><p>The merge driver is expected to leave the result of the merge in
Junio C Hamanoc14e6ad2014-10-31 20:25:531940the file named with <code>%A</code> by overwriting it, and exit with zero
Junio C Hamanoe90436a2007-04-22 07:22:131941status if it managed to merge them cleanly, or non-zero if there
Junio C Hamanoba4b9282008-07-06 05:20:311942were conflicts.</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531943<div class="paragraph"><p>The <code>merge.*.recursive</code> variable specifies what other merge
Junio C Hamanoe90436a2007-04-22 07:22:131944driver to use when the merge driver is called for an internal
1945merge between common ancestors, when there are more than one.
1946When left unspecified, the driver itself is used for both
Junio C Hamanoba4b9282008-07-06 05:20:311947internal merge and the final merge.</p></div>
Junio C Hamanodf5384b2015-06-24 21:12:121948<div class="paragraph"><p>The merge driver can learn the pathname in which the merged result
1949will be stored via placeholder <code>%P</code>.</p></div>
Junio C Hamano9d971152012-12-19 00:43:111950</div>
1951<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531952<h4 id="_code_conflict_marker_size_code"><code>conflict-marker-size</code></h4>
Junio C Hamanoeef01fe2010-12-13 08:31:581953<div class="paragraph"><p>This attribute controls the length of conflict markers left in
Junio C Hamano1aa40d22010-01-21 17:46:431954the work tree file during a conflicted merge. Only setting to
1955the value to a positive integer has any meaningful effect.</p></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:531956<div class="paragraph"><p>For example, this line in <code>.gitattributes</code> can be used to tell the merge
Junio C Hamano1aa40d22010-01-21 17:46:431957machinery to leave much longer (instead of the usual 7-character-long)
Junio C Hamanoc14e6ad2014-10-31 20:25:531958conflict markers when merging the file <code>Documentation/git-merge.txt</code>
Junio C Hamano1aa40d22010-01-21 17:46:431959results in a conflict.</p></div>
1960<div class="listingblock">
1961<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:531962<pre><code>Documentation/git-merge.txt conflict-marker-size=32</code></pre>
Junio C Hamano1aa40d22010-01-21 17:46:431963</div></div>
Junio C Hamano9d971152012-12-19 00:43:111964</div>
1965</div>
1966<div class="sect2">
1967<h3 id="_checking_whitespace_errors">Checking whitespace errors</h3>
1968<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:531969<h4 id="_code_whitespace_code"><code>whitespace</code></h4>
1970<div class="paragraph"><p>The <code>core.whitespace</code> configuration variable allows you to define what
Junio C Hamanoba4b9282008-07-06 05:20:311971<em>diff</em> and <em>apply</em> should consider whitespace errors for all paths in
Junio C Hamanoa28a9202012-06-21 07:08:231972the project (See <a href="git-config.html">git-config(1)</a>). This attribute gives you finer
Junio C Hamanoba4b9282008-07-06 05:20:311973control per path.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:581974<div class="dlist"><dl>
1975<dt class="hdlist1">
Junio C Hamano942b35e2007-12-09 10:19:331976Set
1977</dt>
1978<dd>
1979<p>
Junio C Hamano076ffcc2013-02-06 05:13:211980 Notice all types of potential whitespace errors known to Git.
Junio C Hamanoc14e6ad2014-10-31 20:25:531981 The tab width is taken from the value of the <code>core.whitespace</code>
Junio C Hamanoeef01fe2010-12-13 08:31:581982 configuration variable.
Junio C Hamano942b35e2007-12-09 10:19:331983</p>
1984</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581985<dt class="hdlist1">
Junio C Hamano942b35e2007-12-09 10:19:331986Unset
1987</dt>
1988<dd>
1989<p>
1990 Do not notice anything as error.
1991</p>
1992</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:581993<dt class="hdlist1">
Junio C Hamano942b35e2007-12-09 10:19:331994Unspecified
1995</dt>
1996<dd>
1997<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:531998 Use the value of the <code>core.whitespace</code> configuration variable to
Junio C Hamano942b35e2007-12-09 10:19:331999 decide what to notice as error.
2000</p>
2001</dd>
Junio C Hamanoeef01fe2010-12-13 08:31:582002<dt class="hdlist1">
Junio C Hamano942b35e2007-12-09 10:19:332003String
2004</dt>
2005<dd>
2006<p>
2007 Specify a comma separate list of common whitespace problems to
Junio C Hamanoc14e6ad2014-10-31 20:25:532008 notice in the same format as the <code>core.whitespace</code> configuration
Junio C Hamano942b35e2007-12-09 10:19:332009 variable.
2010</p>
2011</dd>
Junio C Hamanoba4b9282008-07-06 05:20:312012</dl></div>
Junio C Hamano9d971152012-12-19 00:43:112013</div>
2014</div>
2015<div class="sect2">
2016<h3 id="_creating_an_archive">Creating an archive</h3>
2017<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:532018<h4 id="_code_export_ignore_code"><code>export-ignore</code></h4>
2019<div class="paragraph"><p>Files and directories with the attribute <code>export-ignore</code> won&#8217;t be added to
Junio C Hamanoba4b9282008-07-06 05:20:312020archive files.</p></div>
Junio C Hamano9d971152012-12-19 00:43:112021</div>
2022<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:532023<h4 id="_code_export_subst_code"><code>export-subst</code></h4>
2024<div class="paragraph"><p>If the attribute <code>export-subst</code> is set for a file then Git will expand
Junio C Hamanoba4b9282008-07-06 05:20:312025several placeholders when adding this file to an archive. The
2026expansion depends on the availability of a commit ID, i.e., if
Junio C Hamanoa28a9202012-06-21 07:08:232027<a href="git-archive.html">git-archive(1)</a> has been given a tree instead of a commit or a
Junio C Hamanoba4b9282008-07-06 05:20:312028tag then no replacement will be done. The placeholders are the same
Junio C Hamanoc14e6ad2014-10-31 20:25:532029as those for the option <code>--pretty=format:</code> of <a href="git-log.html">git-log(1)</a>,
2030except that they need to be wrapped like this: <code>$Format:PLACEHOLDERS$</code>
2031in the file. E.g. the string <code>$Format:%H$</code> will be replaced by the
Junio C Hamanoba4b9282008-07-06 05:20:312032commit hash.</p></div>
Junio C Hamano9d971152012-12-19 00:43:112033</div>
2034</div>
2035<div class="sect2">
2036<h3 id="_packing_objects">Packing objects</h3>
2037<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:532038<h4 id="_code_delta_code"><code>delta</code></h4>
Junio C Hamanoeef01fe2010-12-13 08:31:582039<div class="paragraph"><p>Delta compression will not be attempted for blobs for paths with the
Junio C Hamanoc14e6ad2014-10-31 20:25:532040attribute <code>delta</code> set to false.</p></div>
Junio C Hamano9d971152012-12-19 00:43:112041</div>
2042</div>
2043<div class="sect2">
2044<h3 id="_viewing_files_in_gui_tools">Viewing files in GUI tools</h3>
2045<div class="sect3">
Junio C Hamanoc14e6ad2014-10-31 20:25:532046<h4 id="_code_encoding_code"><code>encoding</code></h4>
Junio C Hamanoeef01fe2010-12-13 08:31:582047<div class="paragraph"><p>The value of this attribute specifies the character encoding that should
Junio C Hamanoa28a9202012-06-21 07:08:232048be used by GUI tools (e.g. <a href="gitk.html">gitk(1)</a> and <a href="git-gui.html">git-gui(1)</a>) to
Junio C Hamanod3452a02008-11-15 08:07:552049display the contents of the relevant file. Note that due to performance
Junio C Hamanoa28a9202012-06-21 07:08:232050considerations <a href="gitk.html">gitk(1)</a> does not use this attribute unless you
Junio C Hamanod3452a02008-11-15 08:07:552051manually enable per-file encodings in its options.</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:582052<div class="paragraph"><p>If this attribute is not set or has an invalid value, the value of the
Junio C Hamanoc14e6ad2014-10-31 20:25:532053<code>gui.encoding</code> configuration variable is used instead
Junio C Hamanoa28a9202012-06-21 07:08:232054(See <a href="git-config.html">git-config(1)</a>).</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:132055</div>
Junio C Hamano9d971152012-12-19 00:43:112056</div>
2057</div>
2058</div>
2059<div class="sect1">
Junio C Hamano86d84362011-08-04 00:21:512060<h2 id="_using_macro_attributes">USING MACRO ATTRIBUTES</h2>
Junio C Hamanofcb740a2008-08-31 06:32:052061<div class="sectionbody">
Junio C Hamanoeef01fe2010-12-13 08:31:582062<div class="paragraph"><p>You do not want any end-of-line conversions applied to, nor textual diffs
Junio C Hamanofcb740a2008-08-31 06:32:052063produced for, any binary file you track. You would need to specify e.g.</p></div>
2064<div class="listingblock">
2065<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:532066<pre><code>*.jpg -text -diff</code></pre>
Junio C Hamanofcb740a2008-08-31 06:32:052067</div></div>
Junio C Hamanoeef01fe2010-12-13 08:31:582068<div class="paragraph"><p>but that may become cumbersome, when you have many attributes. Using
Junio C Hamano86d84362011-08-04 00:21:512069macro attributes, you can define an attribute that, when set, also
2070sets or unsets a number of other attributes at the same time. The
Junio C Hamanoc14e6ad2014-10-31 20:25:532071system knows a built-in macro attribute, <code>binary</code>:</p></div>
Junio C Hamanofcb740a2008-08-31 06:32:052072<div class="listingblock">
2073<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:532074<pre><code>*.jpg binary</code></pre>
Junio C Hamanofcb740a2008-08-31 06:32:052075</div></div>
Junio C Hamano86d84362011-08-04 00:21:512076<div class="paragraph"><p>Setting the "binary" attribute also unsets the "text" and "diff"
2077attributes as above. Note that macro attributes can only be "Set",
2078though setting one might have the effect of setting or unsetting other
2079attributes or even returning other attributes to the "Unspecified"
2080state.</p></div>
Junio C Hamanofcb740a2008-08-31 06:32:052081</div>
Junio C Hamano9d971152012-12-19 00:43:112082</div>
2083<div class="sect1">
Junio C Hamano86d84362011-08-04 00:21:512084<h2 id="_defining_macro_attributes">DEFINING MACRO ATTRIBUTES</h2>
Junio C Hamanofcb740a2008-08-31 06:32:052085<div class="sectionbody">
Junio C Hamanoc5bd79e2014-01-27 21:31:262086<div class="paragraph"><p>Custom macro attributes can be defined only in top-level gitattributes
Junio C Hamanoc14e6ad2014-10-31 20:25:532087files (<code>$GIT_DIR/info/attributes</code>, the <code>.gitattributes</code> file at the
Junio C Hamanoc5bd79e2014-01-27 21:31:262088top level of the working tree, or the global or system-wide
Junio C Hamanoc14e6ad2014-10-31 20:25:532089gitattributes files), not in <code>.gitattributes</code> files in working tree
Junio C Hamanoc5bd79e2014-01-27 21:31:262090subdirectories. The built-in macro attribute "binary" is equivalent
2091to:</p></div>
Junio C Hamanofcb740a2008-08-31 06:32:052092<div class="listingblock">
2093<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:532094<pre><code>[attr]binary -diff -merge -text</code></pre>
Junio C Hamanofcb740a2008-08-31 06:32:052095</div></div>
2096</div>
Junio C Hamano9d971152012-12-19 00:43:112097</div>
2098<div class="sect1">
Junio C Hamanob9d9d902018-05-23 07:07:422099<h2 id="_examples">EXAMPLES</h2>
Junio C Hamanoe90436a2007-04-22 07:22:132100<div class="sectionbody">
Junio C Hamanoc14e6ad2014-10-31 20:25:532101<div class="paragraph"><p>If you have these three <code>gitattributes</code> file:</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:132102<div class="listingblock">
2103<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:532104<pre><code>(in $GIT_DIR/info/attributes)
Junio C Hamanoe90436a2007-04-22 07:22:132105
2106a* foo !bar -baz
2107
2108(in .gitattributes)
2109abc foo bar baz
2110
2111(in t/.gitattributes)
2112ab* merge=filfre
2113abc -foo -bar
Junio C Hamanoc14e6ad2014-10-31 20:25:532114*.c frotz</code></pre>
Junio C Hamanoe90436a2007-04-22 07:22:132115</div></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:532116<div class="paragraph"><p>the attributes given to path <code>t/abc</code> are computed as follows:</p></div>
Junio C Hamanoeef01fe2010-12-13 08:31:582117<div class="olist arabic"><ol class="arabic">
Junio C Hamanoe90436a2007-04-22 07:22:132118<li>
2119<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:532120By examining <code>t/.gitattributes</code> (which is in the same
Junio C Hamano076ffcc2013-02-06 05:13:212121 directory as the path in question), Git finds that the first
Junio C Hamanoc14e6ad2014-10-31 20:25:532122 line matches. <code>merge</code> attribute is set. It also finds that
2123 the second line matches, and attributes <code>foo</code> and <code>bar</code>
Junio C Hamanoe90436a2007-04-22 07:22:132124 are unset.
2125</p>
2126</li>
2127<li>
2128<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:532129Then it examines <code>.gitattributes</code> (which is in the parent
Junio C Hamanoe90436a2007-04-22 07:22:132130 directory), and finds that the first line matches, but
Junio C Hamanoc14e6ad2014-10-31 20:25:532131 <code>t/.gitattributes</code> file already decided how <code>merge</code>, <code>foo</code>
2132 and <code>bar</code> attributes should be given to this path, so it
2133 leaves <code>foo</code> and <code>bar</code> unset. Attribute <code>baz</code> is set.
Junio C Hamanoe90436a2007-04-22 07:22:132134</p>
2135</li>
2136<li>
2137<p>
Junio C Hamanoc14e6ad2014-10-31 20:25:532138Finally it examines <code>$GIT_DIR/info/attributes</code>. This file
Junio C Hamanoe90436a2007-04-22 07:22:132139 is used to override the in-tree settings. The first line is
Junio C Hamanoc14e6ad2014-10-31 20:25:532140 a match, and <code>foo</code> is set, <code>bar</code> is reverted to unspecified
2141 state, and <code>baz</code> is unset.
Junio C Hamanoe90436a2007-04-22 07:22:132142</p>
2143</li>
Junio C Hamanoba4b9282008-07-06 05:20:312144</ol></div>
Junio C Hamanoc14e6ad2014-10-31 20:25:532145<div class="paragraph"><p>As the result, the attributes assignment to <code>t/abc</code> becomes:</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:132146<div class="listingblock">
2147<div class="content">
Junio C Hamanoc14e6ad2014-10-31 20:25:532148<pre><code>foo set to true
Junio C Hamanoe90436a2007-04-22 07:22:132149bar unspecified
2150baz set to false
2151merge set to string value "filfre"
Junio C Hamanoc14e6ad2014-10-31 20:25:532152frotz unspecified</code></pre>
Junio C Hamanoe90436a2007-04-22 07:22:132153</div></div>
2154</div>
Junio C Hamano9d971152012-12-19 00:43:112155</div>
2156<div class="sect1">
Junio C Hamanof7279012011-08-18 06:13:132157<h2 id="_see_also">SEE ALSO</h2>
2158<div class="sectionbody">
Junio C Hamanoa28a9202012-06-21 07:08:232159<div class="paragraph"><p><a href="git-check-attr.html">git-check-attr(1)</a>.</p></div>
Junio C Hamanof7279012011-08-18 06:13:132160</div>
Junio C Hamano9d971152012-12-19 00:43:112161</div>
2162<div class="sect1">
Junio C Hamanoba4b9282008-07-06 05:20:312163<h2 id="_git">GIT</h2>
Junio C Hamanoe90436a2007-04-22 07:22:132164<div class="sectionbody">
Junio C Hamanoa28a9202012-06-21 07:08:232165<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
Junio C Hamanoe90436a2007-04-22 07:22:132166</div>
Junio C Hamano7bd050f2011-09-22 06:32:222167</div>
Junio C Hamano9d971152012-12-19 00:43:112168</div>
Junio C Hamano7bd050f2011-09-22 06:32:222169<div id="footnotes"><hr /></div>
Junio C Hamanoe90436a2007-04-22 07:22:132170<div id="footer">
2171<div id="footer-text">
Junio C Hamano2ef0ba32018-01-26 23:13:532172Last updated
Junio C Hamano7a46cd62020-03-15 21:57:102173 2020-03-10 08:03:13 PDT
Junio C Hamanoe90436a2007-04-22 07:22:132174</div>
2175</div>
2176</body>
2177</html>