Git repository (Unstaged changes)
Alan DeKok
aland at deployingradius.com
Thu Nov 1 16:35:45 CET 2012
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.
More information about the Freeradius-Devel
mailing list