about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-12-04 15:54:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-12-04 15:54:16 +0000
commit74f4cbfcb606da1727ccc3db4f64fd7bae242594 (patch)
treee895c75a826f1f18dc09e676abd2255e066de384
parent3499a676fa556639545836dbc4855736f61c8789 (diff)
downloadzsh-74f4cbfcb606da1727ccc3db4f64fd7bae242594.tar.gz
zsh-74f4cbfcb606da1727ccc3db4f64fd7bae242594.tar.xz
zsh-74f4cbfcb606da1727ccc3db4f64fd7bae242594.zip
47716: Etc/BUGS: Add Alekxandr's vcs_info patch.
-rw-r--r--ChangeLog4
-rw-r--r--Etc/BUGS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b9baa39f..562e42854 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-04  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 47716: Etc/BUGS: Add Alekxandr's vcs_info patch.
+
 2020-12-02  Bart Schaefer  <schaefer@zsh.org>
 
 	* 47704: Src/Modules/param_private.c: fix scope for "private -p"
diff --git a/Etc/BUGS b/Etc/BUGS
index 502d0a80f..c78f499ed 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -79,3 +79,5 @@ exec 3>/tmp/test1 3>/tmp/test2
 
 causes a script to hang.
 ------------------------------------------------------------------------
+47561: [PATCH v4] vcs_info: choose backend by basedir
+------------------------------------------------------------------------