summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-06-26Use "service" instead of "/etc/init.d" in debian/examples/carsten.zshrcAxel Beckert1-3/+2
That way the example also supports systemd as init system.
2015-06-13Upload to unstable as 5.0.8-1Axel Beckert1-3/+5
2015-06-03Add git commit IDs and Debian bug numbers of bugs fixed upstream in the last ↵Axel Beckert1-0/+5
upload
2015-06-02Update changelog for 5.0.8 releaseAxel Beckert1-3/+4
Git-Dch: Ignore
2015-06-02New upstream release: Merge tag 'zsh-5.0.8' / branch 'upstream' into 'debian'.Axel Beckert18-100/+238
2015-05-31unposted: release 5.0.8Peter Stephenson3-4/+6
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson5-4/+28
2015-05-30users/20238: add "fc -L" to operate only on the local shell historyBarton E. Schaefer3-16/+29
Also avoid invoking the editor on empty results.
2015-05-3035234: better zfget completion with pathsHan Pingtian2-5/+22
2015-05-3035311: typo in zfuput behaviourHan Pingtian2-1/+6
2015-05-3035310 (plus undo 35268 (git 899613f)): fix quoting of cached arraysOliver Kiddle2-5/+18
Also add file name reference to ChangeLog entry from rev 899613f.
2015-05-2935326: $#- was misparsed as ${#-}Peter Stephenson3-3/+11
2015-05-2920237: fix typo in foregoing commitPeter Stephenson1-1/+1
2015-05-292037: ${functions[foo]} shouldn't be unmetafied.Peter Stephenson2-5/+5
When passed back from the parameter-specific "get" handler it's still in the shell's internals, so remains metafied. This caused mayhem with UTF-8 characters in function bodies.
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler2-2/+7
Especially during a git rebase, you would use `git commit -m foo --amend`.
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle3-49/+55
2015-05-2835318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson5-5/+24
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
2015-05-28Add preliminary changelog entry for new upstream release candidateAxel Beckert1-0/+10
Git-Dch: Ignore
2015-05-28Drop all but one patch (issues fixed upstream)Axel Beckert3-60/+0
2015-05-28Merge branch 'upstream' and tag 'zsh-5.0.7-dev-4' into 'debian'Axel Beckert90-884/+2217
2015-05-2735306: "test -z \(" failed due to parse confusionPeter Stephenson3-8/+34
2015-05-27Update to 5.0.7-dev-4Peter Stephenson2-2/+6
2015-05-2735293: fix zstyle lookup with _php: use trailing colonDaniel Hahler2-1/+4
2015-05-2735286: fix zstyle lookups with _baz and _tlaDaniel Hahler3-4/+7
Add trailing colons to context being used with `zstyle -s`.
2015-05-2735285: _cdr: fix zstyle lookup for recent-dirs-insertDaniel Hahler2-1/+6
The string was quoted incorrectly and missed the final ":".
2015-05-2735299: Improve effect of zfdir -rHan Pingtian2-3/+9
2015-05-2635289: fix typos in the description of emulateJun-ichi Takimoto2-2/+7
based on 34981 by Han Pingtian
2015-05-26Mention how to use bash completion with zsh in README.Debian (c.f. #786881)Axel Beckert1-0/+9
2015-05-26Make README.Debian a little bit more markdownyAxel Beckert1-1/+1
Git-Dch: Ignore
2015-05-26c.f. 35268: revert completion cache optimisation for nowPeter Stephenson2-9/+6
2015-05-2635295: Try harder with zftp directory listingHan Pingtian2-1/+10
2015-05-2635292: yum install complets local filesEric Cook2-4/+23
2015-05-2335127#1: Fix _describe/compdescribe problem with unsorted groupsDaniel Shahaf3-7/+47
2015-05-22Tweak test for function level of exit.Peter Stephenson2-1/+6
Sometimes local level jumps so we need an inequality instead of an equality.
2015-05-2335255: if available, use texi2any instead of texi2htmlJun-ichi Takimoto3-6/+20
2015-05-22ChangeLog: for previous commit; fix date for older oneDaniel Hahler1-1/+6
2015-05-2235261: completion: git: __git_recent_commits: local retDaniel Hahler1-1/+1
Without this, `ret` will be set to 1 with `git diff --ex<tab>` and result in duplicate entries: % git diff --ex<tab> -- option -- --exit-code -- report exit code 1 if differences, 0 otherwise --exit-code -- report exit code 1 if differences, 0 otherwise --ext-diff -- allow external diff helper to be executed --ext-diff -- allow external diff helper to be executed --no-ext-diff -- disallow external diff helper to be executed -- recent commit object name --
2015-05-2135250: Fix case documentation (SH_GLOB)Peter Stephenson3-7/+15
2015-05-2135248: treat fully parenthised zsh patterns as complete case patterns againPeter Stephenson4-15/+124
2015-05-2035231: make mkevnstr() safe for NULL valueBarton E. Schaefer2-5/+13
2015-05-2035232: matching parenthesesİsmail Dönmez2-1/+6
2015-05-1935224: completion: git: Add fast-export --signed-tags=warn-stripDaniel Shahaf2-1/+7
2015-05-1935217: add missing changelog entry; use "-O expl" with _alternativeDaniel Hahler2-1/+4
2015-05-1935217: completion: git: send-email: complete (recent) commitsDaniel Hahler1-1/+3
This adds `__git_commit_objects_prefer_recent` as alternative for git-send-email's completion.
2015-05-19__git_commit_objects: do not use _guard, but only a patternDaniel Hahler2-1/+4
With using `_guard` there like it's been done, the completion could not be selected, probably because of the call to `_message` therein. This changes it to use only the logic/check from `_guard` that we want here.
2015-05-19Completion/Unix/Command/_git: remove -2 with __git_recent_commitsDaniel Hahler2-1/+6
Remove "-2" for _describe in __git_recent_commits. This fixes the duplicate entries issue, because __git_recent_commits gets called twice for _git-checkout (for __git_revisions and __git_tree_ishs): 1. __git_commit_objects_prefer_recent _alternative __git_commits __git_revisions _alternative _git-checkout 2. __git_commit_objects_prefer_recent _alternative __git_commits __git_tree_ishs _alternative _git-checkout
2015-05-1935204: fix broken __git_recent_commits from previous commitDaniel Hahler2-1/+4
This fixes 1e7bb4a: newlines need to be kept (from the "%d" part).
2015-05-1935164: fix __git_commit_objects/__git_recent_commitsDaniel Hahler2-2/+7
$pipestatus for `: foo` is 0 always. Without this, "git checkout" in a non-git directory would complete " ", but not result in a note/error about not being in a git dir.
2015-05-19users/20222: completion: git: Add matchspec for headsDaniel Shahaf2-4/+9
Allows 'git checkout o/m<TAB>' to complete 'origin/master'. Moreover, '/x<TAB>' would complete 'foo/bar/xyzzy/baz', since the matchspec uses not '*' but '**'.
2015-05-1835193: Add "unalias -a".Peter Stephenson5-8/+59