Skip to content

Commit eb8812e

Browse files
committed
Enable $Id$ expansion for files with the $Revision$ keyword
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$.
1 parent 76ef76d commit eb8812e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
ext/mysqlnd/mysqlnd.h ident
2+
ext/simplexml/simplexml.c ident
3+
ext/iconv/php_iconv.h ident
4+
ext/posix/posix.c ident
5+
ext/recode/recode.c ident
6+
ext/skeleton/create_stubs ident
7+
ext/phar/phar/pharcommand.inc ident
8+
ext/phar/phar.c ident
9+
ext/sysvmsg/sysvmsg.c ident
10+
ext/enchant/enchant.c ident
11+
ext/reflection/php_reflection.c ident
12+
ext/oci8/oci8.c ident
13+
ext/dba/libinifile/inifile.c ident
14+
ext/dba/libflatfile/flatfile.c ident
15+
ext/dba/libcdb/cdb_make.c ident
16+
ext/dba/libcdb/cdb.c ident
17+
ext/filter/filter.c ident
18+
README.input_filter ident
19+
run-tests.php ident
20+
sapi/nsapi/nsapi.c ident
21+
sapi/continuity/capi.c ident
22+
Zend/RFCs/002.txt ident
23+
Zend/RFCs/003.txt ident

0 commit comments

Comments
 (0)