git-tar-tree: no more void pointer arithmetic
[git.git] / date.c
2005-08-18 Junio C HamanoMerge with gitk --parents change.
2005-08-18 Junio C HamanoMerge with gitk
2005-08-12 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with gitk.
2005-08-09 Junio C HamanoMerge with gitk.
2005-08-08 Junio C HamanoMerge with gitk.
2005-08-07 Junio C HamanoMerge with gitk.
2005-08-06 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoMerge with gitk.
2005-07-31 Junio C HamanoMerge with gitk.
2005-07-29 Junio C HamanoMerge with gitk.
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-12 Linus Torvaldsparse_date(): allow const date string
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
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...