From d167f147dc6995e452cdc374ffcd07f5d9abf0bc Mon Sep 17 00:00:00 2001 From: "tony.luck@intel.com" Date: Fri, 29 Apr 2005 20:27:04 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3