474 Commits (fda54ef1aa66b54031a37c72a463ef15d6411912)

Author SHA1 Message Date
Felipe Contreras fda54ef1aa completion: refactor __git_complete_index_file() 12 years ago
Felipe Contreras f825972c38 completion: refactor diff_index wrappers 12 years ago
Felipe Contreras 0afe8e9e98 completion: use __gitcompadd for __gitcomp_file 12 years ago
Felipe Contreras 9ab8d18322 completion; remove unuseful comments 12 years ago
Mårten Kongstad 7612e61e33 completion: remove duplicate block for "git commit -c" 12 years ago
Felipe Contreras ddc996d767 completion: small optimization 12 years ago
Felipe Contreras b4cfbc969c completion: inline __gitcomp_1 to its sole callsite 12 years ago
Felipe Contreras 7d13e0a3af completion: get rid of compgen 12 years ago
Felipe Contreras 1ce23aad34 completion: add new __gitcompadd helper 12 years ago
Felipe Contreras 0285118e59 completion: get rid of empty COMPREPLY assignments 12 years ago
Felipe Contreras 7655fa7fa9 completion: add more cherry-pick options 12 years ago
Matthieu Moy 35ba83ccf6 git-completion.bash: zsh does not implement function redirection correctly 12 years ago
Jens Lehmann cf41982806 submodule: add 'deinit' command 12 years ago
Matthieu Moy 66c0786ca5 completion: support 'git config --local' 12 years ago
Junio C Hamano 5047822347 t9902: protect test from stray build artifacts 12 years ago
Brandon Casey 50c5885e05 git-completion.bash: replace zsh notation that breaks bash 3.X 12 years ago
Michal Privoznik 07924d4d50 diff: Introduce --diff-algorithm command line option 12 years ago
Michal Privoznik 07ab4dec80 config: Introduce diff.algorithm variable 12 years ago
Michal Privoznik 216120ab83 git-completion.bash: Autocomplete --minimal and --histogram for git-diff 12 years ago
Manlio Perillo fea16b47b6 git-completion.bash: add support for path completion 12 years ago
Dylan Smith ca87dd623d git-completion.bash: silence "not a valid object" errors 12 years ago
Adam Spiers 368aa52952 add git-check-ignore sub-command 12 years ago
Jeff King 6853975857 completion: complete refs for "git commit -c" 12 years ago
Felipe Contreras 9cd67bd2ef completion: fix warning for zsh 12 years ago
Ralf Thielow 4047fecf71 completion: add options --single-branch and --branch to "git clone" 12 years ago
Marc Khouzam 4db42b3823 Completion must sort before using uniq 12 years ago
Felipe Contreras d8b453149c completion: start moving to the new zsh completion 12 years ago
SZEDER Gábor 585b96bd4c completion: remove 'help' duplicate from porcelain commands 12 years ago
Felipe Contreras 2f65494d84 completion: add format-patch options to send-email 13 years ago
Jeff King 666ca59a8c Revert "completion: fix shell expansion of items" 13 years ago
Felipe Contreras 25ae7cfd19 completion: fix shell expansion of items 13 years ago
Yacine Belkadi 7dd9ab0c8b completion: add --no-edit to git-commit 13 years ago
Michael J Gruber ca45d0fa84 completion: complete branch name for "branch --set-upstream-to=" 13 years ago
Carlos Martín Nieto 04308e9dc4 completion: add --set-upstream-to and --unset-upstream 13 years ago
Nguyễn Thái Ngọc Duy e17dba8fe1 remote: prefer subcommand name 'remove' to 'rm' 13 years ago
Sebastian Schuberth 755e8b3f35 Add Code Compare v2.80.4 as a merge / diff tool for Windows 13 years ago
SZEDER Gábor b7be4366ea completion: respect $GIT_DIR 13 years ago
SZEDER Gábor 1dad5c14f9 completion: remove credential helpers from porcelain commands 13 years ago
SZEDER Gábor 93b291e071 completion: put main git and gitk completion functions back into git namespace 13 years ago
Junio C Hamano ac3eb1c384 completion: warn people about duplicated function 13 years ago
Felipe Contreras af31a456b4 completion: split __git_ps1 into a separate script 13 years ago
Felipe Contreras 1098ff5a21 completion: remove executable mode 13 years ago
Felipe Contreras b0a4b2d257 completion: add support for backwards compatibility 13 years ago
Felipe Contreras 7f02f3d7ec completion: rename internal helpers _git and _gitk 13 years ago
Felipe Contreras 6b179adfe9 completion: add new __git_complete helper 13 years ago
Felipe Contreras 41e6229db4 completion: simplify __git_complete_revlist_file 13 years ago
SZEDER Gábor 911d5da6f2 completion: fix completion after 'git --option <TAB>' 13 years ago
Jonathan Nieder 3ffcd08688 completion: avoid trailing space for --exec-path 13 years ago
Felipe Contreras 69ef3c0296 completion: add missing general options 13 years ago
Felipe Contreras 3954068128 completion: simplify by using $prev 13 years ago