source: git/.gitattributes @ 0b447e

spielwiese
Last change on this file since 0b447e was e6f9145, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
setting up the git tagging with $Id$: libs + singular version FIX: cleanning the mess of legacy Singular versioning (only started) NOTE: for expanding tags for Singular/version.h do as follows: add "Singular/version.h filter=expand_id" to .gitattributes or .git/info/attributs and run something line the following: $ git config filter.expand_id.smudge expand_id $ git config filter.expand_id.clean 'perl -pe "s/\\\$Id[^\\\$]*\\\$/\\\$Id\\\$/"' expand_id can be as follows data = STDIN.read last_date = git log --pretty=format:"%H, %cd" -1 puts data.gsub('$Id$', '$Id: ' + last_date.to_s + '$')
  • Property mode set to 100644
File size: 32 bytes
Line 
1*.lib ident
2.git* export-ignore
Note: See TracBrowser for help on using the repository browser.