diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2010-08-02 21:11:08 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2010-08-02 21:11:08 +0000 |
commit | 01b4a673102c7f20c9b6ef43dc2a3784c73a9391 (patch) | |
tree | 652cbd908eaa3a66088a5520db3d20b110670738 /ChangeLog | |
parent | 67e6e030d2ff6a11f341240974e056e8af0d80fe (diff) | |
download | zsh-01b4a673102c7f20c9b6ef43dc2a3784c73a9391.tar.gz zsh-01b4a673102c7f20c9b6ef43dc2a3784c73a9391.tar.xz zsh-01b4a673102c7f20c9b6ef43dc2a3784c73a9391.zip |
Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e3024200a..dce5b6503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * Seth House: 28115: Misc/vcs_info-examples: Another git example hook. + * Seth House: 28114: + Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix revision + lookup with packed repositories. + 2010-08-02 Peter Stephenson <pws@csr.com> * Daiki Ueno: 28112: Src/Zle/zle_refresh.c: missing parentheses @@ -13473,5 +13477,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5045 $ +* $Revision: 1.5046 $ ***************************************************** |