summaryrefslogtreecommitdiff
path: root/blame.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-05 22:31:12 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-04-05 22:47:17 (GMT)
commit38035cf4a51c48cccf6c5e3977130261bc0c03a7 (patch)
treef95e5d74177956489d01d4101ad02350ff019253 /blame.c
parent6cbd5d7d79f5751828397558e7c3611b048565fb (diff)
downloadgit-38035cf4a51c48cccf6c5e3977130261bc0c03a7.zip
git-38035cf4a51c48cccf6c5e3977130261bc0c03a7.tar.gz
git-38035cf4a51c48cccf6c5e3977130261bc0c03a7.tar.bz2
date parsing: be friendlier to our European friends.
This does three things, only applies to cases where the user manually tries to override the author/commit time by environment variables, with non-ISO, non-2822 format date-string: - Refuses to use the interpretation to put the date in the future; recent kernel history has a commit made with 10/03/2006 which is recorded as October 3rd. - Adds '.' as the possible year-month-date separator. We learned from our European friends on the #git channel that dd.mm.yyyy is the norm there. - When the separator is '.', we prefer dd.mm.yyyy over mm.dd.yyyy; otherwise mm/dd/yy[yy] takes precedence over dd/mm/yy[yy]. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blame.c')
0 files changed, 0 insertions, 0 deletions