Skip to content

Commit 8d3f8ca

Browse files
petkcmb69
authored andcommittedJul 24, 2018
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.
1 parent dcd6a6f commit 8d3f8ca

File tree

926 files changed

+103
-1704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

926 files changed

+103
-1704
lines changed
 

‎README.SELF-CONTAINED-EXTENSIONS

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
$Id$
2-
=============================================================================
3-
41
HOW TO CREATE A SELF-CONTAINED PHP EXTENSION
52

63
A self-contained extension can be distributed independently of

‎README.STREAMS

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
An Overview of the PHP Streams abstraction
22
==========================================
3-
$Id$
43

54
WARNING: some prototypes in this file are out of date.
65
The information contained here is being integrated into

0 commit comments

Comments
 (0)
Failed to load comments.