about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Finet <m.dreadlock@gmail.com>2014-09-12 23:30:39 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2014-09-14 12:02:36 +0200
commit06e03e72345f06ca38e331099f6290a4e0e07891 (patch)
treedd8064c8679282f375ab711346211dd312d07498 /ChangeLog
parent5e40996891e0eaa9d35177e5e848a4b46d47b97e (diff)
downloadzsh-06e03e72345f06ca38e331099f6290a4e0e07891.tar.gz
zsh-06e03e72345f06ca38e331099f6290a4e0e07891.tar.xz
zsh-06e03e72345f06ca38e331099f6290a4e0e07891.zip
33148: vcs_info quilt: refactor standalone detection
Since VCS_INFO_bydir_detect always uses the
vcs_comm[detect_need_file], it should be cleared when querying
it without file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00896da50..ec6557e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
 	* 33147: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
 	vcs_info git: detect revert or cherry-pick with multiple commits
 
+	* 33148: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
+	refactor standalone detection
+
 2014-09-12  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.