summaryrefslogtreecommitdiff
path: root/git-relink.perl
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2005-11-18 16:56:40 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-18 19:21:44 (GMT)
commita8aca418d6484400d6804e22717bd49ca06c28e9 (patch)
treea0d1363191ab699260a54d09c4e4f23fd662729f /git-relink.perl
parent583122cd1b37d12d6f9fb487302ae07f1b446f03 (diff)
downloadgit-a8aca418d6484400d6804e22717bd49ca06c28e9.zip
git-a8aca418d6484400d6804e22717bd49ca06c28e9.tar.gz
git-a8aca418d6484400d6804e22717bd49ca06c28e9.tar.bz2
Teach "approxidate" about weekday syntax
On Fri, 18 Nov 2005, David Roundy wrote: > > Don't forget "high noon"! (and perhaps "tea time"?) :) Done. [torvalds@g5 git]$ ./test-date "now" "midnight" "high noon" "tea-time" now -> bad -> Wed Dec 31 16:00:00 1969 now -> Fri Nov 18 08:50:54 2005 midnight -> bad -> Wed Dec 31 16:00:00 1969 midnight -> Fri Nov 18 00:00:00 2005 high noon -> bad -> Wed Dec 31 16:00:00 1969 high noon -> Thu Nov 17 12:00:00 2005 tea-time -> bad -> Wed Dec 31 16:00:00 1969 tea-time -> Thu Nov 17 17:00:00 2005 Thanks for pointing out tea-time. This is also written to easily extended to allow people to add their own important dates like Christmas and their own birthdays. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-relink.perl')
0 files changed, 0 insertions, 0 deletions