summaryrefslogtreecommitdiff
path: root/contrib/completion
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Sync with maintJunio C Hamano1-1/+1
2013-05-03completion: zsh: don't override suffix on _detaultFelipe Contreras1-1/+1
2013-05-01Merge branch 'zk/prompt-rebase-step'Junio C Hamano1-5/+16
2013-04-29git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra1-2/+2
2013-04-29Merge branch 'maint'Junio C Hamano2-9/+136
2013-04-29Merge branch 'fc/zsh-completion' into maintJunio C Hamano1-8/+126
2013-04-29complete: zsh: use zsh completion for the main cmdFelipe Contreras1-1/+119
2013-04-29complete: zsh: trivial simplificationFelipe Contreras1-8/+8
2013-04-29git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra1-0/+4
2013-04-29git-completion.bash: add diff.submodule to config listRamkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra1-1/+1
2013-04-27completion: add missing format-patch optionsFelipe Contreras1-1/+2
2013-04-27completion: remove __git_index_file_list_filter()Felipe Contreras1-20/+8
2013-04-27completion: add space after completed filenameFelipe Contreras1-1/+1
2013-04-27completion: add hack to enable file mode in bash < 4Felipe Contreras1-36/+7
2013-04-27completion: refactor __git_complete_index_file()Felipe Contreras1-6/+3
2013-04-27completion: refactor diff_index wrappersFelipe Contreras1-55/+16
2013-04-27completion: use __gitcompadd for __gitcomp_fileFelipe Contreras1-1/+1
2013-04-27completion; remove unuseful commentsFelipe Contreras1-2/+0
2013-04-26Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano1-1/+1
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger1-5/+16
2013-04-24Sync with maintJunio C Hamano1-7/+0
2013-04-24completion: remove duplicate block for "git commit -c"MÃ¥rten Kongstad1-7/+0
2013-04-23Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano1-1/+1
2013-04-21prompt: fix untracked files for zshFelipe Contreras1-1/+1
2013-04-14completion: small optimizationFelipe Contreras1-4/+4
2013-04-14completion: inline __gitcomp_1 to its sole callsiteFelipe Contreras1-15/+11
2013-04-14completion: get rid of compgenFelipe Contreras1-5/+10
2013-04-14completion: add new __gitcompadd helperFelipe Contreras1-5/+8
2013-04-12completion: get rid of empty COMPREPLY assignmentsFelipe Contreras1-21/+0
2013-04-12completion: add more cherry-pick optionsFelipe Contreras1-1/+6
2013-04-03Merge branch 'rr/prompt-revert-head'Junio C Hamano1-0/+2
2013-03-31bash: teach __git_ps1 about REVERT_HEADRobin Rosenberg1-0/+2
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano1-1/+1
2013-03-11Merge branch 'mp/complete-paths'Junio C Hamano1-5/+11
2013-03-11git-completion.bash: zsh does not implement function redirection correctlyMatthieu Moy1-5/+11
2013-03-07Merge branch 'mp/complete-paths'Junio C Hamano1-0/+9
2013-03-05git-completion.zsh: define __gitcomp_file compatibility functionMatthieu Moy1-0/+9
2013-03-04submodule: add 'deinit' commandJens Lehmann1-1/+1
2013-02-18shell-prompt: clean up nested if-thenMartin Erik Werner1-14/+13
2013-02-17Merge branch 'mp/diff-algo-config'Junio C Hamano1-1/+13
2013-02-17Merge branch 'mw/bash-prompt-show-untracked-config'Junio C Hamano1-3/+8
2013-02-13shell prompt: add bash.showUntrackedFiles optionMartin Erik Werner1-3/+8
2013-02-12completion: support 'git config --local'Matthieu Moy1-2/+2
2013-02-08Merge branch 'mk/tcsh-complete-only-known-paths'Junio C Hamano1-0/+12
2013-02-08Merge branch 'mp/complete-paths'Junio C Hamano1-15/+240
2013-02-03completion: handle path completion and colon for tcsh scriptMarc Khouzam1-0/+12
2013-02-01Merge branch 'jc/do-not-let-random-file-interfere-with-completion-tests'Junio C Hamano1-1/+10
2013-01-28Merge branch 'bc/fix-array-syntax-for-3.0-in-completion-bash'Junio C Hamano1-1/+1