index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
date.c
Commit message (
Expand
)
Author
Age
*
Make show_rfc2822_date() just another date output format.
Junio C Hamano
2007-07-13
*
Support output ISO 8601 format dates
Robin Rosenberg
2007-07-13
*
War on whitespace
Junio C Hamano
2007-06-07
*
Accept dates before 2000/01/01 when specified as seconds since the epoch
Johannes Sixt
2007-06-06
*
Add --date={local,relative,default}
Junio C Hamano
2007-04-25
*
show_date(): rename the "relative" parameter to "mode"
Johannes Schindelin
2007-02-27
*
show_date(): fix relative dates
Johannes Schindelin
2007-01-20
*
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
*
Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34
Linus Torvalds
2006-09-29
*
Fix approxidate() to understand more extended numbers
Linus Torvalds
2006-09-28
*
Clean up approxidate() in preparation for fixes
Linus Torvalds
2006-09-28
*
Relative timestamps in git log
Linus Torvalds
2006-08-26
*
n is in fact unused, and is later shadowed.
Pierre Habouzit
2006-08-23
*
date.c: improve guess between timezone offset and year.
Paul Eggert
2006-06-08
*
Use RFC2822 dates from "git fmt-patch".
Junio C Hamano
2006-05-01
*
date parsing: be friendlier to our European friends.
Junio C Hamano
2006-04-05
*
Merge branch 'fix'
Junio C Hamano
2006-04-05
|
\
|
*
parse_date(): fix parsing 03/10/2006
Junio C Hamano
2006-04-04
*
|
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
2006-03-09
|
/
*
Fix nasty approxidate bug
Linus Torvalds
2006-01-05
*
code comments: spell
Junio C Hamano
2005-12-29
*
Teach "approxidate" about weekday syntax
Linus Torvalds
2005-11-18
*
Teach "approxidate" about weekday syntax
Linus Torvalds
2005-11-17
*
git's rev-parse.c function show_datestring presumes gnu date
Linus Torvalds
2005-11-16
*
Unlocalized isspace and friends
Linus Torvalds
2005-10-14
*
[PATCH] Fix strange timezone handling
Linus Torvalds
2005-09-22
*
[PATCH] Return proper error valud from "parse_date()"
Linus Torvalds
2005-09-20
*
parse_date(): allow const date string
Linus Torvalds
2005-07-12
*
[PATCH] fix date parsing for GIT raw commit timestamp format.
Junio C Hamano
2005-06-25
*
Include file cleanups..
Linus Torvalds
2005-05-22
*
sparse cleanup
Linus Torvalds
2005-05-20
*
[PATCH] fix show_date() for positive timezones
Nicolas Pitre
2005-05-18
*
date.c: add "show_date()" function.
Linus Torvalds
2005-05-06
*
date handling: handle "AM"/"PM" on time
Linus Torvalds
2005-05-01
*
date.c: allow even more varied time formats
Linus Torvalds
2005-05-01
*
date.c: fix printout of timezone offsets that aren't exact hours
Linus Torvalds
2005-04-30
*
date.c: only use the TZ names if we don't have anything better.
Linus Torvalds
2005-04-30
*
date.c: split up dst information in the timezone table
Linus Torvalds
2005-04-30
*
date.c: fix parsing of dates in mm/dd/yy format
Linus Torvalds
2005-04-30
*
date.c: use the local timezone if none specified
Linus Torvalds
2005-04-30
*
Make the date parsing accept pretty much any random crap.
Linus Torvalds
2005-04-30
*
[PATCH] Do date parsing by hand...
Edgar Toernig
2005-04-30