summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2025-05-18 03:06:59 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2025-05-18 03:06:59 +0000
commitf24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8 (patch)
tree2b02cfe631f46b11037e8ab1ff7d28b836aa2d1a /ChangeLog
parentgithub #134 (+ implement commit review suggestion): __git_worktrees: Use a li... (diff)
downloadzsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar.gz
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar.bz2
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar.lz
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar.xz
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.tar.zst
zsh-f24958a7abc34ed8eadb0ee8fc5df6abe0e0b9a8.zip
unposted (mentioned on github #134): __git_worktrees: Match the order of $(git worktree list).
The output of __git_worktrees() now matches the output of `git worktree list` exactly, modulo the 'list-separator' style.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b8e237e..61512a7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2025-05-18 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * unposted (mentioned on github #134):
+ Completion/Unix/Command/_git: __git_worktrees: Match the order
+ of $(git worktree list).
+
* github #134 (+ implement commit review suggestion):
Completion/Unix/Command/_git: __git_worktrees: Use a library
function