*: Update and add TODOs

This commit is contained in:
2024-01-05 16:20:42 +01:00
parent 5747b6e04c
commit 58243e0510
6 changed files with 24 additions and 2 deletions

View File

@@ -23,6 +23,11 @@
#
# Same for rebase (as `git rebase dev feature` switches to `feature`):
# % git-checkout-worktree feature <<<"git rebase dev"
#
#
# TODO: The git alias version seems to break with the same arguments that the
# zsh native one works with.
# TODO: Supplying a flag like --no-checkout breaks the naming of the worktree
emulate -L zsh -o err_return -o no_unset

View File

@@ -3,6 +3,8 @@
## Created: 2020-09-13
##
## Completely remove a git submodule.
#
# TODO: Fix for nested submodules
local toplevel

View File

@@ -5,6 +5,9 @@
## A TUI for git-log using fzf.
## Displays git-log in fzf and git-show as preview command for each commit.
# TODO: preview breaks when files were passed but they were renamed and have a
# different name at the point of this commit
# extendedglob is necessary for the expansion of the binds array
emulate -L zsh -o extendedglob