summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-07 20:22:58 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-20 23:38:04 +0000
commitb110d6d5afe2c8529799b4ebd433399f080bcdf0 (patch)
tree66c7c7aeb44b980ba46ada72f1c0a46aa2702880 /ChangeLog
parent48528/0002: vcs_info git docs: ahead/behind commits: Reduce the number of forks (diff)
downloadzsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar.gz
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar.bz2
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar.lz
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar.xz
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.tar.zst
zsh-b110d6d5afe2c8529799b4ebd433399f080bcdf0.zip
48435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an omission in the documentation and add an example.
The example code is a reduced version of my function from workers/47519, with one bug fixed. (In workers/47519, if $1 doesn't contain spacesĀ - which is the case under hg mq - then $H and $s will be set to the same value.) Tweaked: Extended the contrib.yo hunk with details about mq.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10447cccd..01f1eeb4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-04-20 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 48435 (tweaked): Doc/Zsh/contrib.yo, Misc/vcs_info-examples:
+ vcs_info docs: applied-string/unapplied-string: Correct an
+ omission in the documentation and add an example.
+
* 48528/0002: Misc/vcs_info-examples: vcs_info git docs:
ahead/behind commits: Reduce the number of forks