mirror of
https://github.com/correl/melpa.git
synced 2024-12-26 03:00:11 +00:00
Try to parse git log timezone information.
This commit is contained in:
parent
39f1919271
commit
52368184e5
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
(apply 'pb/run-process dir "git" "log" "--first-parent" "-n1" "--pretty=format:'\%ci'"
|
||||||
(pb/expand-source-file-list dir config))
|
(pb/expand-source-file-list dir config))
|
||||||
(pb/find-parse-time
|
(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)
|
(defun pb/checkout-github (name config dir)
|
||||||
"Check package NAME with config CONFIG out of github into DIR."
|
"Check package NAME with config CONFIG out of github into DIR."
|
||||||
|
|
Loading…
Reference in a new issue