diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2009-06-01 17:23:28 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2009-06-01 17:23:28 +0000 |
commit | 6192a49bfba17eb765a9cd77be1292c5bceb3084 (patch) | |
tree | 7368830b4fd2595d88f026b837a092d458acc36e /ChangeLog | |
parent | 81551829918c9b8f1ce7552493ae3d009ac6bde8 (diff) | |
download | zsh-6192a49bfba17eb765a9cd77be1292c5bceb3084.tar.gz zsh-6192a49bfba17eb765a9cd77be1292c5bceb3084.tar.xz zsh-6192a49bfba17eb765a9cd77be1292c5bceb3084.zip |
Tweak find to prune a .git dir. This allows a .git/cvs dir to exist
with a cvs checkout in it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9ab97333e..672b9d818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-01 Wayne Davison <wayned@users.sourceforge.net> + + * Util/mkdisttree.sh, Util/preconfig: Tweak find to prune a .git dir. + This allows a .git/cvs dir to exist with a cvs checkout in it. + 2009-06-01 Peter Stephenson <pws@csr.com> * Config/versio.mk: release 4.3.10. @@ -11799,5 +11804,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4705 $ +* $Revision: 1.4706 $ ***************************************************** |