summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
AgeCommit message (Expand)AuthorFilesLines
2016-06-1338651: _git: Escape parameter arguments to _call_program.Daniel Shahaf1-7/+7
2016-06-1338665: _git: config option completion: Quote properly.Daniel Shahaf1-2/+2
2016-06-0738624: _git: Optimize the last commit's __git_recent_branches__names as sugge...Daniel Shahaf1-24/+9
2016-06-0738592 (plus tweak): _git: New recent branches completion, unused. (Joint with...Daniel Shahaf1-0/+60
2016-06-0338576: _git: Also detect _git-${thirdparty} functions in $fpath that are syml...Daniel Shahaf1-1/+1
2016-05-0338393: _git: Fix typo in completion of '--minimal'Russell Currey1-1/+1
2016-05-01_git: Complete fetchy refspecs correctly.Daniel Shahaf1-2/+13
2016-05-01_git: Bifurcate __git_ref_specs.Daniel Shahaf1-10/+24
2016-05-01_git: Fix an apparent typo in __git_heads().Daniel Shahaf1-2/+2
2016-05-01_git: Offer alternatives properly.Daniel Shahaf1-2/+1
2016-05-01_git-bundle: Complete required file argument to 'git bundle' correctly.Daniel Shahaf1-0/+1
2016-04-2338316: _git-rebase: Complete any committish for the second argumentDaniel Shahaf1-1/+1
2016-04-0938255: _git: Fix argument pastedness.Daniel Shahaf1-43/+43
2016-03-2138182: _git: Invoke reflog completion from the 'complete commit objects' code...Daniel Shahaf1-3/+10
2016-03-2138181: _git reflog: Complete '@{N}' instead of 'HEAD@{N}'.Daniel Shahaf1-0/+1
2016-03-2138180: _git: Improve reflog completion.Daniel Shahaf1-2/+2
2016-03-1538151: _git: fix tag name of remote branchesm0viefreak1-1/+1
2016-03-1538148: _git: reflog: complete references next to commandsm0viefreak1-1/+3
2016-03-1138129: _git: Fix __git_ignore_line's treatment of shell and pattern metacarac...Daniel Shahaf1-3/+3
2016-03-1038128: _git: Fix completion of diffs against the index when treeish isn't she...Daniel Shahaf1-1/+2
2016-03-1038123 (after 38074): _git reset $treeish: complete only staged filesDaniel Shahaf1-36/+20
2016-03-0938120: _git: Document the internal helper function __git_ignore_line.Daniel Shahaf1-0/+10
2016-03-0838074: _git reset HEAD: complete only staged filesJun-ichi Takimoto1-1/+28
2016-02-0937924: Completion: _git: Complete files for 'check-ignore'Daniel Shahaf1-1/+1
2016-01-2337703: Completion: git: Also complete sendmail commands for send-email's conf...Daniel Shahaf1-2/+2
2016-01-2037666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...Daniel Shahaf1-1/+6
2016-01-2037665: Completion: New helper _absolute_command_paths.Daniel Shahaf1-4/+4
2015-12-0537150: _git: Autocomplete .. for commit rangesDaniel Shahaf1-3/+3
2015-12-0536957: _git: Apply matchspecs to filename completion such as 'git log f/b<TAB...Daniel Shahaf1-1/+1
2015-11-2037149: _git: Complete 'bisect/bad' refDaniel Shahaf1-0/+1
2015-11-1737129: _git: Complete 'commit -p'Daniel Shahaf1-1/+1
2015-11-1437115: update for changes in ${(P)...} evaluation.Barton E. Schaefer1-1/+1
2015-11-1337031: _git-merge: Exclude ancestors of HEAD from recent commit completionDaniel Shahaf1-1/+2
2015-11-0437062: tentative mechanism for git commit descriptions.Peter Stephenson1-9/+33
2015-10-3137032: Temporarily revert 36959.Daniel Shahaf1-1/+4
2015-10-2536962: _git: Fix completion of RHS of refspecs.Daniel Shahaf1-1/+2
2015-10-2536964: _git: Complete remotes branch names with slashes correctly.Daniel Shahaf1-1/+1
2015-10-2536960: _git: Enable slash matcher for more branch and tag completions, includ...Daniel Shahaf1-3/+3
2015-10-2536959: _git: Offer @~$n as completion of recent commits.Daniel Shahaf1-1/+2
2015-10-2536958: _git: Fix recent commit completion descriptions.Daniel Shahaf1-12/+29
2015-10-25unposted: _git: Fix 'commit object name' completion messages.Daniel Shahaf1-2/+2
2015-10-2036900: _git: stash names completion: Display log messagesDaniel Shahaf1-2/+11
2015-10-0136722: allow git range to complete after ^.Peter Stephenson1-1/+8
2015-09-0736441: _git: Fixed typo in --author-date-order descriptionJames Clarke1-1/+1
2015-09-0136353: _git: Unbreak after previous.Daniel Shahaf1-1/+1
2015-08-3036328 + 36340: _git-cherry-pick: Complete other branches onlyMateusz Karbowy1-14/+52
2015-08-2736304: _git-cat-file: Fix regression in 36237Daniel Shahaf1-0/+1
2015-08-2436277: _git: Updated for git-clone 2.4.5.Daniel Shahaf1-2/+5
2015-08-1936247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf1-1/+5
2015-08-1936237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf1-2/+13