*: Update and add TODOs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
## Created: 2020-09-13
|
||||
##
|
||||
## Completely remove a git submodule.
|
||||
#
|
||||
# TODO: Fix for nested submodules
|
||||
|
||||
local toplevel
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user