com web/doc: Remove unused Git attributes ident: cron/README include/lib_proj_lang.inc.php scripts/gen_doc_act ivity_email.php www/redirect.php
[email protected] (Peter Kokot) Mon, 01 Oct 2018 20:52:49 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Commit: cb81c040898446c2e71432a3a7098a945d8b2c97=0AAuthor: Peter Koko= t <[email protected]> Mon, 1 Oct 2018 22:52:49 +0200=0AParents: = fe01ebc971ca31760b7456d1cb057519172a9029=0ABranches: master=0A=0ALink: = http://git.php.net/?p=3Dweb/doc.git;a=3Dcommitdiff;h=3Dcb81c040898446c= 2e71432a3a7098a945d8b2c97=0A=0ALog:=0ARemove unused Git attributes ident=0A= =0AThe `$Id$` keywords were used in CVS and Subversion where they can be=0A= substituted with filename, last revision number change, last changed=0Adate= , and last user who changed it.=0A=0AIn Git this functionality is different= and can be done with Git=0Aattribute ident. These need to be defined manua= lly for each file in the=0A`.gitattributes` file and are afterwards replace= d with 40-character=0Ahexadecimal blob object name which is based only on t= he particular file=0Acontents.=0A=0AThis patch simplifies handling of `$Id$= ` keywords by removing them since=0Athey are not used anymore.=0A=0AChanged= paths:=0A M cron/README=0A M include/lib_proj_lang.inc.php=0A M scri= pts/gen_doc_activity_email.php=0A M www/redirect.php=0A=0A=0ADiff:=0Adiff= --git a/cron/README b/cron/README=0Aindex 81b13f2..d1e3f17 100644=0A--- a/= cron/README=0A+++ b/cron/README=0A@@ -1,5 +1,3 @@=0A-// $Id$=0A-=0A Cronjob= Wrapper for Docweb=0A =0A This directory tree allows pseudo-crontab manipu= lation whenever CVS updates,=0Adiff --git a/include/lib_proj_lang.inc.php b= /include/lib_proj_lang.inc.php=0Aindex 0035fc7..f0f99d5 100644=0A--- a/incl= ude/lib_proj_lang.inc.php=0A+++ b/include/lib_proj_lang.inc.php=0A@@ -19,7 = +19,6 @@ vim: set expandtab tabstop=3D4 shiftwidth=3D4 softtabstop=3D4:=0A = | Gabor Hojtsy <[email protected]> |=0A= | Sean Coates <[email protected]> |= =0A +----------------------------------------------------------------------= +=0A-$Id$=0A */=0A =0A // split from lib_general.inc.php=0Adiff --git a/scr= ipts/gen_doc_activity_email.php b/scripts/gen_doc_activity_email.php=0Ainde= x a1b7dbc..1e247e7 100644=0A--- a/scripts/gen_doc_activity_email.php=0A+++ = b/scripts/gen_doc_activity_email.php=0A@@ -15,7 +15,6 @@=0A +--------------= --------------------------------------------------------+=0A | Author: = Philip Olson <[email protected]> |=0A +------------= ----------------------------------------------------------+=0A-$Id$=0A =0A = Notes: =0A =09- This emails the documentation list each # days (7, via cron= ) with =0Adiff --git a/www/redirect.php b/www/redirect.php=0Aindex 7d6a9e6.= .78ff53b 100644=0A--- a/www/redirect.php=0A+++ b/www/redirect.php=0A@@ -15,= 7 +15,6 @@=0A +------------------------------------------------------------= ----------+=0A | Authors: Sean Coates <[email protected]> = |=0A +----------------------------------------------------------= ------------+=0A-$Id$=0A */=0A =0A require_once('../build-ops.php');=0A