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
*
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
*
[PATCH] Fix strange timezone handling
Linus Torvalds
2005-09-22
1
-10
/
+14
*
[PATCH] Return proper error valud from "parse_date()"
Linus Torvalds
2005-09-21
1
-3
/
+3
*
parse_date(): allow const date string
Linus Torvalds
2005-07-12
1
-4
/
+4
*
[PATCH] fix date parsing for GIT raw commit timestamp format.
Junio C Hamano
2005-06-26
1
-5
/
+9
*
Include file cleanups..
Linus Torvalds
2005-05-22
1
-3
/
+0
*
sparse cleanup
Linus Torvalds
2005-05-20
1
-0
/
+2
*
[PATCH] fix show_date() for positive timezones
Nicolas Pitre
2005-05-18
1
-2
/
+2
*
date.c: add "show_date()" function.
Linus Torvalds
2005-05-07
1
-0
/
+28
*
date handling: handle "AM"/"PM" on time
Linus Torvalds
2005-05-01
1
-8
/
+22
*
date.c: allow even more varied time formats
Linus Torvalds
2005-05-01
1
-54
/
+152
*
date.c: fix printout of timezone offsets that aren't exact hours
Linus Torvalds
2005-05-01
1
-2
/
+8
*
date.c: only use the TZ names if we don't have anything better.
Linus Torvalds
2005-05-01
1
-1
/
+5
*
date.c: split up dst information in the timezone table
Linus Torvalds
2005-04-30
1
-45
/
+51
*
date.c: fix parsing of dates in mm/dd/yy format
Linus Torvalds
2005-04-30
1
-1
/
+3
*
date.c: use the local timezone if none specified
Linus Torvalds
2005-04-30
1
-2
/
+7
*
Make the date parsing accept pretty much any random crap.
Linus Torvalds
2005-04-30
1
-106
/
+215
*
[PATCH] Do date parsing by hand...
Edgar Toernig
2005-04-30
1
-0
/
+184