about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
Commit message (Expand)AuthorAgeFilesLines
* unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle2018-08-311-2/+2
* 43359: further review of git remote set-url completionOliver Kiddle2018-08-311-26/+17
* 42810: git remote set-url completionpseyfert2018-08-311-7/+22
* unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà2018-08-121-1/+1
* 43073: various completion option updatesOliver Kiddle2018-06-211-15/+34
* 43006: complete modified files after `git stash --`Tim Smith2018-06-181-0/+3
* users/23484: be consistent on matcher specs for git branches to fix issue wit...Oliver Kiddle2018-06-181-6/+6
* 42752: enhance git external alias completionPeter Stephenson2018-05-081-1/+4
* 42659: various completion option updatesOliver Kiddle2018-04-161-11/+48
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use fo...Oliver Kiddle2018-03-241-4/+0
* 42364: _git: fix __git_ignore_line to ignore the current wordDaniel Hahler2018-02-221-6/+1
* 42324: _git: handle mutually exclusive optionsDaniel Hahler2018-02-121-16/+17
* 42333: git 2.16.0 no longer accepts an empty string as a pathspec element so ...Christian Hesse2018-02-081-1/+1
* 42323: _git: move "local" statement out of loopDaniel Hahler2018-01-241-2/+2
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-231-24/+64
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-021-1/+1
* 42138: _git-revert: Complete recent commits first.Daniel Shahaf2017-12-201-1/+1
* 42019: update options in git completion to 2.15Oliver Kiddle2017-11-131-64/+164
* 41957: update git completion for git 2.14.3Oliver Kiddle2017-10-291-4/+6
* 41808: _git-cherry-pick: Typo fixesNoah Pendleton2017-10-041-2/+2
* 41552: complete only branches after git worktree add --detachOliver Kiddle2017-08-161-2/+2
* 41493: fix to not print hash into terminal and update options for git 2.14Oliver Kiddle2017-08-061-2/+7
* 41475: _git: Complete files after 'reset' when there are no commits, when the...Daniel Shahaf2017-08-021-0/+6
* unposted: _git: Fix style lookup for 'max-verbose'.Daniel Shahaf2017-07-311-1/+1
* 41414: fix for commas used in exclusion listsFabian Klötzl2017-07-141-1/+8
* 41419: update for git 2.13.2Oliver Kiddle2017-07-141-11/+30
* 41339: Unquote treeish argument for git checkout completionPeter Stephenson2017-06-221-2/+2
* 40943: __git_recent_commits: prefer recent commit objectsDaniel Hahler2017-04-231-2/+2
* 40818: _git-checkout: When completing local heads, prefer recently-checked-ou...Daniel Shahaf2017-03-141-1/+5
* 40817: __git_recent_branches: Retrieve less data, but faster.Daniel Shahaf2017-03-141-1/+2
* 40808: fix typos where (x,y) should have been (x y) in _arguments syntaxFabian Klotzl2017-03-091-1/+1
* 40715: update completion of git options for git 2.12.0Oliver Kiddle2017-03-041-8/+24
* 40494: _git: Use slashes matchspec for references (as already used for branch...Daniel Shahaf2017-02-071-2/+3
* 40493/0002: _git-checkout: Reorder default completions.Daniel Shahaf2017-02-071-2/+3
* 40493/0001: _git-checkout: No functional change.Daniel Shahaf2017-02-071-13/+9
* 40055: update git completion for git 2.11.0Oliver Kiddle2016-12-011-13/+29
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
* unposted: _git-config: Fix user.email completion to complete only bare email ...Daniel Shahaf2016-11-291-1/+1
* 39916 + 39930 + tweak: _git: Complete options and values for -c.Daniel Shahaf2016-11-181-3/+47
* 39921: __git_recent_branches: Remove erroneous parsing of partial ref names a...Daniel Shahaf2016-11-171-3/+3
* 39922: __git_recent_branches: Fix an 'assertion' failure when two branches (r...Daniel Shahaf2016-11-171-11/+8
* 39822: _git: remove "-A '-*'" with _arguments for some commandsDaniel Hahler2016-11-031-5/+5
* _git-cherry-pick: Complete argv[2] et seq.Daniel Shahaf2016-10-291-1/+1
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...Daniel Shahaf2016-10-071-1/+1
* 39514: pass on --git-dir when calling git to get completion matchesOliver Kiddle2016-09-301-1/+1
* unposted: _git: Permit multiple -c options.Daniel Shahaf2016-09-141-1/+1
* 39165: update options to correspond to latest versions of software in various...Oliver Kiddle2016-09-031-6/+21
* 39122: __git_recent_branches: Silence warning on an edge case.Daniel Shahaf2016-08-311-2/+9
* 39102: __git_recent_branches: Optimise.Daniel Shahaf2016-08-251-19/+23
* 39094: _git-config: When an option is unknown, complete its value to the set ...Daniel Shahaf2016-08-241-2/+6