chore: separate commit date & time in git_branches (#1111)

This commit is contained in:
James Trew
2021-08-12 09:30:10 -04:00
committed by GitHub
parent d4a52ded67
commit f039f60a99

View File

@@ -192,7 +192,7 @@ git.branches = function(opts)
.. "%(refname)"
.. "%(authorname)"
.. "%(upstream:lstrip=2)"
.. "%(committerdate:format-local:%Y/%m/%d%H:%M:%S)"
.. "%(committerdate:format-local:%Y/%m/%d %H:%M:%S)"
local output = utils.get_os_command_output({ "git", "for-each-ref", "--perl", "--format", format }, opts.cwd)
local results = {}