Joey Hess wrote:
> Remove $Id$ keywords from all files that have them; git doesn't
> support that. (Do after conversion)

git supports $Id$; you just have to explicitly request it, as you do
with svn (using svn:keywords).  Quoting the gitattributes(5) manpage:
>       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.

- Josh Triplett


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to