summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
AgeCommit message (Expand)AuthorFilesLines
2023-01-2151313: fix "git rerere forget" completionBart Schaefer1-3/+3
2023-01-1151256: Add --refetch to completions of git-fetchJörg Sommer1-0/+1
2022-10-2250714: also complete in the 2nd argument of "git diff" anything that couldBart Schaefer1-15/+12
2021-12-2949664: Use associative array for third-party completionAaron Schrab1-4/+4
2021-12-0749633: update options for git 2.34Oliver Kiddle1-124/+238
2021-11-26github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert1-2/+2
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ou...Oliver Kiddle1-3/+3
2021-09-0449345: fix git file completion for paths starting with ../Oliver Kiddle1-4/+4
2021-08-2949327: complete for new git maintenance, for-each-repo, sparse-checkout and b...Oliver Kiddle1-2/+106
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-7/+7
2021-04-1048338: _git: Support case-insensitive path matchingdana1-3/+8
2021-03-2848231: add missing git --pretty formats and improve descriptionsŠtěpán Němec1-7/+9
2020-10-29users/26107: complete changed files after git diff HEADOliver Kiddle1-1/+8
2020-06-2846131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be comp...Daniel Shahaf1-2/+3
2020-06-2846128: _git: Complete more options and diff/merge tools.Daniel Shahaf1-2/+27
2020-06-2846129: _git-config: Fix a bug where a second trailing dot would be incorrectl...Daniel Shahaf1-5/+1
2020-06-2846130: _git-config: Complete some more options.Daniel Shahaf1-25/+68
2020-06-2746140: _git: Fix insufficiently quoted patternMiroslav Koškár1-1/+1
2020-06-2746139: _git: Remove hanging whitespacesMiroslav Koškár1-2/+2
2020-03-28github #46: _git-restore: Complete arguments to the --source option after a '...Gastón Haro1-1/+1
2020-03-28github #46: Better restrict git-restore(1) file completionsGastón Haro1-5/+9
2020-03-13unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ...dana1-1/+1
2020-03-07Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf1-3/+10
2020-02-0245365: _git: Fix __git_recent_branches for the case when a commit has an empt...WGH1-2/+2
2020-01-1945332: _git: add completion for git-versionEitan Adler1-1/+8
2020-01-1745313: _git: Support completion from outside of a worktree when --git-dir/--w...Daniel Shahaf1-4/+7
2020-01-15Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf1-9/+16
2020-01-1545288: _git: Complete bisect/new as well as bisect/bad.Daniel Shahaf1-3/+1
2020-01-1145280: _git: add -local variantsEitan Adler1-2/+9
2020-01-09Fix typos reported by codespell in shell codeMikael Magnusson1-2/+2
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-5/+5
2019-11-2444923: update options for git 2.24Oliver Kiddle1-149/+157
2019-10-0244797: _git-config: Complete unknown options from 'git help -c'.Daniel Shahaf1-1/+8
2019-09-2744779: completion for new git switch and git restore commandsOliver Kiddle1-21/+154
2019-09-18github #38: fix completion text for git update-index --chmodTobias Schulte1-1/+1
2019-07-1944551: update for new git changesOliver Kiddle1-37/+165
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-7/+7
2019-03-2144111: _git: Use `git rev-list` for log messagesdana1-5/+7
2019-02-2644080: Completion: Fix several option-description typosdana1-3/+3
2019-01-28github #32: Fix a typo in the git tag completion.Fredric Silberberg1-1/+1
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana1-10/+2
2018-11-02github #29: Add completion support for Gits --color-moved option and color se...Wieland Hoffmann1-5/+19
2018-10-1743698: update options for git 2.19.1Oliver Kiddle1-37/+74
2018-09-1243443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf1-2/+19
2018-09-1243442: _git: Break out a helper function.Daniel Shahaf1-2/+6
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle1-2/+2
2018-08-3143359: further review of git remote set-url completionOliver Kiddle1-26/+17
2018-08-3142810: git remote set-url completionpseyfert1-7/+22
2018-08-12unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà1-1/+1
2018-06-2143073: various completion option updatesOliver Kiddle1-15/+34