<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/.gitattributes, branch immutable-date</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-08-11T08:00:00+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-08-11T08:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d4f9bbfae248687c1aa68370564b14544eb4eafd'/>
<id>d4f9bbfae248687c1aa68370564b14544eb4eafd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #62795 (Zip extension version not defined)</title>
<updated>2012-08-11T07:59:06+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2012-08-11T07:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e1180b4f1aea83ee5dc7f62832a10056e0f62f18'/>
<id>e1180b4f1aea83ee5dc7f62832a10056e0f62f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge .gitattributes EOL commit from 5.3.</title>
<updated>2012-04-10T18:45:18+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2012-04-10T18:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=112a476b683a634390b23fe7509d5b73632d0829'/>
<id>112a476b683a634390b23fe7509d5b73632d0829</id>
<content type='text'>
This merge commit includes several changes from the 5.3 commit.
This is because of 1) different tests between the two branches
and 2) the svn:eol-style attributes differing between the two
branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This merge commit includes several changes from the 5.3 commit.
This is because of 1) different tests between the two branches
and 2) the svn:eol-style attributes differing between the two
branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled EOL conversions on certain tests</title>
<updated>2012-04-10T18:41:07+00:00</updated>
<author>
<name>Gustavo André dos Santos Lopes</name>
<email>cataphract@php.net</email>
</author>
<published>2012-04-10T18:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c8fccdf6d6d04d8e6a5dedd7c9d6b1afda8839f'/>
<id>1c8fccdf6d6d04d8e6a5dedd7c9d6b1afda8839f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the NEWS merge driver if available</title>
<updated>2012-03-21T17:11:41+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-21T17:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ca797ca31ecae10f705789fbf870a6f02e8b5f17'/>
<id>ca797ca31ecae10f705789fbf870a6f02e8b5f17</id>
<content type='text'>
As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it
is possible to setup a custom merge driver for NEWS so git doesnt try
to merge it.  This commit sets the default merge driver for the NEWS
file to the merge driver called NEWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in https://wiki.php.net/vcs/gitworkflow#the_news_file it
is possible to setup a custom merge driver for NEWS so git doesnt try
to merge it.  This commit sets the default merge driver for the NEWS
file to the merge driver called NEWS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always keep the NEWS file from the branch when merging</title>
<updated>2012-03-21T11:38:43+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-21T11:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=944e622821ebd8ab62bcb3513f6b9e7bcc998b04'/>
<id>944e622821ebd8ab62bcb3513f6b9e7bcc998b04</id>
<content type='text'>
We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We usually don't want to touch the NEWS files when we merge and have the
news items not merged by git. Therefore we tell git to use the 'ours' strategy
for the NEWS file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable $Id$ expansion for files with the $Revision$ keyword</title>
<updated>2012-03-20T16:49:42+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-20T16:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb8812e58b5376361163d733ff40c1bc52f21090'/>
<id>eb8812e58b5376361163d733ff40c1bc52f21090</id>
<content type='text'>
Git supports a limited $Id$ keyword expansion. This $Id$ tag is similar to
$Revision$ in SVN. We enable the $Id$ expansion only for files that use
$Revision$.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Git supports a limited $Id$ keyword expansion. This $Id$ tag is similar to
$Revision$ in SVN. We enable the $Id$ expansion only for files that use
$Revision$.
</pre>
</div>
</content>
</entry>
</feed>
