summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)AuthorFilesLines
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
2013-07-12Merge branch 'tr/test-lint-no-export-assignment-in-shell'Libravatar Junio C Hamano1-1/+1
2013-07-11Merge branch 'jk/bash-completion'Libravatar Junio C Hamano1-0/+1
2013-07-08t9902: fix 'test A == B' to use = operatorLibravatar Thomas Rast1-1/+1
2013-06-30completion: learn about --man-pathLibravatar John Keeping1-0/+1
2013-06-24completion, bash prompt: move __gitdir() tests to completion test suiteLibravatar SZEDER Gábor1-0/+134
2013-04-27completion: document tilde expansion failure in testsLibravatar Felipe Contreras1-0/+9
2013-04-27completion: add file completion testsLibravatar Felipe Contreras1-0/+68
2013-04-14completion: get rid of compgenLibravatar Felipe Contreras1-3/+3
2013-04-14completion: add __gitcomp_nl testsLibravatar Felipe Contreras1-0/+60
2013-04-12completion: trivial test improvementLibravatar Felipe Contreras1-1/+2
2013-01-24t9902: protect test from stray build artifactsLibravatar Junio C Hamano1-1/+24
2012-11-29Merge branch 'fc/completion-test-simplification'Libravatar Junio C Hamano1-82/+52
2012-11-16completion: simplify __gitcomp() test helperLibravatar Felipe Contreras1-10/+5
2012-11-16completion: refactor __gitcomp related testsLibravatar Felipe Contreras1-50/+28
2012-11-16completion: consolidate test_completion*() testsLibravatar Felipe Contreras1-17/+14
2012-11-16completion: simplify tests using test_completion_long()Libravatar Felipe Contreras1-6/+3
2012-11-16completion: standardize final space marker in testsLibravatar Felipe Contreras1-14/+13
2012-11-16completion: add comment for test_completion()Libravatar Felipe Contreras1-1/+5
2012-10-16completion: add format-patch options to send-emailLibravatar Felipe Contreras1-0/+5
2012-09-27t9902: add completion tests for "odd" filenamesLibravatar Jeff King1-0/+19
2012-09-27t9902: add a few basic completion testsLibravatar Jeff King1-0/+41
2012-06-28Merge branch 'fc/git-prompt-script'Libravatar Junio C Hamano1-13/+1
2012-06-13completion: put main git and gitk completion functions back into git namespaceLibravatar SZEDER Gábor1-1/+1
2012-05-22Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptLibravatar Junio C Hamano1-1/+1
2012-05-20completion: rename internal helpers _git and _gitkLibravatar Felipe Contreras1-1/+1
2012-05-14completion: add new __git_complete helperLibravatar Felipe Contreras1-1/+1
2012-05-09tests: move code to run tests under bash into a helper libraryLibravatar SZEDER Gábor1-13/+1
2012-04-21completion: fix completion after 'git --option <TAB>'Libravatar SZEDER Gábor1-0/+17
2012-04-21completion: avoid trailing space for --exec-pathLibravatar Jonathan Nieder1-1/+6
2012-04-21completion: add missing general optionsLibravatar Felipe Contreras1-0/+16
2012-04-21tests: add tests for the __gitcomp() completion helper functionLibravatar SZEDER Gábor1-0/+85
2012-04-15tests: add initial bash completion testsLibravatar Felipe Contreras1-0/+120