mirror of
https://github.com/php/web-gcov.git
synced 2026-03-24 09:12:15 +01:00
[PR #2] Remove unused Git attributes ident #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/web-gcov/pull/2
State: closed
Merged: No
Hello,
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
.gitattributesfile 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.Thanks for someone maybe checking this out or merging it...
The patch for the bundled jpgraph PHP library is sent in the referenced pull request below (since it might be developed separately elsewhere and for convenience).