summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Remove ident gitattribute for ext/zip/php_zip.cPeter Kokot2017-10-031-1/+0
|
* Remove some old sapi/apache_hooks and sapi/apache leftoversPeter Kokot2017-09-251-3/+0
|
* Remove set_magic_quotes_runtimeNikita Popov2015-01-171-1/+0
| | | | And the alias magic_quotes_runtime
* Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-07-211-0/+4
|\ | | | | | | | | | | * PHP-5.4: Enable $ replacement in exif, ldap, pdo_pgsql and tidy Update NEWS
| * Enable $ replacement in exif, ldap, pdo_pgsql and tidyLior Kaplan2014-07-211-0/+4
| |
* | Use NEWS merge driver for UPGRADING and UPGRADING.INTERNALSNikita Popov2013-03-231-0/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-111-0/+1
|\
| * Fixed bug #62795 (Zip extension version not defined)Xinchen Hui2012-08-111-0/+1
| |
* | Merge .gitattributes EOL commit from 5.3.Gustavo André dos Santos Lopes2012-04-101-0/+150
|\ \ | |/ | | | | | | | | | | 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.
| * Disabled EOL conversions on certain testsGustavo André dos Santos Lopes2012-04-101-0/+149
|/
* Use the NEWS merge driver if availableDavid Soria Parra2012-03-211-1/+1
| | | | | | | 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.
* Always keep the NEWS file from the branch when mergingDavid Soria Parra2012-03-211-0/+1
| | | | | | 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.
* Enable $Id$ expansion for files with the $Revision$ keywordDavid Soria Parra2012-03-201-0/+23
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$.