From 57013f8b96520057fda4b0d5057646c83465d1b6 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 23 Jan 2017 19:06:39 +0000 Subject: 40401: vcs_info git: Fix the %c patch-format expando. Before this change, ${git_unapplied_s} was unused and the %c (${hook_com[unapplied]}) expando evaluated to the number of digits in the string returned by the gen-unapplied-string hook (or to the number of digits in the number of unapplied patches, when there was no such hook). --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d8d19eae..acb4bf464 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-01-25 Daniel Shahaf + * 40401: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: + vcs_info git: Fix the %c patch-format expando. + * 40396: Doc/Zsh/contrib.yo: vcs_info quilt: More documentation of '%Q' and 'use-quilt'. -- cgit 1.4.1