1
0
mirror of https://github.com/php/web-qa.git synced 2026-03-24 07:22:07 +01:00

4 Commits

Author SHA1 Message Date
Peter Kokot
b5ca40eae5 Trim trailing whitespace 2018-10-17 08:22:48 +02:00
Peter Kokot
7276801013 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-10-17 08:01:18 +02:00
zoe slattery
1cb29ec3b7 Fix: 62012 Correct the documentation for GZIP/DEFLATE 2012-05-18 09:27:33 +01:00
Eric Stewart
10fe345b57 Reformatted and improved the PHPT documentation. 2009-05-09 02:21:43 +00:00