diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-17 07:28:52 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-10-17 07:28:52 -0700 |
commit | ff520d1b798faa26037291e373689b5957784cc8 (patch) | |
tree | 10d802ac64e5ea5adcc58612208ed7d0b21e9314 /ChangeLog | |
parent | 73ececfd01bc137366d25940d90a34aaa2cdb02e (diff) | |
download | zsh-ff520d1b798faa26037291e373689b5957784cc8.tar.gz zsh-ff520d1b798faa26037291e373689b5957784cc8.tar.xz zsh-ff520d1b798faa26037291e373689b5957784cc8.zip |
31823: add HISTORY_IGNORE parameter
HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0493ab5ec..ae0e938cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-17 Barton E. Schaefer <schaefer@zsh.org> + + * 31836 (cf. 31823): Doc/Zsh/params.yo, Src/hist.c: add + HISTORY_IGNORE pattern to exclude matching lines in the + internal history from the HISTFILE at write time. + 2013-10-17 Peter Stephenson <p.stephenson@samsung.com> * 31830: Doc/Zsh/func.yo, README, Src/hist.c, Src/zsh.h: |