summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
AgeCommit message (Collapse)AuthorFilesLines
2008-09-02Mikael Magnusson: 25594: "git clean" cleanup.Clint Adams1-11/+1
2008-09-01Mikael Magnusson: 25591: "git remote rm" completion.Clint Adams1-1/+4
2008-09-01Mikael Magnusson: 25590: update "git add" completion.Clint Adams1-4/+5
2008-09-01Frank Terbeck: 25588: add --no-pager option to git completion.Clint Adams1-0/+1
2008-09-0125585: fix git command completion when there are arguments after the cursor ↵Clint Adams1-8/+8
position.
2008-09-01Frank Terbeck: 25583: more git alias fixes.Clint Adams1-7/+7
2008-08-31Frank Terbeck: 25561: fix quoting with aliases.Clint Adams1-1/+1
2008-08-31Mikael Magnusson: 25564: suppress error output in __git_is_treeish.Clint Adams1-1/+1
2008-08-30Frank Terbeck: 25551: remove a stray period from a description.Clint Adams1-1/+1
2008-08-29Mikael Magnusson: 25539: more 'git clone' fixes.Clint Adams1-3/+3
2008-08-29Frank Terbeck: 25538: add missing backslash.Clint Adams1-1/+1
2008-08-29Frank Terbeck: 25537: add --abort to options for 'git am'.Clint Adams1-0/+1
2008-08-2425521: get merge strategies from git merge in case the administrator has ↵Clint Adams1-4/+6
added custom strategies.
2008-08-21Mikael Magnusson: 25499: add function to validate tree-ishs.Clint Adams1-1/+8
2008-08-2125495: always complete cached files after git checkout --.Clint Adams1-4/+2
2008-08-2125493: allow -q to be used in all git checkout contexts.Clint Adams1-1/+1
2008-08-2125491: patch to improve "git checkout" completion, from Mikael Magnusson.Clint Adams1-17/+22
2008-08-1925489: remove cruft for "git octopus/octupus".Clint Adams1-7/+1
2008-08-1925488: patch to complete things after "git bisect start", Mikael Magnusson.Clint Adams1-0/+10
2008-08-1925487: whitespace changes from Mikael Magnusson.Clint Adams1-46/+46
2008-08-1925486: patch to allow --shared to be completed without --local with git clone.Clint Adams1-7/+3
2008-08-1925485: patch to allow --abbrev to be completed before -v with git branch, ↵Clint Adams1-6/+2
from Mikael Magnusson.
2008-08-1825480: add more quotes to the three _call_program invocations with git ↵Clint Adams1-3/+3
for-each-ref.
2008-08-18Mikael Magnusson: 25473: add missing parenthesis.Clint Adams1-1/+2
2008-08-18unposted: additional git branch options.Clint Adams1-0/+5
2008-08-1825475: determine heads, tags, and branches through git for-each-ref instead ↵Clint Adams1-3/+3
of git tag and git branch.
2008-08-1725469: assorted changes cherry-picked from Mikael Magnusson.Clint Adams1-30/+92
2008-08-1625465: patch from Mikael Magnusson to add more git-add and git-checkout options.Clint Adams1-0/+7
2008-08-16unposted: another typo fix.Clint Adams1-1/+1
2008-08-1625464: patch from Mikael Magnusson to add --graph.Clint Adams1-0/+1
2008-08-1625463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, ↵Clint Adams1-0/+3
from Mikael Magnusson.
2008-08-1625462: patch to add some -s -w to _arguments and new options for revert, ↵Clint Adams1-4/+5
from Mikael Magnusson.
2008-08-1625461: patch to add HEAD as a completion for heads, from Mikael Magnusson.Clint Adams1-1/+1
2008-08-1625460: patch to add the --branches/tags/remotes for rev-list to _git from ↵Clint Adams1-0/+3
Mikael Magnusson.
2008-08-1625457: improvements for git diff and git log.Clint Adams1-6/+7
2008-08-16Mikael Magnusson: 25456: fix typo of "before".Clint Adams1-1/+1
2008-08-16Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes.Clint Adams1-0/+61
2008-04-17248??: some fixes and updates for git 1.5.5.Clint Adams1-4/+9
2008-03-2324730: use --no-color when calling git commands that might output color codes.Clint Adams1-3/+3
2008-03-0924702: fix 24701Clint Adams1-2/+2
2008-03-0924701: use $service instead of $words[1] so completion will work if git is ↵Clint Adams1-4/+4
an alias to a wrapper.
2008-02-2824622: add completion for 'git bisect skip' and 'git bisect run'.Clint Adams1-1/+8
2008-01-2524464: remove trailing whitespace.Clint Adams1-6/+6
2008-01-2224442: compensate for some breakage introduced by 24396.Clint Adams1-3/+1
2008-01-2224441: compensate for some breakage introduced by 24396.Clint Adams1-1/+1
2008-01-2224437: compensate for some breakage introduced by 24396.Clint Adams1-2/+1
2008-01-22Frank Terbeck: 24413: handle completion when git aliases are used.Clint Adams1-32/+54
2008-01-22Mikael Magnusson: 24396: don't pass -r to git ls-files for performance ↵Clint Adams1-12/+15
reasons, compensate for lack of recursion.
2007-12-0324140: spelling fix and removal of redundant "config" subcommand as proposed ↵Clint Adams1-2/+1
by Wayne.
2007-11-22Sean Finney: 24115: offer tags as well as heads where refspecs are valid.Clint Adams1-1/+3