aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortony.luck@intel.com <tony.luck@intel.com>2005-04-29 20:27:04 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-29 20:27:04 -0700
commitd167f147dc6995e452cdc374ffcd07f5d9abf0bc (patch)
tree8602fe7cb4bf668fd021ab3bfb2082ac7d535e57 /Makefile
parente1a1388d858fa8522f187d3fdea92ff84e21528c (diff)
downloadgit-d167f147dc6995e452cdc374ffcd07f5d9abf0bc.tar.gz
[PATCH] Fix AUTHOR_DATE timezone confusion
This switches git-commit-tree to using curl_getdate() for the AUTHOR_DATE, and thus fixes the problem with "mktime()" parsing dates in the local timezone. It also ends up being more permissive about the format of the date. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc104619a7..ef9a9fae88 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ git-diff-tree-helper: diff-tree-helper.c
git-tar-tree: tar-tree.c
git-http-pull: LIBS += -lcurl
+git-commit-tree: LIBS += -lcurl
# Library objects..
blob.o: $(LIB_H)