Make git-clone to take long double-dashed origin option (--origin)
[gitweb.git] / date.c
2006-03-26 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-03-15 Merge branch 'lt/diff' into next
2006-03-15 Merge branch 'lt/diff' into next
2006-03-13 Merge branch 'jc/pack'
2006-03-13 Merge branch 'jc/diff' into next
2006-03-13 Merge branch 'jc/diff' into next
2006-03-13 Merge branch 'jc/diff' into next
2006-03-12 Merge branch 'jc/diff' into next
2006-03-09 Merge branch 'jc/fsck' into next
2006-03-09 Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
2006-02-22 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-01-06 Merge fixes up to GIT 1.0.7
2006-01-06 GIT 1.0.7 v1.0.7
2006-01-06 Fix nasty approxidate bug
2005-12-29 code comments: spell
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge branch 'master'
2005-11-18 Teach "approxidate" about weekday syntax
2005-11-18 Merge branch 'master'
2005-11-18 Teach "approxidate" about weekday syntax
2005-11-17 Merge branch 'tojunio' of locke.catalyst.net.nz/git...
2005-11-17 Merge branch 'master'
2005-11-17 git's rev-parse.c function show_datestring presumes...
2005-11-07 GIT 0.99.9e v0.99.9e
2005-10-31 GIT 0.99.9a v0.99.9a
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-23 Merge branch 'fixes'
2005-10-21 Merge branch 'fixes'
2005-10-18 Merge branch 'fixes'
2005-10-16 Merge branch 'fixes'
2005-10-16 Merge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-15 Merge branch 'fixes'
2005-10-15 Unlocalized isspace and friends
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-25 Merge branch 'fixes'
2005-09-24 Merge 'fixes' branch.
2005-09-23 Merge branch 'fixes'
2005-09-22 [PATCH] Fix strange timezone handling
2005-09-21 Merge branch 'fixes'
2005-09-20 [PATCH] Return proper error valud from "parse_date()"
2005-08-30 Merge refs/heads/master from paulus
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-12 parse_date(): allow const date string
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-25 [PATCH] fix date parsing for GIT raw commit timestamp...
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-05-22 Include file cleanups..
2005-05-20 sparse cleanup
2005-05-18 [PATCH] fix show_date() for positive timezones
2005-05-06 date.c: add "show_date()" function.
2005-05-01 date handling: handle "AM"/"PM" on time
2005-05-01 date.c: allow even more varied time formats
2005-04-30 date.c: fix printout of timezone offsets that aren...
2005-04-30 date.c: only use the TZ names if we don't have anything...
2005-04-30 date.c: split up dst information in the timezone table
2005-04-30 date.c: fix parsing of dates in mm/dd/yy format
2005-04-30 date.c: use the local timezone if none specified
2005-04-30 Make the date parsing accept pretty much any random...
2005-04-30 [PATCH] Do date parsing by hand...