about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
Commit message (Expand)AuthorAgeFilesLines
...
* unposted (c.f. Mikael: 39078): fix for git blame termsOliver Kiddle2016-08-221-3/+3
* unposted: _git-config: sendemail.smtpserver: Correct tags.Daniel Shahaf2016-08-221-1/+1
* 39072: minor tweaksOliver Kiddle2016-08-191-8/+4
* 39040: Completion/…/_git: fix missing backslashes in 39036Daniel Hahler2016-08-151-2/+2
* 39036: update git completion for new options up to git 2.9.2Oliver Kiddle2016-08-131-453/+693
* 38964: _git-config: Complete option names present in the config file.Daniel Shahaf2016-08-011-0/+46
* 38963: _git-config: Run gettable-options earlier and in all codepaths.Daniel Shahaf2016-08-011-2/+6
* 38961: _git-config: No functional change: rename $git_options_static to $git_...Daniel Shahaf2016-08-011-12/+12
* unposted: _git: Clean up superfluous and missing backslashes.Daniel Shahaf2016-07-311-3/+3
* 38962: _git-config: Document more line noise.Daniel Shahaf2016-07-311-0/+5
* unposted (after 38939): _git-rebase: Unbreak.Daniel Shahaf2016-07-271-1/+1
* 38939: add missing git optionsOliver Kiddle2016-07-251-24/+43
* unposted: _git-grep: Stop leaking the parameter $i.Daniel Shahaf2016-07-231-1/+1
* unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.Daniel Shahaf2016-07-171-0/+4
* users/21750 (after users/21551): _git-subtree: Tweak -m,-P completionsDaniel Shahaf2016-07-171-11/+11
* users/21551 (tweaked per users/21560): new git subtree completionJordan Klassen2016-07-051-0/+92
* 38760: _git-config: Stop trying to execute the empty string command name upon...Daniel Shahaf2016-06-271-1/+1
* unposted: _git-config: Document some line noise.Daniel Shahaf2016-06-251-0/+3
* unposted: _git-config: Fix syntax error in 'tag.sort' completion.Daniel Shahaf2016-06-251-1/+1
* 38651: _git: Escape parameter arguments to _call_program.Daniel Shahaf2016-06-131-7/+7
* 38665: _git: config option completion: Quote properly.Daniel Shahaf2016-06-131-2/+2
* 38624: _git: Optimize the last commit's __git_recent_branches__names as sugge...Daniel Shahaf2016-06-071-24/+9
* 38592 (plus tweak): _git: New recent branches completion, unused. (Joint with...Daniel Shahaf2016-06-071-0/+60
* 38576: _git: Also detect _git-${thirdparty} functions in $fpath that are syml...Daniel Shahaf2016-06-031-1/+1
* 38393: _git: Fix typo in completion of '--minimal'Russell Currey2016-05-031-1/+1
* _git: Complete fetchy refspecs correctly.Daniel Shahaf2016-05-011-2/+13
* _git: Bifurcate __git_ref_specs.Daniel Shahaf2016-05-011-10/+24
* _git: Fix an apparent typo in __git_heads().Daniel Shahaf2016-05-011-2/+2
* _git: Offer alternatives properly.Daniel Shahaf2016-05-011-2/+1
* _git-bundle: Complete required file argument to 'git bundle' correctly.Daniel Shahaf2016-05-011-0/+1
* 38316: _git-rebase: Complete any committish for the second argumentDaniel Shahaf2016-04-231-1/+1
* 38255: _git: Fix argument pastedness.Daniel Shahaf2016-04-091-43/+43
* 38182: _git: Invoke reflog completion from the 'complete commit objects' code...Daniel Shahaf2016-03-211-3/+10
* 38181: _git reflog: Complete '@{N}' instead of 'HEAD@{N}'.Daniel Shahaf2016-03-211-0/+1
* 38180: _git: Improve reflog completion.Daniel Shahaf2016-03-211-2/+2
* 38151: _git: fix tag name of remote branchesm0viefreak2016-03-151-1/+1
* 38148: _git: reflog: complete references next to commandsm0viefreak2016-03-151-1/+3
* 38129: _git: Fix __git_ignore_line's treatment of shell and pattern metacarac...Daniel Shahaf2016-03-111-3/+3
* 38128: _git: Fix completion of diffs against the index when treeish isn't she...Daniel Shahaf2016-03-101-1/+2
* 38123 (after 38074): _git reset $treeish: complete only staged filesDaniel Shahaf2016-03-101-36/+20
* 38120: _git: Document the internal helper function __git_ignore_line.Daniel Shahaf2016-03-091-0/+10
* 38074: _git reset HEAD: complete only staged filesJun-ichi Takimoto2016-03-081-1/+28
* 37924: Completion: _git: Complete files for 'check-ignore'Daniel Shahaf2016-02-091-1/+1
* 37703: Completion: git: Also complete sendmail commands for send-email's conf...Daniel Shahaf2016-01-231-2/+2
* 37666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...Daniel Shahaf2016-01-201-1/+6
* 37665: Completion: New helper _absolute_command_paths.Daniel Shahaf2016-01-201-4/+4
* 37150: _git: Autocomplete .. for commit rangesDaniel Shahaf2015-12-051-3/+3
* 36957: _git: Apply matchspecs to filename completion such as 'git log f/b<TAB...Daniel Shahaf2015-12-051-1/+1
* 37149: _git: Complete 'bisect/bad' refDaniel Shahaf2015-11-201-0/+1
* 37129: _git: Complete 'commit -p'Daniel Shahaf2015-11-171-1/+1