summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: additional git branch options.Clint Adams2008-08-181-0/+3
|
* 25475: determine heads, tags, and branches through git for-each-ref instead ↵Clint Adams2008-08-181-0/+6
| | | | of git tag and git branch.
* 25469: assorted changes cherry-picked from Mikael Magnusson.Clint Adams2008-08-171-0/+5
|
* 25465: patch from Mikael Magnusson to add more git-add and git-checkout options.Clint Adams2008-08-161-0/+3
|
* unposted: another typo fix.Clint Adams2008-08-161-0/+2
|
* 25464: patch from Mikael Magnusson to add --graph.Clint Adams2008-08-161-0/+3
|
* 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ↵Clint Adams2008-08-161-0/+4
| | | | from Mikael Magnusson.
* 25462: patch to add some -s -w to _arguments and new options for revert, ↵Clint Adams2008-08-161-0/+3
| | | | from Mikael Magnusson.
* 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson.Clint Adams2008-08-161-0/+3
|
* 25460: patch to add the --branches/tags/remotes for rev-list to _git from ↵Clint Adams2008-08-161-1/+5
| | | | Mikael Magnusson.
* 25457: improvements for git diff and git log.Clint Adams2008-08-161-0/+3
|
* Mikael Magnusson: 25456: fix typo of "before".Clint Adams2008-08-161-1/+4
|
* Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes.Clint Adams2008-08-161-0/+5
|
* 25452: redirect stderr from look to /dev/null.Clint Adams2008-08-141-0/+5
|
* unposted: test changed needed by foregoing patchPeter Stephenson2008-08-131-0/+3
|
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-131-0/+7
|
* 25443 (tweaked): allow $functrace to show sourced filesPeter Stephenson2008-08-121-0/+6
|
* 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>:Peter Stephenson2008-08-121-0/+9
| | | | | new and improved BSD completions unposted: fix Solaris completion .distfiles
* unposted: fix test failure in previous commitPeter Stephenson2008-08-111-0/+3
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-111-0/+9
|
* unposted: prvent command(s) from looking like a Yodl macroPeter Stephenson2008-08-111-2/+2
|
* unposted: prvent zshaddhistory() from looking like a Yodl macroPeter Stephenson2008-08-111-0/+3
|
* 25429: Rocky Bernstein: dont assume PS4 is set to the defaultPeter Stephenson2008-08-111-0/+5
|
* 25424: Completion/Debian/Command/_lintian: completion for lintian-info.Clint Adams2008-08-081-0/+5
|
* 25423: completion for grep-excuses.Clint Adams2008-08-071-0/+4
|
* 25422: apt-show-versions completion fix.Clint Adams2008-08-071-0/+5
|
* 25409: missed ChangeLog entryPeter Stephenson2008-08-071-0/+6
|
* 25418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson2008-08-071-0/+3
|
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-0/+10
| | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
* 25405: return status from anonymous functions was not handledPeter Stephenson2008-08-061-0/+3
|
* 25400: Rockys test for second part of trapreturn bugPeter Stephenson2008-08-061-0/+4
|
* 25389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer2008-08-061-0/+6
|
* 25392: test for 25367Peter Stephenson2008-08-051-0/+4
|
* 25385: fix another bug with trapreturn trampling on statusPeter Stephenson2008-08-041-0/+5
|
* users/13095: no _XOPEN_SOURCE_EXTENDED on AIXPeter Stephenson2008-08-041-0/+3
|
* 25384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson2008-08-041-0/+3
|
* users/13093: HashNode changes for AIXPeter Stephenson2008-08-041-0/+5
|
* 25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer2008-08-021-0/+5
|
* fix problems with trapreturn, in particular in source inside trapPeter Stephenson2008-08-011-0/+4
|
* TCP functions: fix some variable handling problems,Peter Stephenson2008-08-011-0/+11
| | | | | also standardise indentation add-zsh-hook: fix check for existence of hook function in existing hook
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-0/+8
|
* cross-reference to DEBUG_BEFORE_CMD optionPeter Stephenson2008-07-301-1/+5
|
* users/13077: Max Mikhanosha: restore follow after sort in _path_filesPeter Stephenson2008-07-301-2/+7
|
* 25346: fix some variables in compdumpPeter Stephenson2008-07-291-0/+2
|
* users/13072: add follow option to file-sortPeter Stephenson2008-07-291-0/+5
|
* following discussion, change fc error messagePeter Stephenson2008-07-271-0/+5
|
* 25338: disallow usage of current history line in fcPeter Stephenson2008-07-251-0/+6
|
* 25236: missing changelog entryPeter Stephenson2008-07-231-0/+5
|
* 25330: fix description of zcurses "position" (was documented as "location").Clint Adams2008-07-231-0/+3
|
* 25329: build the curses module if we've got any usable curses header, not ↵Clint Adams2008-07-231-0/+3
| | | | just curses.h.