| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mikael Magnusson: 25473: add missing parenthesis. | Clint Adams | 2008-08-18 | 1 | -1/+2 |
* | unposted: additional git branch options. | Clint Adams | 2008-08-18 | 1 | -0/+5 |
* | 25475: determine heads, tags, and branches through git for-each-ref instead o... | Clint Adams | 2008-08-18 | 1 | -3/+3 |
* | 25469: assorted changes cherry-picked from Mikael Magnusson. | Clint Adams | 2008-08-17 | 1 | -30/+92 |
* | 25465: patch from Mikael Magnusson to add more git-add and git-checkout options. | Clint Adams | 2008-08-16 | 1 | -0/+7 |
* | unposted: another typo fix. | Clint Adams | 2008-08-16 | 1 | -1/+1 |
* | 25464: patch from Mikael Magnusson to add --graph. | Clint Adams | 2008-08-16 | 1 | -0/+1 |
* | 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ... | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | 25462: patch to add some -s -w to _arguments and new options for revert, from... | Clint Adams | 2008-08-16 | 1 | -4/+5 |
* | 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson. | Clint Adams | 2008-08-16 | 1 | -1/+1 |
* | 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mik... | Clint Adams | 2008-08-16 | 1 | -0/+3 |
* | 25457: improvements for git diff and git log. | Clint Adams | 2008-08-16 | 1 | -6/+7 |
* | Mikael Magnusson: 25456: fix typo of "before". | Clint Adams | 2008-08-16 | 1 | -1/+1 |
* | Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes. | Clint Adams | 2008-08-16 | 1 | -0/+61 |
* | 248??: some fixes and updates for git 1.5.5. | Clint Adams | 2008-04-17 | 1 | -4/+9 |
* | 24730: use --no-color when calling git commands that might output color codes. | Clint Adams | 2008-03-23 | 1 | -3/+3 |
* | 24702: fix 24701 | Clint Adams | 2008-03-09 | 1 | -2/+2 |
* | 24701: use $service instead of $words[1] so completion will work if git is an... | Clint Adams | 2008-03-09 | 1 | -4/+4 |
* | 24622: add completion for 'git bisect skip' and 'git bisect run'. | Clint Adams | 2008-02-28 | 1 | -1/+8 |
* | 24464: remove trailing whitespace. | Clint Adams | 2008-01-25 | 1 | -6/+6 |
* | 24442: compensate for some breakage introduced by 24396. | Clint Adams | 2008-01-22 | 1 | -3/+1 |
* | 24441: compensate for some breakage introduced by 24396. | Clint Adams | 2008-01-22 | 1 | -1/+1 |
* | 24437: compensate for some breakage introduced by 24396. | Clint Adams | 2008-01-22 | 1 | -2/+1 |
* | Frank Terbeck: 24413: handle completion when git aliases are used. | Clint Adams | 2008-01-22 | 1 | -32/+54 |
* | Mikael Magnusson: 24396: don't pass -r to git ls-files for performance reason... | Clint Adams | 2008-01-22 | 1 | -12/+15 |
* | 24140: spelling fix and removal of redundant "config" subcommand as proposed ... | Clint Adams | 2007-12-03 | 1 | -2/+1 |
* | Sean Finney: 24115: offer tags as well as heads where refspecs are valid. | Clint Adams | 2007-11-22 | 1 | -1/+3 |
* | 24114: make colon suffix removable after the first part of refspecs. | Clint Adams | 2007-11-22 | 1 | -1/+1 |
* | Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al. | Clint Adams | 2007-10-20 | 1 | -18/+12 |
* | 23994: tweaks for 23993. | Clint Adams | 2007-10-19 | 1 | -1/+2 |
* | Mikael Magnusson: 23993: improved completion for git show. | Clint Adams | 2007-10-19 | 1 | -1/+15 |
* | Mikael Magnusson: 23991: fix typo in __git_blobs(). | Clint Adams | 2007-10-18 | 1 | -1/+1 |
* | Mikael Magnusson: 23988: fix git-svn commands completion. | Clint Adams | 2007-10-18 | 1 | -0/+1 |
* | 23965: add missing bracket in completion for git svnimport. | Clint Adams | 2007-10-15 | 1 | -1/+1 |
* | Mikael Magnusson: 23907: add --cached option to git-diff completion. | Clint Adams | 2007-10-06 | 1 | -0/+1 |
* | 23908: add missing backslash in _git-svn. | Clint Adams | 2007-10-06 | 1 | -1/+1 |
* | Mikael Magnusson: 23906: add missing backslash in _git-svn. | Clint Adams | 2007-10-06 | 1 | -1/+1 |
* | 23905: remove useless gitdir assignment and scope array locally in new __git_... | Clint Adams | 2007-10-04 | 1 | -2/+1 |
* | Mikael Magnusson: 23903: complete both modified and added files for git commit. | Clint Adams | 2007-10-04 | 1 | -1/+13 |
* | Nikolai Weibull: 23889: fix -o completion in git cvsimport. | Clint Adams | 2007-10-01 | 1 | -1/+1 |
* | Nikolai Weibull: 23888: complete branch names and cached files after git log. | Clint Adams | 2007-10-01 | 1 | -1/+12 |
* | Nikolai Weibull: 23879: complete only cached files after git log. | Clint Adams | 2007-10-01 | 1 | -2/+2 |
* | 23875: complete heads, tags, and files after git log. | Clint Adams | 2007-09-30 | 1 | -1/+2 |
* | 23874: only declare revision_arguments parameter once. | Clint Adams | 2007-09-30 | 1 | -14/+1 |
* | 23872: complete git config in subcommand position. | Clint Adams | 2007-09-30 | 1 | -0/+1 |
* | 23870: completion for git mergetool. | Clint Adams | 2007-09-30 | 1 | -2/+13 |
* | 23863: remove all global variables. | Clint Adams | 2007-09-30 | 1 | -68/+34 |
* | 23862: declare author_conversion_file_arg_spec local. | Clint Adams | 2007-09-30 | 1 | -1/+1 |
* | Pierre Habouzit: 23851: use ad-hoc functions to list git branches and tags. | Clint Adams | 2007-09-29 | 1 | -16/+12 |
* | 23838: have git verify-tag complete tags instead of hash IDs. | Clint Adams | 2007-09-27 | 1 | -1/+1 |