mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'origin/hot-fixes-for-Git'
Conflicts: .gitattributes
This commit is contained in:
commit
a615cb2d4c
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/env ruby
|
||||
data = STDIN.read
|
||||
last_date = `git log --pretty=format:"%ad" -1`
|
||||
puts data.gsub('$Date$', '$Date: ' + last_date.to_s + '$')
|
||||
Loading…
Reference in New Issue