diff options
| author | Peter Stephenson <pws@zsh.org> | 2013-11-18 16:26:33 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2013-11-18 16:26:33 +0000 |
| commit | 8426fc66399bae77f059276d0f9d995a50761e72 (patch) | |
| tree | 28783fb70bfa1f229be406f0f1654d5947798b52 | |
| parent | 32001: fix crash on ${:*} and ${:|} (diff) | |
| download | zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar.gz zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar.bz2 zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar.lz zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar.xz zsh-8426fc66399bae77f059276d0f9d995a50761e72.tar.zst zsh-8426fc66399bae77f059276d0f9d995a50761e72.zip | |
follow up to 31959: I patched the files to the wrong place.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Doc/help/.cvsignore (renamed from Doc/Doc/help/.cvsignore) | 0 | ||||
| -rw-r--r-- | Doc/help/.distfiles (renamed from Doc/Doc/help/.distfiles) | 0 |
3 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-11-18 Peter Stephenson <p.stephenson@samsung.com> + + * unposted but see 32012: Doc/help/.cvsignore, + Doc/help/.distfiles: were created in the wrong place, so move. + 2013-11-17 Peter Stephenson <p.w.stephenson@ntlworld.com> * 32001: Src/subst.: fix crash on empty arrays with array diff --git a/Doc/Doc/help/.cvsignore b/Doc/help/.cvsignore index 0751b2579..0751b2579 100644 --- a/Doc/Doc/help/.cvsignore +++ b/Doc/help/.cvsignore diff --git a/Doc/Doc/help/.distfiles b/Doc/help/.distfiles index 60962adf4..60962adf4 100644 --- a/Doc/Doc/help/.distfiles +++ b/Doc/help/.distfiles |
