Skip to content

Commit 3cc2681

Browse files
petknikic
authored andcommitted
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 0ce5aeb commit 3cc2681

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dnl $Id$
21
dnl config.m4 for extension ast
32

43
PHP_ARG_ENABLE(ast, whether to enable ast support,

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
ARG_ENABLE("ast", "enable ast support", "no");

0 commit comments

Comments
 (0)