<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib/vim, branch v2.0.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.0.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.0.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-01-10T22:58:54Z</updated>
<entry>
<title>contrib/vim: simplify instructions for old vim support</title>
<updated>2013-01-10T22:58:54Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2013-01-10T20:54:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a6dcb37bd13f6c6001181a90b0811ca56f154b0'/>
<id>urn:sha1:9a6dcb37bd13f6c6001181a90b0811ca56f154b0</id>
<content type='text'>
Rely on the upstream filetype.vim instead of duplicating its rules in
git's instructions for syntax highlighting support on pre-7.2 vim
versions.

The result is a shorter contrib/vim/README.  More importantly, it lets
us punt on maintenance of the autocmd rules.

So now when we fix the upstream gitsendemail rule in light of commit
eed6ca7, new git users stuck on old vim reading contrib/vim/README can
automagically get the fix without any further changes needed to git.

Once the world has moved on to vim 7.2+ completely, we can get rid of
these instructions, but for now if they are this simple it's
effortless to keep them.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>contrib/vim: change URL to point to the latest syntax files</title>
<updated>2009-01-13T07:36:03Z</updated>
<author>
<name>Markus Heidelberg</name>
<email>markus.heidelberg@web.de</email>
</author>
<published>2009-01-13T02:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abc776f7880c2dc0a4179420366e40ecb99d223f'/>
<id>urn:sha1:abc776f7880c2dc0a4179420366e40ecb99d223f</id>
<content type='text'>
Vim's SVN repository doesn't offer the latest runtime files, since
normally they are only updated there on a release. Though currently
there is no difference between the SVN and HTTP/FTP version of the git
syntax files.

Signed-off-by: Markus Heidelberg &lt;markus.heidelberg@web.de&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>remove vim syntax highlighting in favor of upstream</title>
<updated>2008-09-30T18:48:41Z</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2008-09-29T20:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1d4c4986708688c14e72a5b442a3432048aeea79'/>
<id>urn:sha1:1d4c4986708688c14e72a5b442a3432048aeea79</id>
<content type='text'>
As of version 7.2, vim ships with its own syntax
highlighting for git commit messages, which is:

  1. more comprehensive in splitting up the various
     components of the file

  2. in accordance with the usual vim behavior for syntax
     highlighting (e.g., respecting b:current_syntax)

  3. presumably better maintained (I have not been using
     what's in git's contrib/ directory for some time in
     favor of the upstream version)

Furthermore, vim upsream also provides syntax highlighting
for other git filetypes (gitconfig, rebase, send-email).

This patch gets rid of our local version and just points
interested parties to the upstream version.

The code for auto-detecting filetypes is taken from vim's
runtime/filetype.vim.

Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
<entry>
<title>contrib/vim: update syntax for changed commit template</title>
<updated>2007-01-23T04:40:26Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2007-01-23T03:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=222664e74dec10303bfa0c99e88f31563fdc6952'/>
<id>urn:sha1:222664e74dec10303bfa0c99e88f31563fdc6952</id>
<content type='text'>
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>vim syntax: follow recent changes to commit template</title>
<updated>2006-12-18T08:00:15Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2006-12-18T07:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ff7f22f36e2931db7683121f20ee2e03bd426096'/>
<id>urn:sha1:ff7f22f36e2931db7683121f20ee2e03bd426096</id>
<content type='text'>
This patch changes the syntax highlighting to correctly match the new
text of the commit message introduced by
  82dca84871637ac9812c0dec27f56d07cfba524c

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>contrib/vim: add syntax highlighting file for commits</title>
<updated>2006-09-13T07:31:58Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2006-09-11T23:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cdad8bbe92a447233133be8f9f3015c1bd7e10eb'/>
<id>urn:sha1:cdad8bbe92a447233133be8f9f3015c1bd7e10eb</id>
<content type='text'>
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
