index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
date.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
parse_date(): allow ancient git-timestamp
Junio C Hamano
2012-02-04
1
-0
/
+29
*
|
|
date.c: Support iso8601 timezone formats
Haitao Li
2011-09-13
1
-11
/
+23
|
/
/
*
|
date: avoid "X years, 12 months" in relative dates
Michael J Gruber
2011-04-21
1
-2
/
+3
*
|
Export parse_date_basic() to convert a date string to timestamp
Jonathan Nieder
2010-07-16
1
-8
/
+6
*
|
parse_date: fix signedness in timezone calculation
Jeff King
2010-07-05
1
-1
/
+1
*
|
Merge branch 'rr/parse-date-refactor'
Junio C Hamano
2010-06-21
1
-19
/
+37
|
\
\
|
*
|
Refactor parse_date for approxidate functions
Ramkumar Ramachandra
2010-06-08
1
-19
/
+37
*
|
|
Add "Z" as an alias for the timezone "UTC"
Marcus Comstedt
2010-05-19
1
-1
/
+2
|
/
/
*
|
Merge branch 'jc/maint-reflog-bad-timestamp'
Junio C Hamano
2010-01-27
1
-8
/
+35
|
\
\
|
*
|
approxidate_careful() reports errorneous date string
Junio C Hamano
2010-01-26
1
-8
/
+35
*
|
|
date.c: mark file-local function static
Junio C Hamano
2010-01-20
1
-1
/
+1
|
/
/
*
|
Fix '--relative-date'
Johan Sageryd
2009-10-03
1
-1
/
+1
*
|
fix approxidate parsing of relative months and years
Jeff King
2009-08-31
1
-1
/
+4
*
|
Add date formatting and parsing functions relative to a given time
Alex Riesen
2009-08-31
1
-63
/
+87
*
|
Further 'approxidate' improvements
Linus Torvalds
2009-08-23
1
-5
/
+27
*
|
Improve on 'approxidate'
Linus Torvalds
2009-08-23
1
-30
/
+63
*
|
Work around BSD whose typeof(tv.tv_sec) != time_t
Bernd Ahlers
2009-05-06
1
-1
/
+3
*
|
never fallback relative times to absolute
Jeff King
2009-02-25
1
-1
/
+19
*
|
Support 'raw' date format
Linus Torvalds
2009-02-21
1
-0
/
+7
*
|
date/time: do not get confused by fractional seconds
Linus Torvalds
2008-08-18
1
-6
/
+20
*
|
Make my_mktime() public and rename it to tm_to_time_t()
Johannes Sixt
2008-06-23
1
-5
/
+8
*
|
Fix approxidate("never") to always return 0
Olivier Marin
2008-06-18
1
-4
/
+2
*
|
timezone_names[]: fixed the tz offset for New Zealand.
Steven Drake
2008-02-26
1
-3
/
+3
*
|
parse_date_format(): convert a format name to an enum date_mode
Andy Parkins
2007-09-30
1
-0
/
+20
*
|
Teach approxidate() to understand "never"
Johannes Schindelin
2007-07-25
1
-0
/
+9
*
|
Make show_rfc2822_date() just another date output format.
Junio C Hamano
2007-07-14
1
-15
/
+5
*
|
Support output ISO 8601 format dates
Robin Rosenberg
2007-07-14
1
-0
/
+7
*
|
War on whitespace
Junio C Hamano
2007-06-07
1
-5
/
+5
*
|
Accept dates before 2000/01/01 when specified as seconds since the epoch
Johannes Sixt
2007-06-07
1
-2
/
+4
*
|
Add --date={local,relative,default}
Junio C Hamano
2007-04-26
1
-2
/
+33
*
|
show_date(): rename the "relative" parameter to "mode"
Johannes Schindelin
2007-02-28
1
-8
/
+12
*
|
show_date(): fix relative dates
Johannes Schindelin
2007-01-21
1
-3
/
+2
*
|
simplify inclusion of system header files.
Junio C Hamano
2006-12-20
1
-3
/
+0
*
|
Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34
Linus Torvalds
2006-09-29
1
-10
/
+16
*
|
Fix approxidate() to understand more extended numbers
Linus Torvalds
2006-09-29
1
-0
/
+40
*
|
Clean up approxidate() in preparation for fixes
Linus Torvalds
2006-09-29
1
-3
/
+10
*
|
Relative timestamps in git log
Linus Torvalds
2006-08-27
1
-8
/
+55
|
/
*
n is in fact unused, and is later shadowed.
Pierre Habouzit
2006-08-24
1
-3
/
+3
*
date.c: improve guess between timezone offset and year.
Paul Eggert
2006-06-09
1
-1
/
+1
*
Use RFC2822 dates from "git fmt-patch".
Junio C Hamano
2006-05-01
1
-4
/
+25
*
date parsing: be friendlier to our European friends.
Junio C Hamano
2006-04-06
1
-21
/
+56
*
Merge branch 'fix'
Junio C Hamano
2006-04-05
1
-2
/
+2
|
\
|
*
parse_date(): fix parsing 03/10/2006
Junio C Hamano
2006-04-05
1
-2
/
+2
*
|
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
2006-03-09
1
-3
/
+1
|
/
*
Fix nasty approxidate bug
Linus Torvalds
2006-01-06
1
-1
/
+1
*
code comments: spell
Junio C Hamano
2005-12-29
1
-1
/
+1
*
Teach "approxidate" about weekday syntax
Linus Torvalds
2005-11-18
1
-5
/
+49
*
Teach "approxidate" about weekday syntax
Linus Torvalds
2005-11-18
1
-1
/
+17
*
git's rev-parse.c function show_datestring presumes gnu date
Linus Torvalds
2005-11-17
1
-0
/
+124
*
Unlocalized isspace and friends
Linus Torvalds
2005-10-15
1
-1
/
+0
[prev]
[next]