From 52368184e5f5caf9a573c2d56714236af968d3df Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Fri, 6 Dec 2013 20:43:31 -0800 Subject: [PATCH] Try to parse git log timezone information. --- package-build.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-build.el b/package-build.el index 8a7e54e4..bc987921 100644 --- a/package-build.el +++ b/package-build.el @@ -379,7 +379,7 @@ Return a cons cell whose `car' is the root and whose `cdr' is the repository." (apply 'pb/run-process dir "git" "log" "--first-parent" "-n1" "--pretty=format:'\%ci'" (pb/expand-source-file-list dir config)) (pb/find-parse-time - "\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\}\\)")))) + "\\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\} [0-9]\\{2\\}:[0-9]\\{2\\}:[0-9]\\{2\\}\\( [+-][0-9]\\{4\\}\\)?\\)")))) (defun pb/checkout-github (name config dir) "Check package NAME with config CONFIG out of github into DIR."