From 8d3f8ca12a0b00f2a74a27424790222536235502 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 3 Jul 2018 02:52:16 +0200 Subject: 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. --- TSRM/build.mk | 3 --- TSRM/config.w32 | 1 - TSRM/configure.ac | 1 - TSRM/tsrm_win32.c | 2 -- TSRM/tsrm_win32.h | 2 -- 5 files changed, 9 deletions(-) (limited to 'TSRM') diff --git a/TSRM/build.mk b/TSRM/build.mk index f98109fa06..a608c55583 100644 --- a/TSRM/build.mk +++ b/TSRM/build.mk @@ -4,9 +4,6 @@ # make -f build.mk # # Written by Sascha Schumann -# -# $Id$ - LT_TARGETS = ltmain.sh ltconfig diff --git a/TSRM/config.w32 b/TSRM/config.w32 index e7d3f3b976..03a21b30cc 100644 --- a/TSRM/config.w32 +++ b/TSRM/config.w32 @@ -1,5 +1,4 @@ // vim:ft=javascript -// $Id$ ADD_SOURCES("TSRM", "TSRM.c tsrm_strtok_r.c tsrm_win32.c"); ADD_FLAG("CFLAGS_BD_TSRM", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); diff --git a/TSRM/configure.ac b/TSRM/configure.ac index 8bf35d33b0..6511c0c8a6 100644 --- a/TSRM/configure.ac +++ b/TSRM/configure.ac @@ -1,4 +1,3 @@ -dnl $Id$ dnl dnl Minimalistic configure.ac for TSRM. dnl diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index cf80260775..a7956caf90 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #include #include #include diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 0ab205349e..b24224c66a 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef TSRM_WIN32_H #define TSRM_WIN32_H -- cgit v1.2.1