about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
Commit message (Collapse)AuthorAgeFilesLines
* Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack.Clint Adams2009-04-201-2/+2
|
* Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" ↵Clint Adams2009-04-041-3/+3
| | | | completion.
* Mikael Magnusson: 26596: new git options.Clint Adams2009-02-251-1/+12
|
* Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos.Clint Adams2009-01-291-2/+3
|
* Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit ↵Clint Adams2009-01-291-0/+5
| | | | --allow-empty".
* Ingmar Vanhassel: 26472: complete "git add --intent-to-add".Clint Adams2009-01-291-0/+1
|
* Ingmar Vanhassel: 26471: update "git rebase" completion.Clint Adams2009-01-291-0/+2
|
* Ingmar Vanhassel: 26470: update "git svn" completion.Clint Adams2009-01-291-15/+29
|
* Ingmar Vanhassel: 26469: complete "git clone --verbose".Clint Adams2009-01-291-1/+2
|
* Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git ↵Clint Adams2009-01-291-1/+7
| | | | diff: --staged is a synonym for --cached.
* Ingmar Vanhassel: 26467: add "git remote rename" completion.Clint Adams2009-01-291-1/+6
|
* 26360: add --work-tree option to git completionDoug Kearns2009-01-191-0/+1
|
* Richard Hartmann: 26114: add color options.Clint Adams2008-12-091-0/+6
|
* 25833: remove zparseopts line obsoleted by 25824.Clint Adams2008-10-091-3/+0
|
* Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.Clint Adams2008-10-091-1/+1
|
* unposted: brown paper bag patch management of 25718.Clint Adams2008-09-231-1/+1
|
* Jörg Sommer: 25718: add completion of option --reverse.Clint Adams2008-09-221-1/+2
|
* Frank Terbeck: 25640: another alias handling fix.Clint Adams2008-09-101-1/+1
|
* Frank Terbeck: 25624: clean up git alias parsing.Clint Adams2008-09-071-5/+6
|
* Mikael Magnusson: 25594: "git clean" cleanup.Clint Adams2008-09-021-11/+1
|
* Mikael Magnusson: 25591: "git remote rm" completion.Clint Adams2008-09-011-1/+4
|
* Mikael Magnusson: 25590: update "git add" completion.Clint Adams2008-09-011-4/+5
|
* Frank Terbeck: 25588: add --no-pager option to git completion.Clint Adams2008-09-011-0/+1
|
* 25585: fix git command completion when there are arguments after the cursor ↵Clint Adams2008-09-011-8/+8
| | | | position.
* Frank Terbeck: 25583: more git alias fixes.Clint Adams2008-09-011-7/+7
|
* Frank Terbeck: 25561: fix quoting with aliases.Clint Adams2008-08-311-1/+1
|
* Mikael Magnusson: 25564: suppress error output in __git_is_treeish.Clint Adams2008-08-311-1/+1
|
* Frank Terbeck: 25551: remove a stray period from a description.Clint Adams2008-08-301-1/+1
|
* Mikael Magnusson: 25539: more 'git clone' fixes.Clint Adams2008-08-291-3/+3
|
* Frank Terbeck: 25538: add missing backslash.Clint Adams2008-08-291-1/+1
|
* Frank Terbeck: 25537: add --abort to options for 'git am'.Clint Adams2008-08-291-0/+1
|
* 25521: get merge strategies from git merge in case the administrator has ↵Clint Adams2008-08-241-4/+6
| | | | added custom strategies.
* Mikael Magnusson: 25499: add function to validate tree-ishs.Clint Adams2008-08-211-1/+8
|
* 25495: always complete cached files after git checkout --.Clint Adams2008-08-211-4/+2
|
* 25493: allow -q to be used in all git checkout contexts.Clint Adams2008-08-211-1/+1
|
* 25491: patch to improve "git checkout" completion, from Mikael Magnusson.Clint Adams2008-08-211-17/+22
|
* 25489: remove cruft for "git octopus/octupus".Clint Adams2008-08-191-7/+1
|
* 25488: patch to complete things after "git bisect start", Mikael Magnusson.Clint Adams2008-08-191-0/+10
|
* 25487: whitespace changes from Mikael Magnusson.Clint Adams2008-08-191-46/+46
|
* 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, ↵Clint Adams2008-08-191-6/+2
| | | | from Mikael Magnusson.
* 25480: add more quotes to the three _call_program invocations with git ↵Clint Adams2008-08-181-3/+3
| | | | for-each-ref.
* 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 ↵Clint Adams2008-08-181-3/+3
| | | | of git tag and git branch.
* 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
| | | | from Mikael Magnusson.