Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 1 | -1/+1 | |
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | |||||
2016-09-30 | 39514: pass on --git-dir when calling git to get completion matches | Oliver Kiddle | 1 | -1/+1 | |
2016-09-14 | unposted: _git: Permit multiple -c options. | Daniel Shahaf | 1 | -1/+1 | |
2016-09-03 | 39165: update options to correspond to latest versions of software in ↵ | Oliver Kiddle | 1 | -6/+21 | |
various functions | |||||
2016-08-31 | 39122: __git_recent_branches: Silence warning on an edge case. | Daniel Shahaf | 1 | -2/+9 | |
(The warning was correct; there is no functional change, though.) | |||||
2016-08-25 | 39102: __git_recent_branches: Optimise. | Daniel Shahaf | 1 | -19/+23 | |
This improves performance from 0.6s to 0.04s (+93%) on one of Daniel Hahler's repositories. | |||||
2016-08-24 | 39094: _git-config: When an option is unknown, complete its value to the set ↵ | Daniel Shahaf | 1 | -2/+6 | |
value. | |||||
2016-08-22 | unposted (c.f. Mikael: 39078): fix for git blame terms | Oliver Kiddle | 1 | -3/+3 | |
2016-08-22 | unposted: _git-config: sendemail.smtpserver: Correct tags. | Daniel Shahaf | 1 | -1/+1 | |
2016-08-19 | 39072: minor tweaks | Oliver Kiddle | 1 | -8/+4 | |
2016-08-15 | 39040: Completion/…/_git: fix missing backslashes in 39036 | Daniel Hahler | 1 | -2/+2 | |
2016-08-13 | 39036: update git completion for new options up to git 2.9.2 | Oliver Kiddle | 1 | -453/+693 | |
2016-08-01 | 38964: _git-config: Complete option names present in the config file. | Daniel Shahaf | 1 | -0/+46 | |
This patch lets . git config x.y.z value git config <TAB> . complete 'x.y.z', even if x.y.z isn't hardcoded into _git-config. | |||||
2016-08-01 | 38963: _git-config: Run gettable-options earlier and in all codepaths. | Daniel Shahaf | 1 | -2/+6 | |
No change to completions; this is preparation for the next commit. | |||||
2016-08-01 | 38961: _git-config: No functional change: rename $git_options_static to ↵ | Daniel Shahaf | 1 | -12/+12 | |
$git_options in preparation for the after-next commit. | |||||
2016-07-31 | unposted: _git: Clean up superfluous and missing backslashes. | Daniel Shahaf | 1 | -3/+3 | |
2016-07-31 | 38962: _git-config: Document more line noise. | Daniel Shahaf | 1 | -0/+5 | |
2016-07-27 | unposted (after 38939): _git-rebase: Unbreak. | Daniel Shahaf | 1 | -1/+1 | |
2016-07-25 | 38939: add missing git options | Oliver Kiddle | 1 | -24/+43 | |
In particular those for GPG signing a push | |||||
2016-07-23 | unposted: _git-grep: Stop leaking the parameter $i. | Daniel Shahaf | 1 | -1/+1 | |
2016-07-17 | unposted (cf. users/21737):: _git-subtree: Record technical debt in comment. | Daniel Shahaf | 1 | -0/+4 | |
2016-07-17 | users/21750 (after users/21551): _git-subtree: Tweak -m,-P completions | Daniel Shahaf | 1 | -11/+11 | |
2016-07-05 | users/21551 (tweaked per users/21560): new git subtree completion | Jordan Klassen | 1 | -0/+92 | |
2016-06-27 | 38760: _git-config: Stop trying to execute the empty string command name ↵ | Daniel Shahaf | 1 | -1/+1 | |
upon completing values for an unknown option. For example: % git config x.y.z <TAB> +_git-config:834> case x.y.z (alias.*) +_git-config:834> case x.y.z (remotes.*) +_git-config:860> local z=$'\C-@' +_git-config:861> declare -a parts +_git-config:862> parts=( '' ) +_git-config:863> (( 1 < 2 )) +_git-config:863> [[ x.y.z == [^.]##.*.[^.]## ]] +_git-config:864> parts=( '' ) +_git-config:866> (( 1 > 0 )) +_git-config:867> case (-\>*) +_git-config:867> case (*) +_git-config:1197> declare -a action +_git-config:1198> _description values expl '' +_git-config:1199> eval 'action=()' +(eval):1> action=( ) +_git-config:1200> '' -J values _git-config:1200: permission denied: +_git-config:1206> return ret | |||||
2016-06-25 | unposted: _git-config: Document some line noise. | Daniel Shahaf | 1 | -0/+3 | |
2016-06-25 | unposted: _git-config: Fix syntax error in 'tag.sort' completion. | Daniel Shahaf | 1 | -1/+1 | |
2016-06-13 | 38651: _git: Escape parameter arguments to _call_program. | Daniel Shahaf | 1 | -7/+7 | |
Fixes 'git cat-file blob HEAD^:<TAB>' and a few other cases. | |||||
2016-06-13 | 38665: _git: config option completion: Quote properly. | Daniel Shahaf | 1 | -2/+2 | |
2016-06-07 | 38624: _git: Optimize the last commit's __git_recent_branches__names as ↵ | Daniel Shahaf | 1 | -24/+9 | |
suggested by Matthew. | |||||
2016-06-07 | 38592 (plus tweak): _git: New recent branches completion, unused. (Joint ↵ | Daniel Shahaf | 1 | -0/+60 | |
with Nils Luxton) | |||||
2016-06-03 | 38576: _git: Also detect _git-${thirdparty} functions in $fpath that are ↵ | Daniel Shahaf | 1 | -1/+1 | |
symlinks. | |||||
2016-05-03 | 38393: _git: Fix typo in completion of '--minimal' | Russell Currey | 1 | -1/+1 | |
Signed-off-by: Russell Currey <ruscur@russell.cc> | |||||
2016-05-01 | _git: Complete fetchy refspecs correctly. | Daniel Shahaf | 1 | -2/+13 | |
2016-05-01 | _git: Bifurcate __git_ref_specs. | Daniel Shahaf | 1 | -10/+24 | |
No functional change, except for completion of 'git bundle' and 'git config branch.*.merge'; this is a required groundwork for future patches. | |||||
2016-05-01 | _git: Fix an apparent typo in __git_heads(). | Daniel Shahaf | 1 | -2/+2 | |
I couldn't reproduce different behaviour with and without this patch, although the called command's output differs. | |||||
2016-05-01 | _git: Offer alternatives properly. | Daniel Shahaf | 1 | -2/+1 | |
2016-05-01 | _git-bundle: Complete required file argument to 'git bundle' correctly. | Daniel Shahaf | 1 | -0/+1 | |
2016-04-23 | 38316: _git-rebase: Complete any committish for the second argument | Daniel Shahaf | 1 | -1/+1 | |
2016-04-09 | 38255: _git: Fix argument pastedness. | Daniel Shahaf | 1 | -43/+43 | |
Found by searching for /-\w\>.*:/. This covers short options only, from the top of file through _git-tag(). | |||||
2016-03-21 | 38182: _git: Invoke reflog completion from the 'complete commit objects' ↵ | Daniel Shahaf | 1 | -3/+10 | |
codepath. The reflog will only be used if the user has typed as "@" by hand. | |||||
2016-03-21 | 38181: _git reflog: Complete '@{N}' instead of 'HEAD@{N}'. | Daniel Shahaf | 1 | -0/+1 | |
The «HEAD@{...}» syntax is no longer completed, since it's not easily possible to support both syntaxes (workers/34768). | |||||
2016-03-21 | 38180: _git: Improve reflog completion. | Daniel Shahaf | 1 | -2/+2 | |
Currently, only used by «git reflog delete <TAB>». | |||||
2016-03-15 | 38151: _git: fix tag name of remote branches | m0viefreak | 1 | -1/+1 | |
2016-03-15 | 38148: _git: reflog: complete references next to commands | m0viefreak | 1 | -1/+3 | |
'git reflog show' is the default subcommand, so git reflog <tab> should complete subcommands and references. | |||||
2016-03-11 | 38129: _git: Fix __git_ignore_line's treatment of shell and pattern ↵ | Daniel Shahaf | 1 | -3/+3 | |
metacaracters. Builds upon a patch by Jun T. Also upgrade/fix __git_pattern_escape. | |||||
2016-03-10 | 38128: _git: Fix completion of diffs against the index when treeish isn't ↵ | Daniel Shahaf | 1 | -1/+2 | |
shell-safe This affects 'git diff --cached -- <TAB>' and 'git reset $treeish <TAB>'. | |||||
2016-03-10 | 38123 (after 38074): _git reset $treeish: complete only staged files | Daniel Shahaf | 1 | -36/+20 | |
2016-03-09 | 38120: _git: Document the internal helper function __git_ignore_line. | Daniel Shahaf | 1 | -0/+10 | |
2016-03-08 | 38074: _git reset HEAD: complete only staged files | Jun-ichi Takimoto | 1 | -1/+28 | |
2016-02-09 | 37924: Completion: _git: Complete files for 'check-ignore' | Daniel Shahaf | 1 | -1/+1 | |
Also, don't leak the parameter 'ret'; the leak was theoretical because the caller immediately wrote to that parameter. |