summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-26Relative timestamps in git logLibravatar Linus Torvalds1-8/+55
2006-08-23n is in fact unused, and is later shadowed.Libravatar Pierre Habouzit1-3/+3
2006-06-08date.c: improve guess between timezone offset and year.Libravatar Paul Eggert1-1/+1
2006-05-01Use RFC2822 dates from "git fmt-patch".Libravatar Junio C Hamano1-4/+25
2006-04-05date parsing: be friendlier to our European friends.Libravatar Junio C Hamano1-21/+56
2006-04-05Merge branch 'fix'Libravatar Junio C Hamano1-2/+2
2006-04-04parse_date(): fix parsing 03/10/2006Libravatar Junio C Hamano1-2/+2
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Libravatar Junio C Hamano1-3/+1
2006-01-05Fix nasty approxidate bugLibravatar Linus Torvalds1-1/+1
2005-12-29code comments: spellLibravatar Junio C Hamano1-1/+1
2005-11-18Teach "approxidate" about weekday syntaxLibravatar Linus Torvalds1-5/+49
2005-11-17Teach "approxidate" about weekday syntaxLibravatar Linus Torvalds1-1/+17
2005-11-16git's rev-parse.c function show_datestring presumes gnu dateLibravatar Linus Torvalds1-0/+124
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-09-22[PATCH] Fix strange timezone handlingLibravatar Linus Torvalds1-10/+14
2005-09-20[PATCH] Return proper error valud from "parse_date()"Libravatar Linus Torvalds1-3/+3
2005-07-12parse_date(): allow const date stringLibravatar Linus Torvalds1-4/+4
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Libravatar Junio C Hamano1-5/+9
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-3/+0
2005-05-20sparse cleanupLibravatar Linus Torvalds1-0/+2
2005-05-18[PATCH] fix show_date() for positive timezonesLibravatar Nicolas Pitre1-2/+2
2005-05-06date.c: add "show_date()" function.Libravatar Linus Torvalds1-0/+28
2005-05-01date handling: handle "AM"/"PM" on timeLibravatar Linus Torvalds1-8/+22
2005-05-01date.c: allow even more varied time formatsLibravatar Linus Torvalds1-54/+152
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLibravatar Linus Torvalds1-2/+8
2005-04-30date.c: only use the TZ names if we don't have anything better.Libravatar Linus Torvalds1-1/+5
2005-04-30date.c: split up dst information in the timezone tableLibravatar Linus Torvalds1-45/+51
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLibravatar Linus Torvalds1-1/+3
2005-04-30date.c: use the local timezone if none specifiedLibravatar Linus Torvalds1-2/+7
2005-04-30Make the date parsing accept pretty much any random crap.Libravatar Linus Torvalds1-106/+215
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig1-0/+184