diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2010-07-19 20:05:22 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2010-07-19 20:05:22 +0000 |
commit | bb95aef24fb0228eb5dceb71e13f64de056ccc08 (patch) | |
tree | 702094f700111f91d09c2e7c0a6a9748ba5d23eb /ChangeLog | |
parent | e03c47752b14c607c5755401fef803963784b32c (diff) | |
download | zsh-bb95aef24fb0228eb5dceb71e13f64de056ccc08.tar.gz zsh-bb95aef24fb0228eb5dceb71e13f64de056ccc08.tar.xz zsh-bb95aef24fb0228eb5dceb71e13f64de056ccc08.zip |
28095: Fix two hard-coded invocations of the "git" command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 34a7a6b24..912f0d72e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * Seth House: 28084, 28083: Misc/vcs_info-examples: cleanups and new examples. + * 28095: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix + two hard-coded invocations of the "git" command. + 2010-07-15 Peter Stephenson <p.w.stephenson@ntlworld.com> * 28073: Src/exec.c, Src/init.c, Src/utils.c: allow #! @@ -13388,5 +13391,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5028 $ +* $Revision: 1.5029 $ ***************************************************** |