summaryrefslogtreecommitdiffstats
path: root/Functions/VCS_Info
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-10-02 15:21:53 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-10-02 15:22:06 +0000
commitf9952301b2e4ba1c2181beabc02a7e0597358e7b (patch)
treeb0a5b3ba83f162e11826ff6c7f12430fe7f0d8f8 /Functions/VCS_Info
parentunposted: Fix typo (diff)
downloadzsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar.gz
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar.bz2
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar.lz
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar.xz
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.tar.zst
zsh-f9952301b2e4ba1c2181beabc02a7e0597358e7b.zip
unposted: Indicate which use-case each branch handles.
Diffstat (limited to 'Functions/VCS_Info')
-rw-r--r--Functions/VCS_Info/Backends/VCS_INFO_get_data_git4
1 files changed, 3 insertions, 1 deletions
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git
index c3e62db3a..05de4ae84 100644
--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git
+++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git
@@ -183,6 +183,7 @@ then
git_patches_unapplied=(${(f)"$(< "${patchdir}/unapplied")"})
VCS_INFO_git_handle_patches
elif [[ -d "${gitdir}/rebase-merge" ]]; then
+ # 'git rebase -i'
patchdir="${gitdir}/rebase-merge"
local p
[[ -f "${patchdir}/done" ]] &&