Skip to content

Commit e683825

Browse files
committed
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 de1d724 commit e683825

Some content is hidden

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

61 files changed

+0
-122
lines changed

README.ABOUT_SOLR_EXTENSION

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
$Id$
3-
41
================================================================================
52
Introducing the Solr PHP Extension
63
================================================================================

README.INSTALLATION

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
$Id$
3-
41
================================================================================
52
PHP VERSION Dependencies
63
================================================================================

README.MEMORY_ALLOCATION

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
$Id$
3-
41
================================================================================
52
Solr Notes about Memory Allocation and interaction with HashTables
63
================================================================================

README.RELEASE_CHECKLIST

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
$Id$
3-
41
Release Checklist
52
==================================================================
63
0. Make sure version information is updated in php_solr_version.h and package.xml

README.SUBMITTING_CONTRIBUTIONS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
$Id$
3-
41
================================================================================
52
Submitting contributions
63
================================================================================

TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
2014-02-17
33

4-
$Id$
5-
64
================================================================================
75
Features and things to do in the library
86
================================================================================

config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
dnl $Id$
3-
42
dnl config.m4 for the solr extension
53

64
dnl Configuring the CURL external library

config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
// vim:ft=javascript
32

43
// config.w32 for solr extension

docs/documentation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
+----------------------------------------------------------------------+
2020
*/
2121

22-
/* $Id$ */
23-
2422
define('SOLR_MAJOR_VERSION', 2);
2523
define('SOLR_MINOR_VERSION', 4);
2624
define('SOLR_PATCH_VERSION', 0);

package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<!-- $Id$ -->
32
<package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd" >
43
<name>solr</name>
54
<channel>pecl.php.net</channel>

0 commit comments

Comments
 (0)