1 Nov
2012
1 Nov
'12
11:35 a.m.
Manuel Argüelles wrote:
From man gitattributes:
ident When the attribute ident is set for a path, git replaces $Id$ in the blob object with $Id:, followed by the 40-character hexadecimal blob object name, followed by a dollar sign $ upon checkout. Any byte sequence that begins with $Id: and ends with $ in the worktree file is replaced with $Id$ upon check-in
And at the end of git diff, there are multiple changes similar to:
- * Version: $Id: $ + * Version: $Id$
Well, don't set "ident". It's not set in the FreeRADIUS repository, so t must be set in your local ~/.gitconfig file. Alan DeKok.