| Commit message (Expand) | Author | Age | Files | Lines |
* | 25582: attempt to make "pws non-canonical hack" respect file types | Peter Stephenson | 2008-09-01 | 1 | -0/+4 |
* | Jörg Sommer: 25572: completer module parameters | Peter Stephenson | 2008-09-01 | 1 | -0/+5 |
* | 25571: when parsing use line numbers for the start of a token, not the end | Peter Stephenson | 2008-08-31 | 1 | -0/+7 |
* | Frank Terbeck: 25561: fix quoting with aliases. | Clint Adams | 2008-08-31 | 1 | -0/+3 |
* | Mikael Magnusson: 25564: suppress error output in __git_is_treeish. | Clint Adams | 2008-08-31 | 1 | -0/+5 |
* | 25570: line numbers of complex sublists were wrong, plus test | Peter Stephenson | 2008-08-31 | 1 | -0/+6 |
* | users/13169: really restore emulation mode after 'emulate -L' | Andrey Borzenkov | 2008-08-31 | 1 | -0/+7 |
* | 25569: David Le Bourgeois and pws: _ant completion fix | Peter Stephenson | 2008-08-31 | 1 | -0/+3 |
* | 25568: Frank Terbeck & pws: invalid continue and break arguments | Peter Stephenson | 2008-08-31 | 1 | -0/+5 |
* | users/13162: strip ~ suffix from modules | Peter Stephenson | 2008-08-31 | 1 | -0/+5 |
* | 25553: add aoss to compdef line. | Clint Adams | 2008-08-30 | 1 | -0/+3 |
* | Frank Terbeck: 25551: remove a stray period from a description. | Clint Adams | 2008-08-30 | 1 | -0/+5 |
* | Mikael Magnusson: 25539: more 'git clone' fixes. | Clint Adams | 2008-08-29 | 1 | -0/+3 |
* | Frank Terbeck: 25538: add missing backslash. | Clint Adams | 2008-08-29 | 1 | -0/+3 |
* | Frank Terbeck: 25537: add --abort to options for 'git am'. | Clint Adams | 2008-08-29 | 1 | -0/+5 |
* | 25532: problem skipping assignments etc. with setopt ERREXIT | Peter Stephenson | 2008-08-25 | 1 | -0/+6 |
* | 25521: get merge strategies from git merge in case the administrator has adde... | Clint Adams | 2008-08-24 | 1 | -0/+5 |
* | 25508: set file name if function came from dump file | Peter Stephenson | 2008-08-22 | 1 | -0/+5 |
* | Alexey I. Froloff: 25459: add list-dirs-first style. | Peter Stephenson | 2008-08-21 | 1 | -0/+7 |
* | Mikael Magnusson: 25499: add function to validate tree-ishs. | Clint Adams | 2008-08-21 | 1 | -0/+3 |
* | 25495: always complete cached files after git checkout --. | Clint Adams | 2008-08-21 | 1 | -0/+3 |
* | 25493: allow -q to be used in all git checkout contexts. | Clint Adams | 2008-08-21 | 1 | -0/+3 |
* | 25491: patch to improve "git checkout" completion, from Mikael Magnusson. | Clint Adams | 2008-08-21 | 1 | -0/+5 |
* | 25490: make zties dynamic so there can be more than one gdbm handle in use at... | Clint Adams | 2008-08-19 | 1 | -0/+3 |
* | 25489: remove cruft for "git octopus/octupus". | Clint Adams | 2008-08-19 | 1 | -0/+3 |
* | 25488: patch to complete things after "git bisect start", Mikael Magnusson. | Clint Adams | 2008-08-19 | 1 | -0/+3 |
* | 25487: whitespace changes from Mikael Magnusson. | Clint Adams | 2008-08-19 | 1 | -0/+3 |
* | 25486: patch to allow --shared to be completed without --local with git clone. | Clint Adams | 2008-08-19 | 1 | -0/+3 |
* | 25485: patch to allow --abbrev to be completed before -v with git branch, fro... | Clint Adams | 2008-08-19 | 1 | -0/+5 |
* | 25480: add more quotes to the three _call_program invocations with git for-ea... | Clint Adams | 2008-08-18 | 1 | -0/+3 |
* | Mikael Magnusson: 25473: add missing parenthesis. | Clint Adams | 2008-08-18 | 1 | -0/+3 |
* | unposted: additional git branch options. | Clint Adams | 2008-08-18 | 1 | -0/+3 |
* | 25475: determine heads, tags, and branches through git for-each-ref instead o... | Clint Adams | 2008-08-18 | 1 | -0/+6 |
* | 25469: assorted changes cherry-picked from Mikael Magnusson. | Clint Adams | 2008-08-17 | 1 | -0/+5 |
* | 25465: patch from Mikael Magnusson to add more git-add and git-checkout options. | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | unposted: another typo fix. | Clint Adams | 2008-08-16 | 1 | -0/+2 |
* | 25464: patch from Mikael Magnusson to add --graph. | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ... | Clint Adams | 2008-08-16 | 1 | -0/+4 |
* | 25462: patch to add some -s -w to _arguments and new options for revert, from... | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson. | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mik... | Clint Adams | 2008-08-16 | 1 | -1/+5 |
* | 25457: improvements for git diff and git log. | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | Mikael Magnusson: 25456: fix typo of "before". | Clint Adams | 2008-08-16 | 1 | -1/+4 |
* | Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes. | Clint Adams | 2008-08-16 | 1 | -0/+5 |
* | 25452: redirect stderr from look to /dev/null. | Clint Adams | 2008-08-14 | 1 | -0/+5 |
* | unposted: test changed needed by foregoing patch | Peter Stephenson | 2008-08-13 | 1 | -0/+3 |
* | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 2008-08-13 | 1 | -0/+7 |
* | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 2008-08-12 | 1 | -0/+6 |
* | 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>: | Peter Stephenson | 2008-08-12 | 1 | -0/+9 |
* | unposted: fix test failure in previous commit | Peter Stephenson | 2008-08-11 | 1 | -0/+3 |