about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
Commit message (Expand)AuthorAgeFilesLines
* 25486: patch to allow --shared to be completed without --local with git clone.Clint Adams2008-08-191-7/+3
* 25485: patch to allow --abbrev to be completed before -v with git branch, fro...Clint Adams2008-08-191-6/+2
* 25480: add more quotes to the three _call_program invocations with git for-ea...Clint Adams2008-08-181-3/+3
* Mikael Magnusson: 25473: add missing parenthesis.Clint Adams2008-08-181-1/+2
* unposted: additional git branch options.Clint Adams2008-08-181-0/+5
* 25475: determine heads, tags, and branches through git for-each-ref instead o...Clint Adams2008-08-181-3/+3
* 25469: assorted changes cherry-picked from Mikael Magnusson.Clint Adams2008-08-171-30/+92
* 25465: patch from Mikael Magnusson to add more git-add and git-checkout options.Clint Adams2008-08-161-0/+7
* unposted: another typo fix.Clint Adams2008-08-161-1/+1
* 25464: patch from Mikael Magnusson to add --graph.Clint Adams2008-08-161-0/+1
* 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ...Clint Adams2008-08-161-0/+3
* 25462: patch to add some -s -w to _arguments and new options for revert, from...Clint Adams2008-08-161-4/+5
* 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson.Clint Adams2008-08-161-1/+1
* 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mik...Clint Adams2008-08-161-0/+3
* 25457: improvements for git diff and git log.Clint Adams2008-08-161-6/+7
* Mikael Magnusson: 25456: fix typo of "before".Clint Adams2008-08-161-1/+1
* Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes.Clint Adams2008-08-161-0/+61
* 248??: some fixes and updates for git 1.5.5.Clint Adams2008-04-171-4/+9
* 24730: use --no-color when calling git commands that might output color codes.Clint Adams2008-03-231-3/+3
* 24702: fix 24701Clint Adams2008-03-091-2/+2
* 24701: use $service instead of $words[1] so completion will work if git is an...Clint Adams2008-03-091-4/+4
* 24622: add completion for 'git bisect skip' and 'git bisect run'.Clint Adams2008-02-281-1/+8
* 24464: remove trailing whitespace.Clint Adams2008-01-251-6/+6
* 24442: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-3/+1
* 24441: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-1/+1
* 24437: compensate for some breakage introduced by 24396.Clint Adams2008-01-221-2/+1
* Frank Terbeck: 24413: handle completion when git aliases are used.Clint Adams2008-01-221-32/+54
* Mikael Magnusson: 24396: don't pass -r to git ls-files for performance reason...Clint Adams2008-01-221-12/+15
* 24140: spelling fix and removal of redundant "config" subcommand as proposed ...Clint Adams2007-12-031-2/+1
* Sean Finney: 24115: offer tags as well as heads where refspecs are valid.Clint Adams2007-11-221-1/+3
* 24114: make colon suffix removable after the first part of refspecs.Clint Adams2007-11-221-1/+1
* Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al.Clint Adams2007-10-201-18/+12
* 23994: tweaks for 23993.Clint Adams2007-10-191-1/+2
* Mikael Magnusson: 23993: improved completion for git show.Clint Adams2007-10-191-1/+15
* Mikael Magnusson: 23991: fix typo in __git_blobs().Clint Adams2007-10-181-1/+1
* Mikael Magnusson: 23988: fix git-svn commands completion.Clint Adams2007-10-181-0/+1
* 23965: add missing bracket in completion for git svnimport.Clint Adams2007-10-151-1/+1
* Mikael Magnusson: 23907: add --cached option to git-diff completion.Clint Adams2007-10-061-0/+1
* 23908: add missing backslash in _git-svn.Clint Adams2007-10-061-1/+1
* Mikael Magnusson: 23906: add missing backslash in _git-svn.Clint Adams2007-10-061-1/+1
* 23905: remove useless gitdir assignment and scope array locally in new __git_...Clint Adams2007-10-041-2/+1
* Mikael Magnusson: 23903: complete both modified and added files for git commit.Clint Adams2007-10-041-1/+13
* Nikolai Weibull: 23889: fix -o completion in git cvsimport.Clint Adams2007-10-011-1/+1
* Nikolai Weibull: 23888: complete branch names and cached files after git log.Clint Adams2007-10-011-1/+12
* Nikolai Weibull: 23879: complete only cached files after git log.Clint Adams2007-10-011-2/+2
* 23875: complete heads, tags, and files after git log.Clint Adams2007-09-301-1/+2
* 23874: only declare revision_arguments parameter once.Clint Adams2007-09-301-14/+1
* 23872: complete git config in subcommand position.Clint Adams2007-09-301-0/+1
* 23870: completion for git mergetool.Clint Adams2007-09-301-2/+13
* 23863: remove all global variables.Clint Adams2007-09-301-68/+34