summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-1925490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams3-17/+37
at a time.
2008-08-1925489: remove cruft for "git octopus/octupus".Clint Adams2-7/+4
2008-08-1925488: patch to complete things after "git bisect start", Mikael Magnusson.Clint Adams2-0/+13
2008-08-1925487: whitespace changes from Mikael Magnusson.Clint Adams2-46/+49
2008-08-1925486: patch to allow --shared to be completed without --local with git clone.Clint Adams2-7/+6
2008-08-1925485: patch to allow --abbrev to be completed before -v with git branch, ↵Clint Adams2-6/+7
from Mikael Magnusson.
2008-08-1825480: add more quotes to the three _call_program invocations with git ↵Clint Adams2-3/+6
for-each-ref.
2008-08-18Mikael Magnusson: 25473: add missing parenthesis.Clint Adams2-1/+5
2008-08-18unposted: additional git branch options.Clint Adams2-0/+8
2008-08-1825475: determine heads, tags, and branches through git for-each-ref instead ↵Clint Adams2-3/+9
of git tag and git branch.
2008-08-1725469: assorted changes cherry-picked from Mikael Magnusson.Clint Adams2-30/+97
2008-08-1625465: patch from Mikael Magnusson to add more git-add and git-checkout options.Clint Adams2-0/+10
2008-08-16unposted: another typo fix.Clint Adams2-1/+3
2008-08-1625464: patch from Mikael Magnusson to add --graph.Clint Adams2-0/+4
2008-08-1625463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ↵Clint Adams2-0/+7
from Mikael Magnusson.
2008-08-1625462: patch to add some -s -w to _arguments and new options for revert, ↵Clint Adams2-4/+8
from Mikael Magnusson.
2008-08-1625461: patch to add HEAD as a completion for heads, from Mikael Magnusson.Clint Adams2-1/+4
2008-08-1625460: patch to add the --branches/tags/remotes for rev-list to _git from ↵Clint Adams2-1/+8
Mikael Magnusson.
2008-08-1625457: improvements for git diff and git log.Clint Adams2-6/+10
2008-08-16Mikael Magnusson: 25456: fix typo of "before".Clint Adams2-2/+5
2008-08-16Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes.Clint Adams2-0/+66
2008-08-1425452: redirect stderr from look to /dev/null.Clint Adams2-1/+6
2008-08-13unposted: test changed needed by foregoing patchPeter Stephenson2-0/+4
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson7-2/+78
2008-08-1225443 (tweaked): allow $functrace to show sourced filesPeter Stephenson4-12/+30
2008-08-1225435: Baptiste Daroussin <baptiste.daroussin@gmail.com>:Peter Stephenson13-20/+556
new and improved BSD completions unposted: fix Solaris completion .distfiles
2008-08-11unposted: fix test failure in previous commitPeter Stephenson2-5/+4
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson14-18/+167
2008-08-11unposted: prvent command(s) from looking like a Yodl macroPeter Stephenson2-4/+4
2008-08-11unposted: prvent zshaddhistory() from looking like a Yodl macroPeter Stephenson2-1/+4
2008-08-1125429: Rocky Bernstein: dont assume PS4 is set to the defaultPeter Stephenson3-23/+30
2008-08-0825424: Completion/Debian/Command/_lintian: completion for lintian-info.Clint Adams2-35/+69
2008-08-0725423: completion for grep-excuses.Clint Adams3-1/+13
2008-08-0725422: apt-show-versions completion fix.Clint Adams2-1/+7
2008-08-0725409: missed ChangeLog entryPeter Stephenson1-0/+6
2008-08-0725418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson3-2/+5
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson13-53/+154
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
2008-08-0625409: fix eval's use of lastvalPeter Stephenson4-7/+47
2008-08-0625405: return status from anonymous functions was not handledPeter Stephenson2-2/+6
2008-08-0625400: Rockys test for second part of trapreturn bugPeter Stephenson2-0/+18
2008-08-06unposted: two-word clarification of ZLS_COLORS usage.Bart Schaefer1-1/+1
2008-08-0625389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer3-18/+24
2008-08-0525392: test for 25367Peter Stephenson2-0/+42
2008-08-0425385: fix another bug with trapreturn trampling on statusPeter Stephenson2-1/+6
2008-08-04users/13095: no _XOPEN_SOURCE_EXTENDED on AIXPeter Stephenson2-1/+4
2008-08-0425384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson2-8/+19
2008-08-04users/13093: HashNode changes for AIXPeter Stephenson2-3/+8
2008-08-0225373: trashzleptr() -> zleentry(ZLE_CMD_TRASH)Bart Schaefer2-1/+6
2008-08-01fix problems with trapreturn, in particular in source inside trapPeter Stephenson4-2/+24
2008-08-01TCP functions: fix some variable handling problems,Peter Stephenson4-108/+122
also standardise indentation add-zsh-hook: fix check for existence of hook function in existing hook