diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-05 15:31:12 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-05 15:47:17 -0700 |
commit | 38035cf4a51c48cccf6c5e3977130261bc0c03a7 (patch) | |
tree | f95e5d74177956489d01d4101ad02350ff019253 /diffcore-break.c | |
parent | 6cbd5d7d79f5751828397558e7c3611b048565fb (diff) | |
download | git-38035cf4a51c48cccf6c5e3977130261bc0c03a7.tar.gz git-38035cf4a51c48cccf6c5e3977130261bc0c03a7.tar.xz |
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 'diffcore-break.c')
0 files changed, 0 insertions, 0 deletions