]> git.ipfire.org Git - thirdparty/git.git/history - date.c
Add a "max_size" parameter to diff_delta()
[thirdparty/git.git] / date.c
2005-06-25  Junio C Hamano[PATCH] fix date parsing for GIT raw commit timestamp...
2005-06-22  Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-05-22  Linus TorvaldsInclude file cleanups..
2005-05-20  Linus Torvaldssparse cleanup
2005-05-18  Nicolas Pitre[PATCH] fix show_date() for positive timezones
2005-05-06  Linus Torvaldsdate.c: add "show_date()" function.
2005-05-01  Linus Torvaldsdate handling: handle "AM"/"PM" on time
2005-05-01  Linus Torvaldsdate.c: allow even more varied time formats
2005-04-30  Linus Torvaldsdate.c: fix printout of timezone offsets that aren...
2005-04-30  Linus Torvaldsdate.c: only use the TZ names if we don't have anything...
2005-04-30  Linus Torvaldsdate.c: split up dst information in the timezone table
2005-04-30  Linus Torvaldsdate.c: fix parsing of dates in mm/dd/yy format
2005-04-30  Linus Torvaldsdate.c: use the local timezone if none specified
2005-04-30  Linus TorvaldsMake the date parsing accept pretty much any random...
2005-04-30  Edgar Toernig[PATCH] Do date parsing by hand...