Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31823: add HISTORY_IGNORE parameter | Barton E. Schaefer | 2013-10-17 | 3 | -0/+33 |
| | | | | | HISTORY_IGNORE defines a pattern to exclude matching lines in the internal history from the HISTFILE at write time. | ||||
* | 31830: New feature for zshaddhistory hooks. | Peter Stephenson | 2013-10-17 | 5 | -7/+49 |
| | | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out. | ||||
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 4 | -0/+31 |
| | | | | | Notes about interaction with asynchronous jobs such as process substitution and multios. | ||||
* | 31872: zshaddhistory hook example needs options. | Peter Stephenson | 2013-10-16 | 2 | -4/+12 |
| | | | | Only works with INCAPPENDHISTORY or SHAREHISTORY set. | ||||
* | Fix trivial typo in zshaddhistory doc. | Peter Stephenson | 2013-10-15 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2013-10-13 | 12 | -88/+232 |
|\ | |||||
| * | 31818: fix completion for zsh in _sh, and document the _arguments behavior ↵ | Barton E. Schaefer | 2013-10-12 | 3 | -70/+115 |
| | | | | | | | | | | | | | | | | that made the fix necessary To avoid side effects, reposition the _arguments call in _sh for the zsh special case. Document the side effects so avoided, and clean up the _arguments documentation a bit along the way. | ||||
| * | Update ChangeLog with previous commits | Mikael Magnusson | 2013-10-11 | 1 | -6/+21 |
| | | |||||
| * | 31806: _enable _disable: Workaround special characters in alias and function ↵ | Mikael Magnusson | 2013-10-11 | 2 | -6/+18 |
| | | | | | | | | names breaking _arguments syntax | ||||
| * | 31805: Update _enable and _disable for -p, fix related typo in docs | Mikael Magnusson | 2013-10-11 | 3 | -8/+11 |
| | | |||||
| * | 31805: Add $patchars and $dis_patchars to zsh/parameter module | Mikael Magnusson | 2013-10-11 | 5 | -2/+53 |
| | | |||||
| * | 31815: another fix for INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-11 | 2 | -2/+20 |
| | | | | | | | | | | We need to save immediately if something is pushed on the history stack to ensure we use the right file before popping. | ||||
* | | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Bart Schaefer | 2013-10-10 | 5 | -1/+51 |
|\| | |||||
| * | 31810: tests for simple XTRACE output from conditions | Peter Stephenson | 2013-10-10 | 2 | -0/+12 |
| | | |||||
| * | 31809: Make whitespace clear in trace output for patterns. | Peter Stephenson | 2013-10-10 | 2 | -0/+18 |
| | | |||||
| * | 31801: missing local declaration for variables in completion | Eric Cook | 2013-10-08 | 2 | -1/+6 |
| | | |||||
| * | 31797: to match documentation, avoid expanding history when there is neither a | Barton E. Schaefer | 2013-10-08 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | word nor an event designator There are still a few cases where expansion is attempted even though the documentation indicates it will not be, but in most of those cases the expansion will fail. The now-fixed case would fall back to default expansion of the previous command. | ||||
* | | unposted: fix typo | Bart Schaefer | 2013-10-07 | 1 | -1/+1 |
|/ | |||||
* | 31794: further refinement to INCAPPENDHISTORY change. | Peter Stephenson | 2013-10-07 | 2 | -1/+12 |
| | | | | | | With SHAREHISTORY we should make sure the code behaves as it always did, because it takes care about locking a file once for reading and writing. | ||||
* | 31793: Fix problem with non-interactive history. | Peter Stephenson | 2013-10-07 | 2 | -1/+6 |
| | | | | | Modify 31789 so it doesn't try to save history from hbegin() in that case. | ||||
* | Add new options for rsync 3.1.0. | Wayne Davison | 2013-10-06 | 2 | -1/+17 |
| | |||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 6 | -3/+46 |
| | |||||
* | 31789: Save history for INCAPPENDHISTORY later. | Han Pingtian | 2013-10-05 | 2 | -1/+12 |
| | | | | This improves the timing recorded in the history. | ||||
* | 31784: better line width calculation for completion listings | Barton E. Schaefer | 2013-10-03 | 2 | -25/+39 |
| | | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches. | ||||
* | 31781: "compdescribe -i" clears the completion list column padding width | Barton E. Schaefer | 2013-10-03 | 2 | -0/+7 |
| | |||||
* | 31772: queue_signals() to prevent re-entry into endparamscope(). | Barton E. Schaefer | 2013-09-26 | 2 | -0/+5 |
| | |||||
* | 31770: memmove() instead of memcpy() for overlapping regions. | Barton E. Schaefer | 2013-09-26 | 2 | -1/+6 |
| | |||||
* | 31765: If zle starts in viins mark as insertion. | Peter Stephenson | 2013-09-25 | 2 | -0/+12 |
| | | | | This allows undo to work on everything entered. | ||||
* | 31764: Dewreakify havoc caused by pattern disables on glob qualifiers. | Peter Stephenson | 2013-09-23 | 3 | -5/+13 |
| | | | | Don't use the zpc_specials array before it's defined, it's rude. | ||||
* | 31754: _git: git rm: make git rm --cached work as intended | m0viefreak | 2013-09-22 | 2 | -5/+6 |
| | | | | | | | | | | While limiting the completion to __git_changed-in-index_files makes perfect sense for "git diff", it is wrong to use for "git rm", because it prevents it from completing files present in HEAD. Giving --cached to git rm is supposed to "just remove it from the index, keep the working tree copy" and is in no way related to the file needing to be modified in the index in the first place. | ||||
* | 31752: _git: change completion text for consistency | Øystein Walle | 2013-09-22 | 2 | -1/+6 |
| | |||||
* | 31753: _git: correct some "undocumented" options | m0viefreak | 2013-09-22 | 2 | -10/+11 |
| | | | | | | | | | diff options: --cumulative is deprecated --> remove -G / -S: reword -S to emphase the difference to -G revision options: --abbrev: reword, to emphase the --abbrev-commit requirement | ||||
* | 31751: _git: remove TODOs of actually documented options | Øystein Walle | 2013-09-22 | 2 | -4/+3 |
| | | | | No functional changes. | ||||
* | 31749: _git: fix some typos in description texts | Øystein Walle | 2013-09-22 | 2 | -16/+21 |
| | |||||
* | 31748: _git: support completing remote branches without <remote>/ prefix | m0viefreak | 2013-09-22 | 2 | -0/+19 |
| | | | | | | | | this is used in git 1.8's git checkout <branch> as a shorthand for git checkout -b <branch> --track <remote>/<branch> in case <branch> exists on exactly one remote and is not a local branch | ||||
* | 31746: _git: reword _git-config TODO | m0viefreak | 2013-09-22 | 2 | -1/+6 |
| | | | | | Support for merge drivers, filter drivers, and diff drivers is missing. | ||||
* | 31750: _git: add new configuration options to match latest git v1.8.3 | Øystein Walle | 2013-09-22 | 2 | -1/+103 |
| | |||||
* | 31747: _git: completion updates to match latest git v1.8.3 part 2 | Øystein Walle | 2013-09-22 | 2 | -27/+96 |
| | |||||
* | 31755: _git: completion updates to match latest git v1.8.3 | m0viefreak | 2013-09-22 | 2 | -64/+189 |
| | |||||
* | 31745: _git: correctly use __git_guard_number in some cases | m0viefreak | 2013-09-22 | 2 | -5/+8 |
| | | | | The space is relevant to make the help text work as intended. | ||||
* | 31744: _git: make git submodule <cmd> completion work | m0viefreak | 2013-09-22 | 2 | -1/+4 |
| | | | | | The -A parameter in the main completion stopped completion in the subcommands from working. Remove it. | ||||
* | 31743: _git: fix usage of ->int: for some entries in _git-config | m0viefreak | 2013-09-22 | 2 | -9/+12 |
| | |||||
* | 31741: _git: fix a wrong variable in __git_config_values | m0viefreak | 2013-09-22 | 2 | -1/+6 |
| | | | | This probably was a copy/paste mistake. | ||||
* | unposted: improve an error message. | Barton E. Schaefer | 2013-09-21 | 2 | -1/+6 |
| | |||||
* | 31737: same loop counter fix in get_cadef as get_cvdef. | Barton E. Schaefer | 2013-09-19 | 2 | -1/+5 |
| | |||||
* | 31735: fix off-by-one in completion utility cache code. | Axel Beckert | 2013-09-19 | 2 | -1/+7 |
| | | | | Was causing crashes in complex completions, particularly with taskwarrior | ||||
* | 31726: _git: add few more arguments for cherry-pick and revert | Luka Perkov | 2013-09-14 | 2 | -0/+9 |
| | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> | ||||
* | 31723: _systemd: add more system commands | Luka Perkov | 2013-09-14 | 2 | -1/+16 |
| | | | | | | | While at it move suspend command so the order of the sytem commands equals the one in the systemd help. Signed-off-by: Luka Perkov <luka@openwrt.org> | ||||
* | 31714: handle ".." properly when $PWD or the path prefix traverses a ↵ | Barton E. Schaefer | 2013-09-10 | 2 | -2/+19 |
| | | | | symbolic link. | ||||
* | conflict resolution | Peter Stephenson | 2013-09-08 | 2 | -0/+7 |
|\ |