summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-12 16:09:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-06-16 12:47:33 +0200
commit7bf091c5c20acfaafa5eb2fde2c1802c96c57431 (patch)
tree2b930c6fc1634a7ea11d2afe087216c9ac77e495 /.gitattributes
parentd04917c7b361fd07e098fe29ae931fb6fac1d9e0 (diff)
downloadphp-git-7bf091c5c20acfaafa5eb2fde2c1802c96c57431.tar.gz
Remove SVN revision from phar phpinfo output
The SVN revision was utilized with Subversion. The Git ident attribute applies only for particular file and since other core extensions don't output this information anymore this patch removes it from the phpinfo output to sync and make the phpinfo core extensions more consistent.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 329df67663..98dfdd4fdc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,7 +2,6 @@ ext/mysqlnd/mysqlnd.h ident
ext/iconv/php_iconv.h ident
ext/ext_skel.php ident
ext/phar/phar/pharcommand.inc ident
-ext/phar/phar.c ident
ext/dba/libinifile/inifile.c ident
ext/dba/libflatfile/flatfile.c ident
ext/dba/libcdb/cdb_make.c ident