aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/git.fish
Commit message (Expand)AuthorAge
* git completion: Allow optional "+" for pushGravatar Fabian Homborg2016-04-30
* Add repository/refspec completion to gitGravatar Fabian Homborg2016-04-30
* git takes --help even when it needs a command (#2984)Gravatar Sanne Wouda2016-04-29
* git completion: Only show unmerged branches for cherry-pickGravatar Fabian Homborg2016-04-28
* switch to newer flag --set-upstream-to for git (#2982)Gravatar Cody Scott2016-04-28
* Stringify many completions and functions, with --invert stringification.Gravatar Aaron Gyes2016-04-08
* Add `--no-index` option completion for `git diff`Gravatar Cody Frazer2016-03-20
* git completion: Complete commits for all branchesGravatar Fabian Homborg2015-12-30
* git completions: Add commit hashes for `show`Gravatar Fabian Homborg2015-12-18
* git completions: add missing description flagsGravatar David Adam2015-12-11
* git: Add missing options to `git clone`Gravatar mr.Shu2015-12-10
* git: Add more options to `git cherry-pick`Gravatar mr.Shu2015-12-08
* git: Improve completion for git remoteGravatar mr.Shu2015-11-29
* git: Add missing remote subcommands completionGravatar mr.Shu2015-11-28
* git: Complete subcommands for git submodule foreachGravatar Fabian Homborg2015-10-20
* git: Disable submodule subcommand completion if one is already givenGravatar Fabian Homborg2015-10-20
* Fix git submodule completionsGravatar Fabian Homborg2015-10-20
* git completion: Allow branches with "/" in them as unique remote branchesGravatar Fabian Homborg2015-10-16
* git completion: Complete files relative to repo-rootGravatar Fabian Homborg2015-10-06
* git completion: Bring needs_command in line with gitGravatar Fabian Homborg2015-09-30
* git completion: Describe aliases with their definitionsGravatar Fabian Homborg2015-09-22
* git completions: Switch more to `string`Gravatar Fabian Homborg2015-09-22
* git completion: Rewrite __fish_git_ranges with the string stuffGravatar Fabian Homborg2015-09-22
* git completions: Add remote branches with only one remoteGravatar Fabian Homborg2015-09-22
* git completion: Don't check $cmd[1]Gravatar Fabian Homborg2015-09-10
* git: Add more options for format-patch and submoduleGravatar Fabian Homborg2015-09-10
* git completion: Ignore stderr for all commandsGravatar Fabian Homborg2015-09-10
* Rename sgrep to __fish_sgrepGravatar Fabian Homborg2015-09-09
* Complete tags for git-tag onlyGravatar Jan Ernsting2015-09-07
* Ensure display of modified files for git commitGravatar Jan Ernsting2015-09-07
* Add missing descriptionGravatar Jan Ernsting2015-09-07
* Add file completion for git-resetGravatar Jan Ernsting2015-09-07
* Add completion for git-commitGravatar Jan Ernsting2015-09-07
* Add completions for git-filter-branchGravatar John Pham2015-05-23
* Added some common completionsGravatar Trenton Broughton2015-02-19
* Add completion for git-cleanGravatar Vladimir Varankin2014-11-29
* Tweak git completion for aliases/stashesGravatar Kevin Ballard2014-09-21
* Complete custom git commands in $PATHGravatar Kevin Ballard2014-09-19
* Better git alias completionGravatar Kevin Ballard2014-09-19
* Add completions for git stash sub-commandsGravatar Mandeep Sandhu2014-02-16
* Implement file autocompletion for git add and git checkout.Gravatar Konrad Borowski2013-10-31
* Fix git completions when aliased command is not found.Gravatar nulltrek2013-10-02
* Added git stash completion options.Gravatar Konrad Borowski2013-09-18
* Merge branch 'completions-git-add' of git://github.com/phisto/fish-shell into...Gravatar ridiculousfish2013-05-25
|\
* | Squashed commit of the following:Gravatar ridiculousfish2013-05-24
| * quote command for it to be ran every timeGravatar Patrick Browne2013-05-24
| * added options for git addGravatar Patrick Browne2013-05-24
| * added completion for git add --patchGravatar Patrick Browne2013-05-24
|/
* Squashed commit of the following:Gravatar ridiculousfish2013-04-26
* Use 'command git' instead of git to defeat certain git aliasesGravatar ridiculousfish2013-04-14