Skip to content

Commit

Permalink
Remove unused Git attributes ident
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
petk committed Jul 1, 2018
1 parent 68271a5 commit 9b363df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions config.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
dnl
dnl $Id: config.m4,v 1.19 2007/05/16 07:10:38 dickmeiss Exp $
dnl

PHP_ARG_WITH(yaz,for YAZ support,
[ --with-yaz[=DIR] Include YAZ support (ANSI/NISO Z39.50).
DIR is the YAZ bin install directory.])
Expand Down
1 change: 0 additions & 1 deletion config.w32
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: config.w32,v 1.6 2007/06/02 18:52:42 dickmeiss Exp $
// vim:ft=javascript

ARG_WITH("yaz", "YAZ support (ANSI/NISO Z39.50)", "no");
Expand Down

0 comments on commit 9b363df

Please sign in to comment.