( hrgy84 | 2008. 06. 01., v – 21:08 )

Does git have keyword expansion?

Not recommended. Keyword expansion causes all sorts of strange problems and isn't really useful anyway, especially within the context of an SCM. Outside git you may perform keyword expansion using a script. The Linux kernel export script does this to set the EXTRA_VERSION variable in the Makefile.

See gitattributes(5) if you really want to do this. If your translation is not reversible (eg SCCS keyword expansion) this may be problematic.

Azaz a git nem tamogatja a keyword expansiont. Gyk: A $Autor$ stringeket ez a mechanizmus csereli $Author: pinyo_villany $ stringre. Kulso eszkozzel tamogatja, persze, de akkor mar egyszeru copy is nem?