<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/gitattributes.txt, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-04-18T04:28:07Z</updated>
<entry>
<title>doc/gitattributes: clarify location of config text</title>
<updated>2009-04-18T04:28:07Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2009-04-16T07:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c4c86d238900fb8c99939a9b5003fa622d4dcce7'/>
<id>urn:sha1:c4c86d238900fb8c99939a9b5003fa622d4dcce7</id>
<content type='text'>
The gitattributes documentation has a section on the "diff"
attribute, with subsections for each of the things you might
want to configure in your diff config section (external
diff, hunk headers, etc). The first such subsection
specifically notes that the definition of the diff driver
should go into $GIT_DIR/config, but subsequent sections do
not.

This location is implied if you are reading the
documentation sequentially, but it is not uncommon for a new
user to jump to (or be referred to) a specific section. For
a new user who does not know git well enough to recognize
the config syntax, it is not clear that those directives
don't also go into the gitattributes file.

This patch just mentions the config file in each subsection,
similar to the way it is mentioned in the first.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.1' into maint</title>
<updated>2009-04-08T06:05:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-04-08T06:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=747f9d30ed706ebd930ef888971fff5638334831'/>
<id>urn:sha1:747f9d30ed706ebd930ef888971fff5638334831</id>
<content type='text'>
* maint-1.6.1:
  Documentation: clarify .gitattributes search
  git-checkout.txt: clarify that &lt;branch&gt; applies when no path is given.
  git-checkout.txt: fix incorrect statement about HEAD and index
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.0' into maint-1.6.1</title>
<updated>2009-04-08T05:51:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-04-08T05:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aa41cf8f43687579363a2360795cac621d5254ed'/>
<id>urn:sha1:aa41cf8f43687579363a2360795cac621d5254ed</id>
<content type='text'>
* maint-1.6.0:
  Documentation: clarify .gitattributes search
  git-checkout.txt: clarify that &lt;branch&gt; applies when no path is given.
  git-checkout.txt: fix incorrect statement about HEAD and index
</content>
</entry>
<entry>
<title>Documentation: clarify .gitattributes search</title>
<updated>2009-04-08T04:58:25Z</updated>
<author>
<name>Jason Merrill</name>
<email>jason@redhat.com</email>
</author>
<published>2009-04-06T15:03:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=20ff3ec28e1dc7b653bfdc7643cb55045d7913fc'/>
<id>urn:sha1:20ff3ec28e1dc7b653bfdc7643cb55045d7913fc</id>
<content type='text'>
Use the term "toplevel of the work tree" in gitattributes.txt and
gitignore.txt to define the limits of the search for those files.

Signed-off-by: Jason Merrill &lt;jason@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitattributes.txt: Path matching rules are explained in gitignore.txt</title>
<updated>2009-02-25T08:49:54Z</updated>
<author>
<name>Johannes Sixt</name>
<email>j6t@kdbg.org</email>
</author>
<published>2009-02-25T07:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f74c8e8d8721d093655d7bb00ead078d8324100'/>
<id>urn:sha1:3f74c8e8d8721d093655d7bb00ead078d8324100</id>
<content type='text'>
The rules how the patterns are matched against path names are the same
for .gitattribute and .gitignore files.

This also replace the notion "glob pattern" by "pattern" because
gitignore.txt talks about "glob" only in some contexts where the pattern
is mentioned.

Signed-off-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Change the spelling of "wordregex".</title>
<updated>2009-01-22T07:52:16Z</updated>
<author>
<name>Boyd Stephen Smith Jr</name>
<email>bss@iguanasuicide.net</email>
</author>
<published>2009-01-21T04:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae3b970ac3e21324a95fea75213c2569180d74c6'/>
<id>urn:sha1:ae3b970ac3e21324a95fea75213c2569180d74c6</id>
<content type='text'>
Use "wordRegex" for configuration variable names.  Use "word_regex" for C
language tokens.

Signed-off-by: Boyd Stephen Smith Jr. &lt;bss@iguanasuicide.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>color-words: make regex configurable via attributes</title>
<updated>2009-01-17T18:44:21Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2009-01-17T16:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=80c49c3de2d5a3aa12b0980a65f1163c8aef0c16'/>
<id>urn:sha1:80c49c3de2d5a3aa12b0980a65f1163c8aef0c16</id>
<content type='text'>
Make the --color-words splitting regular expression configurable via
the diff driver's 'wordregex' attribute.  The user can then set the
driver on a file in .gitattributes.  If a regex is given on the
command line, it overrides the driver's setting.

We also provide built-in regexes for the languages that already had
funcname patterns, and add an appropriate diff driver entry for C/++.
(The patterns are designed to run UTF-8 sequences into a single chunk
to make sure they remain readable.)

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: New GUI configuration and command-line options.</title>
<updated>2008-11-15T05:38:11Z</updated>
<author>
<name>Alexander Gavrilov</name>
<email>angavrilov@gmail.com</email>
</author>
<published>2008-11-13T17:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a2df1fb2e52a49bf6b17b352581510efd851f337'/>
<id>urn:sha1:a2df1fb2e52a49bf6b17b352581510efd851f337</id>
<content type='text'>
Add information on new git-gui and gitk command-line options,
configuration variables, and the encoding attribute.

Signed-off-by: Alexander Gavrilov &lt;angavrilov@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-convfilter-test-fix'</title>
<updated>2008-11-13T05:50:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-11-13T05:50:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=459d60084fa463203d0adfc99cbf5d6fcd7edd43'/>
<id>urn:sha1:459d60084fa463203d0adfc99cbf5d6fcd7edd43</id>
<content type='text'>
* jk/diff-convfilter-test-fix:
  Avoid using non-portable `echo -n` in tests.
  add userdiff textconv tests
  document the diff driver textconv feature
  diff: add missing static declaration

Conflicts:
	Documentation/gitattributes.txt
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-11-02T07:15:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-11-02T07:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aebd173ffa7a4e67447f0157a14abde7767c54e9'/>
<id>urn:sha1:aebd173ffa7a4e67447f0157a14abde7767c54e9</id>
<content type='text'>
* maint:
  Start 1.6.0.4 cycle
  add instructions on how to send patches to the mailing list with Gmail
  Documentation/gitattributes: Add subsection header for each attribute
  git send-email: avoid leaking directory file descriptors.
  send-pack: do not send out single-level refs such as refs/stash
  fix overlapping memcpy in normalize_absolute_path
  pack-objects: avoid reading uninitalized data
  correct cache_entry allocation

Conflicts:
	RelNotes
</content>
</entry>
</feed>
