Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse_date(): fix parsing 03/10/2006
The comment associated with the date parsing code for three numbers separated with slashes or dashes implied we wanted to interpret using this order: yyyy-mm-dd yyyy-dd-mm mm-dd-yy dd-mm-yy However, the actual code had the last two wrong, and making it prefer dd-mm-yy format over mm-dd-yy. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information