Merge remote-tracking branch 'origin/hot-fixes-for-Git'

Conflicts:
	.gitattributes
This commit is contained in:
Laurent Rineau 2012-11-26 15:57:26 +01:00
commit a615cb2d4c
2 changed files with 15 additions and 3456 deletions

3467
.gitattributes vendored

File diff suppressed because it is too large Load Diff

View File

@ -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 + '$')