diff options
| author | Arseny Maslennikov <ar@cs.msu.ru> | 2025-11-17 18:02:20 +0300 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-17 17:49:35 +0100 |
| commit | 81aefc79ad0934593c9a8f2e4bcef335440091a4 (patch) | |
| tree | cd05b699df109ff4464e8a3ec8a6f998d564e65e /ChangeLog | |
| parent | unposted: silence compiler warning on new code (diff) | |
| download | zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar.gz zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar.bz2 zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar.lz zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar.xz zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.tar.zst zsh-81aefc79ad0934593c9a8f2e4bcef335440091a4.zip | |
54091: _git: add support for more pretty format specifiers
The specifiers are taken from the git-log(1) man page.
The %[ac]h specifier matches the behaviour of git rev-list --date=human.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2025-11-17 Oliver Kiddle <opk@zsh.org> + * Arseny Maslennikov: 54091: Completion/Unix/Command/_git: + add support for more pretty format specifiers + * unposted: Src/prompt.c: silence compiler warning on new code * Christopher Bock: 54085: Completion/Unix/Command/_tput: |
