diff options
| author | James Trew <66286082+trewjames@users.noreply.github.com> | 2021-08-12 09:30:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 15:30:10 +0200 |
| commit | f039f60a99a264b1ca3a0ee98a59db1477150f00 (patch) | |
| tree | 80cb1836119ca58014560d775b14944f2f90f3ed /lua | |
| parent | d4a52ded6767ccda6c29e47332247003ac4c2007 (diff) | |
chore: separate commit date & time in git_branches (#1111)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/git.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/git.lua b/lua/telescope/builtin/git.lua index 30d23b8..99f1b4b 100644 --- a/lua/telescope/builtin/git.lua +++ b/lua/telescope/builtin/git.lua @@ -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 = {} |
