summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
AgeCommit message (Expand)AuthorFilesLines
2017-08-1641552: complete only branches after git worktree add --detachOliver Kiddle1-2/+2
2017-08-0641493: fix to not print hash into terminal and update options for git 2.14Oliver Kiddle1-2/+7
2017-08-0241475: _git: Complete files after 'reset' when there are no commits, when the...Daniel Shahaf1-0/+6
2017-07-31unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf1-1/+1
2017-07-1441414: fix for commas used in exclusion listsFabian Klötzl1-1/+8
2017-07-1441419: update for git 2.13.2Oliver Kiddle1-11/+30
2017-06-2241339: Unquote treeish argument for git checkout completionPeter Stephenson1-2/+2
2017-04-2340943: __git_recent_commits: prefer recent commit objectsDaniel Hahler1-2/+2
2017-03-1440818: _git-checkout: When completing local heads, prefer recently-checked-ou...Daniel Shahaf1-1/+5
2017-03-1440817: __git_recent_branches: Retrieve less data, but faster.Daniel Shahaf1-1/+2
2017-03-0940808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl1-1/+1
2017-03-0440715: update completion of git options for git 2.12.0Oliver Kiddle1-8/+24
2017-02-0740494: _git: Use slashes matchspec for references (as already used for branch...Daniel Shahaf1-2/+3
2017-02-0740493/0002: _git-checkout: Reorder default completions.Daniel Shahaf1-2/+3
2017-02-0740493/0001: _git-checkout: No functional change.Daniel Shahaf1-13/+9
2016-12-0140055: update git completion for git 2.11.0Oliver Kiddle1-13/+29
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
2016-11-29unposted: _git-config: Fix user.email completion to complete only bare email ...Daniel Shahaf1-1/+1
2016-11-1839916 + 39930 + tweak: _git: Complete options and values for -c.Daniel Shahaf1-3/+47
2016-11-1739921: __git_recent_branches: Remove erroneous parsing of partial ref names a...Daniel Shahaf1-3/+3
2016-11-1739922: __git_recent_branches: Fix an 'assertion' failure when two branches (r...Daniel Shahaf1-11/+8
2016-11-0339822: _git: remove "-A '-*'" with _arguments for some commandsDaniel Hahler1-5/+5
2016-10-29_git-cherry-pick: Complete argv[2] et seq.Daniel Shahaf1-1/+1
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...Daniel Shahaf1-1/+1
2016-09-3039514: pass on --git-dir when calling git to get completion matchesOliver Kiddle1-1/+1
2016-09-14unposted: _git: Permit multiple -c options.Daniel Shahaf1-1/+1
2016-09-0339165: update options to correspond to latest versions of software in various...Oliver Kiddle1-6/+21
2016-08-3139122: __git_recent_branches: Silence warning on an edge case.Daniel Shahaf1-2/+9
2016-08-2539102: __git_recent_branches: Optimise.Daniel Shahaf1-19/+23
2016-08-2439094: _git-config: When an option is unknown, complete its value to the set ...Daniel Shahaf1-2/+6
2016-08-22unposted (c.f. Mikael: 39078): fix for git blame termsOliver Kiddle1-3/+3
2016-08-22unposted: _git-config: sendemail.smtpserver: Correct tags.Daniel Shahaf1-1/+1
2016-08-1939072: minor tweaksOliver Kiddle1-8/+4
2016-08-1539040: Completion/…/_git: fix missing backslashes in 39036Daniel Hahler1-2/+2
2016-08-1339036: update git completion for new options up to git 2.9.2Oliver Kiddle1-453/+693
2016-08-0138964: _git-config: Complete option names present in the config file.Daniel Shahaf1-0/+46
2016-08-0138963: _git-config: Run gettable-options earlier and in all codepaths.Daniel Shahaf1-2/+6
2016-08-0138961: _git-config: No functional change: rename $git_options_static to $git_...Daniel Shahaf1-12/+12
2016-07-31unposted: _git: Clean up superfluous and missing backslashes.Daniel Shahaf1-3/+3
2016-07-3138962: _git-config: Document more line noise.Daniel Shahaf1-0/+5
2016-07-27unposted (after 38939): _git-rebase: Unbreak.Daniel Shahaf1-1/+1
2016-07-2538939: add missing git optionsOliver Kiddle1-24/+43
2016-07-23unposted: _git-grep: Stop leaking the parameter $i.Daniel Shahaf1-1/+1
2016-07-17unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.Daniel Shahaf1-0/+4
2016-07-17users/21750 (after users/21551): _git-subtree: Tweak -m,-P completionsDaniel Shahaf1-11/+11
2016-07-05users/21551 (tweaked per users/21560): new git subtree completionJordan Klassen1-0/+92
2016-06-2738760: _git-config: Stop trying to execute the empty string command name upon...Daniel Shahaf1-1/+1
2016-06-25unposted: _git-config: Document some line noise.Daniel Shahaf1-0/+3
2016-06-25unposted: _git-config: Fix syntax error in 'tag.sort' completion.Daniel Shahaf1-1/+1
2016-06-1338651: _git: Escape parameter arguments to _call_program.Daniel Shahaf1-7/+7