| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 25488: patch to complete things after "git bisect start", Mikael Magnusson. | Clint Adams | 2008-08-19 | 2 | -0/+13 |
* | 25487: whitespace changes from Mikael Magnusson. | Clint Adams | 2008-08-19 | 2 | -46/+49 |
* | 25486: patch to allow --shared to be completed without --local with git clone. | Clint Adams | 2008-08-19 | 2 | -7/+6 |
* | 25485: patch to allow --abbrev to be completed before -v with git branch, fro... | Clint Adams | 2008-08-19 | 2 | -6/+7 |
* | 25480: add more quotes to the three _call_program invocations with git for-ea... | Clint Adams | 2008-08-18 | 2 | -3/+6 |
* | Mikael Magnusson: 25473: add missing parenthesis. | Clint Adams | 2008-08-18 | 2 | -1/+5 |
* | unposted: additional git branch options. | Clint Adams | 2008-08-18 | 2 | -0/+8 |
* | 25475: determine heads, tags, and branches through git for-each-ref instead o... | Clint Adams | 2008-08-18 | 2 | -3/+9 |
* | 25469: assorted changes cherry-picked from Mikael Magnusson. | Clint Adams | 2008-08-17 | 2 | -30/+97 |
* | 25465: patch from Mikael Magnusson to add more git-add and git-checkout options. | Clint Adams | 2008-08-16 | 2 | -0/+10 |
* | unposted: another typo fix. | Clint Adams | 2008-08-16 | 2 | -1/+3 |
* | 25464: patch from Mikael Magnusson to add --graph. | Clint Adams | 2008-08-16 | 2 | -0/+4 |
* | 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ... | Clint Adams | 2008-08-16 | 2 | -0/+7 |
* | 25462: patch to add some -s -w to _arguments and new options for revert, from... | Clint Adams | 2008-08-16 | 2 | -4/+8 |
* | 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson. | Clint Adams | 2008-08-16 | 2 | -1/+4 |
* | 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mik... | Clint Adams | 2008-08-16 | 2 | -1/+8 |
* | 25457: improvements for git diff and git log. | Clint Adams | 2008-08-16 | 2 | -6/+10 |
* | Mikael Magnusson: 25456: fix typo of "before". | Clint Adams | 2008-08-16 | 2 | -2/+5 |
* | Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes. | Clint Adams | 2008-08-16 | 2 | -0/+66 |
* | 25452: redirect stderr from look to /dev/null. | Clint Adams | 2008-08-14 | 2 | -1/+6 |
* | unposted: test changed needed by foregoing patch | Peter Stephenson | 2008-08-13 | 2 | -0/+4 |
* | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 2008-08-13 | 7 | -2/+78 |
* | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 2008-08-12 | 4 | -12/+30 |
* | 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>: | Peter Stephenson | 2008-08-12 | 13 | -20/+556 |
* | unposted: fix test failure in previous commit | Peter Stephenson | 2008-08-11 | 2 | -5/+4 |
* | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2008-08-11 | 14 | -18/+167 |
* | unposted: prvent command(s) from looking like a Yodl macro | Peter Stephenson | 2008-08-11 | 2 | -4/+4 |
* | unposted: prvent zshaddhistory() from looking like a Yodl macro | Peter Stephenson | 2008-08-11 | 2 | -1/+4 |
* | 25429: Rocky Bernstein: dont assume PS4 is set to the default | Peter Stephenson | 2008-08-11 | 3 | -23/+30 |
* | 25424: Completion/Debian/Command/_lintian: completion for lintian-info. | Clint Adams | 2008-08-08 | 2 | -35/+69 |
* | 25423: completion for grep-excuses. | Clint Adams | 2008-08-07 | 3 | -1/+13 |
* | 25422: apt-show-versions completion fix. | Clint Adams | 2008-08-07 | 2 | -1/+7 |
* | 25409: missed ChangeLog entry | Peter Stephenson | 2008-08-07 | 1 | -0/+6 |
* | 25418: set PROMPT_SUBST for all Bourne-style shells | Peter Stephenson | 2008-08-07 | 3 | -2/+5 |
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 13 | -53/+154 |
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 4 | -7/+47 |
* | 25405: return status from anonymous functions was not handled | Peter Stephenson | 2008-08-06 | 2 | -2/+6 |
* | 25400: Rockys test for second part of trapreturn bug | Peter Stephenson | 2008-08-06 | 2 | -0/+18 |
* | unposted: two-word clarification of ZLS_COLORS usage. | Bart Schaefer | 2008-08-06 | 1 | -1/+1 |
* | 25389: rearrange precedence of ZLS_COLORS alternatives. | Bart Schaefer | 2008-08-06 | 3 | -18/+24 |
* | 25392: test for 25367 | Peter Stephenson | 2008-08-05 | 2 | -0/+42 |
* | 25385: fix another bug with trapreturn trampling on status | Peter Stephenson | 2008-08-04 | 2 | -1/+6 |
* | users/13095: no _XOPEN_SOURCE_EXTENDED on AIX | Peter Stephenson | 2008-08-04 | 2 | -1/+4 |
* | 25384: fix problem with incorrect autoloads of zsh/zle | Peter Stephenson | 2008-08-04 | 2 | -8/+19 |
* | users/13093: HashNode changes for AIX | Peter Stephenson | 2008-08-04 | 2 | -3/+8 |
* | 25373: trashzleptr() -> zleentry(ZLE_CMD_TRASH) | Bart Schaefer | 2008-08-02 | 2 | -1/+6 |
* | fix problems with trapreturn, in particular in source inside trap | Peter Stephenson | 2008-08-01 | 4 | -2/+24 |
* | TCP functions: fix some variable handling problems, | Peter Stephenson | 2008-08-01 | 4 | -108/+122 |
* | 25364: fix k flag in hash subscript | Peter Stephenson | 2008-07-31 | 3 | -4/+19 |
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 13 | -120/+204 |