From 45bdc87a1f4058f9a8cd5eaceda704284d4a89a1 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 23 Sep 2015 20:55:40 +0200 Subject: 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean} When pressing Ctrl-C after `git am`, only `last` exists in `.git/rebase-apply/`, which is empty. This patch fixes it to fall back to "no patch applied" then. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bebc97b53..5a4db9010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-28 Daniel Hahler + + * 36601: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: + vcs_info: handle missing .git/rebase-apply/{next,msg-clean} + 2015-09-28 Barton E. Schaefer * 36669: Src/lex.c: fix ${(z)...} of an an incomplete math -- cgit 1.4.1