about summary refs log tree commit diff
path: root/Completion/Unix/Command/_git
Commit message (Expand)AuthorAgeFilesLines
* 52280: update git completion for new options in git through to version 2.42.0Oliver Kiddle2023-11-091-93/+238
* 52141: Add trailer token completion for git commit --trailerWesley Schwengle2023-09-201-1/+14
* 51603: complete dates and times in the form that git acceptsOliver Kiddle2023-03-271-19/+82
* 51583: update completion of git attributesOliver Kiddle2023-03-161-45/+36
* 51539: don't complete diff options to git blameOliver Kiddle2023-03-111-14/+28
* 51456: complete only modified files with git add -uOliver Kiddle2023-02-191-8/+14
* 51391: complete remote branch names respecting --delete for git pushØystein Walle2023-02-171-1/+9
* 51313: fix "git rerere forget" completionBart Schaefer2023-01-211-3/+3
* 51256: Add --refetch to completions of git-fetchJörg Sommer2023-01-111-0/+1
* 50714: also complete in the 2nd argument of "git diff" anything that couldBart Schaefer2022-10-221-15/+12
* 49664: Use associative array for third-party completionAaron Schrab2021-12-291-4/+4
* 49633: update options for git 2.34Oliver Kiddle2021-12-071-124/+238
* github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert2021-11-261-2/+2
* 49597: add a helper for completing numbers with unit suffixes and separate ou...Oliver Kiddle2021-11-241-3/+3
* 49345: fix git file completion for paths starting with ../Oliver Kiddle2021-09-041-4/+4
* 49327: complete for new git maintenance, for-each-repo, sparse-checkout and b...Oliver Kiddle2021-08-291-2/+106
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-091-7/+7
* 48338: _git: Support case-insensitive path matchingdana2021-04-101-3/+8
* 48231: add missing git --pretty formats and improve descriptionsŠtěpán Němec2021-03-281-7/+9
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-1/+8
* 46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be comp...Daniel Shahaf2020-06-281-2/+3
* 46128: _git: Complete more options and diff/merge tools.Daniel Shahaf2020-06-281-2/+27
* 46129: _git-config: Fix a bug where a second trailing dot would be incorrectl...Daniel Shahaf2020-06-281-5/+1
* 46130: _git-config: Complete some more options.Daniel Shahaf2020-06-281-25/+68
* 46140: _git: Fix insufficiently quoted patternMiroslav Koškár2020-06-271-1/+1
* 46139: _git: Remove hanging whitespacesMiroslav Koškár2020-06-271-2/+2
* github #46: _git-restore: Complete arguments to the --source option after a '...Gastón Haro2020-03-281-1/+1
* github #46: Better restrict git-restore(1) file completionsGastón Haro2020-03-281-5/+9
* unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ...dana2020-03-131-1/+1
* Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-03-071-3/+10
|\
| * 45365: _git: Fix __git_recent_branches for the case when a commit has an empt...WGH2020-02-021-2/+2
| * 45332: _git: add completion for git-versionEitan Adler2020-01-191-1/+8
* | 45313: _git: Support completion from outside of a worktree when --git-dir/--w...Daniel Shahaf2020-01-171-4/+7
* | Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-01-151-9/+16
|\|
| * 45280: _git: add -local variantsEitan Adler2020-01-111-2/+9
| * Fix typos reported by codespell in shell codeMikael Magnusson2020-01-091-2/+2
| * 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-5/+5
* | 45288: _git: Complete bisect/new as well as bisect/bad.Daniel Shahaf2020-01-151-3/+1
|/
* 44923: update options for git 2.24Oliver Kiddle2019-11-241-149/+157
* 44797: _git-config: Complete unknown options from 'git help -c'.Daniel Shahaf2019-10-021-1/+8
* 44779: completion for new git switch and git restore commandsOliver Kiddle2019-09-271-21/+154
* github #38: fix completion text for git update-index --chmodTobias Schulte2019-09-181-1/+1
* 44551: update for new git changesOliver Kiddle2019-07-191-37/+165
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-071-7/+7
* 44111: _git: Use `git rev-list` for log messagesdana2019-03-211-5/+7
* 44080: Completion: Fix several option-description typosdana2019-02-261-3/+3
* github #32: Fix a typo in the git tag completion.Fredric Silberberg2019-01-281-1/+1
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-041-10/+2
* github #29: Add completion support for Gits --color-moved option and color se...Wieland Hoffmann2018-11-021-5/+19
* 43698: update options for git 2.19.1Oliver Kiddle2018-10-171-37/+74