php-src/ext/phar
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
..
phar Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
tests Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
build_precommand.php
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
dirstream.c Removed "dead" code (zend_hash_update() never fails) 2018-06-01 11:58:57 +03:00
dirstream.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
func_interceptors.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
func_interceptors.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
gdbhelp
Makefile.frag Allow pecl like usage in ext/phar, closes #2955 2018-01-15 14:23:46 +01:00
Makefile.frag.w32 Fix path in makefile fragment 2017-10-10 14:32:19 +02:00
makestub.php Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
phar_internal.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
phar_object.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
phar_path_check.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
phar_path_check.re Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
phar.1.in Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
phar.c Replace zval_dtor() with specialized destructors 2018-07-05 13:32:39 +03:00
phar.phar.1.in
pharzip.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_phar.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
shortarc.php Fix bug #74782: remove file name from output to avoid XSS 2018-01-01 19:51:02 -08:00
stream.c Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY() 2018-07-09 12:46:46 +03:00
stream.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
stub.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
tar.c Replace zval_dtor() with specialized destructors 2018-07-05 13:32:39 +03:00
tar.h year++ 2018-01-02 12:57:58 +08:00
util.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
zip.c Use zval_ptr_dtor() imstead of zval_dtor() 2018-07-05 17:55:54 +03:00