diff options
author | tony.luck@intel.com <tony.luck@intel.com> | 2005-04-29 20:27:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 20:27:04 -0700 |
commit | d167f147dc6995e452cdc374ffcd07f5d9abf0bc (patch) | |
tree | 8602fe7cb4bf668fd021ab3bfb2082ac7d535e57 /Makefile | |
parent | [PATCH] git-fsck-cache: Gracefully handle non-commit IDs (diff) | |
download | tgif-d167f147dc6995e452cdc374ffcd07f5d9abf0bc.tar.xz |
[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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |