1052 Commits (5a33f541ddb52e3f45db87db7c3dd40945b9a564)

Author SHA1 Message Date
Kir Kolyshkin fd0bc17557 completion: add diff --color-moved[-ws] 5 years ago
Paolo Bonzini aa416b22ea am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch 5 years ago
Paolo Bonzini f3b4822899 am: support --show-current-patch=raw as a synonym for--show-current-patch 5 years ago
Elijah Newren 6d04ce75c4 git-prompt: change the prompt for interactive-based rebases 5 years ago
Matheus Tavares d031049da3 completion: add support for sparse-checkout 5 years ago
SZEDER Gábor 7d5ecd775d completion: list paths and refs for 'git worktree add' 5 years ago
SZEDER Gábor 3027e4f9a8 completion: list existing working trees for 'git worktree' subcommands 5 years ago
SZEDER Gábor 3c86f6cde8 completion: simplify completing 'git worktree' subcommands and options 5 years ago
SZEDER Gábor 367efd54b3 completion: return the index of found word from __git_find_on_cmdline() 5 years ago
SZEDER Gábor d447fe2bfe completion: clean up the __git_find_on_cmdline() helper function 5 years ago
Denton Liu 1f0fc1db85 pretty: implement 'reference' format 5 years ago
Denton Liu f0f9de2bd7 completion: complete `tformat:` pretty format 5 years ago
James Shubin 1f9247a3bd completion: tab-complete "git svn --recursive" 5 years ago
Denton Liu c1ce9c06d0 completion: learn to complete `git rebase --onto=` 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Denton Liu 26b061007c submodule: teach set-url subcommand 5 years ago
Maxim Belsky 176f5adfdb completion: clarify installation instruction for zsh 5 years ago
Denton Liu aeeb978ba6 completion: teach archive to use __gitcomp_builtin 6 years ago
Denton Liu 2b9bd488ae completion: teach rebase to use __gitcomp_builtin 6 years ago
Max Rothman d49dffde9a completion: add missing completions for log, diff, show 6 years ago
Denton Liu 414d924beb rebase: teach rebase --keep-base 6 years ago
Denton Liu b1b16bba96 completion: add --skip for cherry-pick and revert 6 years ago
Denton Liu deaa65a754 completion: merge options for cherry-pick and revert 6 years ago
SZEDER Gábor 5af9d5f6c8 completion: complete config variables and values for 'git clone --config=' 6 years ago
SZEDER Gábor 88cd790d6a completion: complete config variables names and values for 'git clone -c' 6 years ago
SZEDER Gábor dd33472831 completion: complete values of configuration variables after 'git -c var=' 6 years ago
SZEDER Gábor e1e00089da completion: complete configuration sections and variable names for 'git -c' 6 years ago
SZEDER Gábor 42d0efec59 completion: split _git_config() 6 years ago
SZEDER Gábor d9ee1e0617 completion: simplify inner 'case' pattern in __gitcomp() 6 years ago
SZEDER Gábor 2675ea1cc0 completion: use 'sort -u' to deduplicate config variable names 6 years ago
SZEDER Gábor d9438873c4 completion: deduplicate configuration sections 6 years ago
SZEDER Gábor 840d7e5b3c completion: complete more values of more 'color.*' configuration variables 6 years ago
SZEDER Gábor 08a12175d8 completion: fix a typo in a comment 6 years ago
Phillip Wood e981bf7525 git-prompt: improve cherry-pick/revert detection 6 years ago
Nguyễn Thái Ngọc Duy 97ed685701 completion: disable dwim on "git switch -d" 6 years ago
Nguyễn Thái Ngọc Duy 69702523af completion: do not cache if --git-completion-helper fails 6 years ago
Christian Couder e693237e2b list-objects-filter: disable 'sparse:path' filters 6 years ago
Nguyễn Thái Ngọc Duy 75f4c7c1eb completion: support restore 6 years ago
Denton Liu b57e8119e6 submodule: teach set-branch subcommand 6 years ago
David Aguilar f57b2ae348 contrib/completion: add smerge to the mergetool completion candidates 6 years ago
Nguyễn Thái Ngọc Duy ae36fe6941 completion: support switch 6 years ago
Todd Zullinger 2eb6f09f7d completion: use __git when calling --list-cmds 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
Denton Liu db7750cfbe completion: complete git submodule absorbgitdirs 6 years ago
Chayoung You 0650614982 completion: fix typo in git-completion.bash 6 years ago
Chayoung You 6d54f528c7 completion: treat results of git ls-tree as file paths 6 years ago
Chayoung You 7a478b36aa zsh: complete unquoted paths with spaces correctly 6 years ago
Duy Nguyen 13374987dd completion: use __gitcomp_builtin for format-patch 6 years ago
Denton Liu 57ba181270 completion: support `git mergetool --[no-]gui` 6 years ago
Nguyễn Thái Ngọc Duy 276b49ff34 completion: fix __gitcomp_builtin no longer consider extra options 6 years ago