diff options
Diffstat (limited to 'dotfiles/git-branchless.zsh')
-rw-r--r-- | dotfiles/git-branchless.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/git-branchless.zsh b/dotfiles/git-branchless.zsh index c34b241..4fbf0a1 100644 --- a/dotfiles/git-branchless.zsh +++ b/dotfiles/git-branchless.zsh | |||
@@ -184,7 +184,7 @@ _git-branchless-switch() { | |||
184 | {-c,--create}"[When checking out the target commit, also create a branch with the provided name pointing to that commit]:branch name" \ | 184 | {-c,--create}"[When checking out the target commit, also create a branch with the provided name pointing to that commit]:branch name" \ |
185 | {-f,--force}"[Forcibly switch commits, discarding any working copy changes if necessary]" \ | 185 | {-f,--force}"[Forcibly switch commits, discarding any working copy changes if necessary]" \ |
186 | {-m,--merge}"[If the current working copy changes do not apply cleanly to the target commit, start merge conflict resolution instead of aborting]" \ | 186 | {-m,--merge}"[If the current working copy changes do not apply cleanly to the target commit, start merge conflict resolution instead of aborting]" \ |
187 | "::target:__git_recent_commits" | 187 | "::target:__git_commits_prefer_recent" |
188 | return 0 | 188 | return 0 |
189 | } | 189 | } |
190 | 190 | ||